Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c536 static FILE *spf /*= NULL*/; variable
541 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