HomeSort by: relevance | last modified time | path
    Searched defs:pwline (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/libhack/
getpwent.c 84 static char pwline[MAXLINELENGTH]; variable in typeref:typename:char[]
91 !pwscan(0, 0, NULL, &_pw_passwd, pwline, sizeof(pwline)))
116 return getpwnam_r(name, &_pw_passwd, pwline, sizeof(pwline),
142 return getpwuid_r(uid, &_pw_passwd, pwline, sizeof(pwline),
  /src/usr.sbin/mtree/
getid.c 116 static char pwline[MAXLINELENGTH]; variable in typeref:typename:char[]
373 if (!fgets(pwline, sizeof(pwline), _pw_fp)) {
379 if (!strchr(pwline, '\n')) {
387 if (pwline[0] == '#')
403 bp = pwline;

Completed in 13 milliseconds