Searched refs:pwline (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/mtree/
H A Dgetid.c116 static char pwline[MAXLINELENGTH]; variable
373 if (!fgets(pwline, sizeof(pwline), _pw_fp)) {
379 if (!strchr(pwline, '\n')) {
387 if (pwline[0] == '#')
403 bp = pwline;

Completed in 62 milliseconds