Home
last modified time | relevance | path

Searched refs:pwd_fp (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dpw_vpw.c41 static FILE * pwd_fp = NULL; variable
48 if (pwd_fp != NULL) { in vendpwent()
49 fclose(pwd_fp); in vendpwent()
50 pwd_fp = NULL; in vendpwent()
72 if (pwd_fp == NULL) { in vnextpwent()
80 pwd_fp = fopen(getpwpath(pwd_filename), "r"); in vnextpwent()
83 if (pwd_fp != NULL) { in vnextpwent()
84 while ((linelen = getline(&line, &linecap, pwd_fp)) > 0) { in vnextpwent()