Searched refs:wtmpf (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mail/ |
H A D | sendmail.c | 108 if (!wtmpf(buf, strlen(buf))) { 122 if (!wtmpf(buf, strlen(buf))) { 163 if (!wtmpf(line, n)) { 183 if (!wtmpf(">", 1)) { 209 if (!wtmpf(buf, strlen(buf))) { 228 if (n && !wtmpf(line, n)) { 242 if (!wtmpf(buf, strlen(buf))) { 262 if (!wtmpf(line, strlen(line))) { 270 if (!wtmpf(line, strlen(line))) { 278 if (!wtmpf(line, strlen(line))) { [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);
|