Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c1613 d->d_supersafe = atobool(v) ? SAFE_REALLY
H A Dreadcf.c2532 SevenBitInput = atobool(val);
2616 NoConnect = atobool(val);
2671 SaveFrom = atobool(val);
2675 MatchGecos = atobool(val);
2766 IgnrDot = atobool(val);
2770 SendMIMEErrors = atobool(val);
2789 UseErrorsTo = atobool(val);
2809 MeToo = atobool(val);
2813 CheckAliases = atobool(val);
2824 if (atobool(val))
[all …]
H A Dsendmail.h2493 extern bool atobool __P((char *));
H A Dutil.c1500 atobool(s) in atobool() function