Searched refs:wtmpf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mail/ |
H A D | sendmail.c | 107 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() 261 if (!wtmpf(line, strlen(line))) { in sendmail() 269 if (!wtmpf(line, strlen(line))) { in sendmail() 277 if (!wtmpf(line, strlen(line))) { in sendmail() [all …]
|
H A D | gethead.c | 214 wtmpf(char *str, int length) in wtmpf() function
|
H A D | mail.h | 350 extern int wtmpf(char *str, int length);
|