Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dgetgrent.c77 static char *__ypcurrent, *__ypdomain; variable
204 free(__ypcurrent); in start_gr()
205 __ypcurrent = NULL; in start_gr()
256 free(__ypcurrent); in endgrent_basic()
257 __ypcurrent = NULL; in endgrent_basic()
300 if (__ypcurrent) { in grscan()
302 __ypcurrent, __ypcurrentlen, in grscan()
304 free(__ypcurrent); in grscan()
305 __ypcurrent = key; in grscan()
309 &__ypcurrent, &__ypcurrentlen, in grscan()
[all …]
H A Dgetpwent.c90 static char *__ypcurrent; variable
339 if (__ypcurrent) { in getpwent()
341 __ypcurrent, __ypcurrentlen, in getpwent()
343 free(__ypcurrent); in getpwent()
344 __ypcurrent = NULL; in getpwent()
350 __ypcurrent = key; in getpwent()
354 &__ypcurrent, &__ypcurrentlen, in getpwent()
914 free(__ypcurrent); in setpassent()
915 __ypcurrent = NULL; in setpassent()
944 free(__ypcurrent); in endpwent()
[all …]