Searched refs:pwd_fp (Results 1 – 1 of 1) sorted by relevance
41 static FILE * pwd_fp = NULL; variable48 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()