Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddomain.c820 if (str_is_print(hostname))
945 if (!str_is_print(host))
1324 if (!str_is_print(hn))
H A Dsendmail.h3083 extern bool str_is_print __P((const char *));
H A Ddaemon.c4241 utf8 = !str_is_print(name);
H A Dsrvrsmtp.c204 str_is_print(str) in str_is_print() function