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

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c108 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(lin
[all...]
H A Dgethead.c214 wtmpf(char *str, int length) function
H A Dmail.h350 extern int wtmpf(char *str, int length);

Completed in 57 milliseconds