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

/freebsd-current/contrib/sendmail/src/
H A Dconf.c1258 register char *pathn; local
1263 if ((pathn = ttyname(2)) == NULL && (pathn = ttyname(1)) == NULL &&
1264 (pathn = ttyname(0)) == NULL)
1271 if (stat(pathn, &stbuf) < 0 || !bitset(S_IWOTH, stbuf.st_mode))
1282 return pathn;

Completed in 65 milliseconds