Home
last modified time | relevance | path

Searched refs:atobool (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c2616 NoConnect = atobool(val);
2671 SaveFrom = atobool(val);
2675 MatchGecos = atobool(val);
2766 IgnrDot = atobool(val);
2789 UseErrorsTo = atobool(val);
2809 MeToo = atobool(val);
2824 if (atobool(val))
3249 if (!atobool(val))
3408 else if (atobool(val))
3906 UseMSP = atobool(val);
[all …]
H A Dutil.c1500 atobool(s) in atobool() function
H A Dsendmail.h2493 extern bool atobool __P((char *));
H A Ddaemon.c1613 d->d_supersafe = atobool(v) ? SAFE_REALLY