Home
last modified time | relevance | path

Searched refs:wtmpf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c107 if (!wtmpf(buf, strlen(buf))) { in sendmail()
121 if (!wtmpf(buf, strlen(buf))) { in sendmail()
162 if (!wtmpf(line, n)) { in sendmail()
182 if (!wtmpf(">", 1)) { in sendmail()
208 if (!wtmpf(buf, strlen(buf))) { in sendmail()
227 if (n && !wtmpf(line, n)) { in sendmail()
241 if (!wtmpf(buf, strlen(buf))) { in sendmail()
333 if (!wtmpf(line, strlen(line))) { in sendmail()
340 if (!wtmpf(line, strlen(line))) { in sendmail()
354 if (!wtmpf("\n", 1)) { in sendmail()
[all …]
H A Dgethead.c214 wtmpf(char *str, int length) in wtmpf() function
H A Dmail.h350 extern int wtmpf(char *str, int length);