Lines Matching refs:__ypcurrent
90 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()
945 __ypcurrent = NULL; in endpwent()