Searched refs:spf (Results 1 – 1 of 1) sorted by relevance
536 static FILE *spf /*= NULL*/; variable541 if (spf) { in setspent()542 rewind(spf); in setspent()550 if (spf) { in endspent()551 fclose(spf); in endspent()552 spf = NULL; in endspent()566 if (!spf) { in getspent_r()567 if (!(spf = fopen(_PATH_SHADOW, "r"))) { in getspent_r()571 __STDIO_SET_USER_LOCKING(spf); in getspent_r()575 buffer, buflen, spf))) { in getspent_r()
Completed in 4 milliseconds