Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dreadcf.c3391 SevenBitInput = atobool(val);
3475 NoConnect = atobool(val);
3539 SaveFrom = atobool(val);
3543 MatchGecos = atobool(val);
3634 IgnrDot = atobool(val);
3638 SendMIMEErrors = atobool(val);
3657 UseErrorsTo = atobool(val);
3677 MeToo = atobool(val);
3681 CheckAliases = atobool(val);
3692 if (atobool(val))
[all …]
H A Dutil.c1645 atobool(s) in atobool() function
H A Dsendmail.h2852 extern bool atobool __P((char *));
H A Ddaemon.c1648 d->d_supersafe = atobool(v) ? SAFE_REALLY