Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c174 static struct passwd_adjunct *savepwadj; in getpwaent() local
191 pwadj = interpretwithsave(yp, yplen, savepwadj); in getpwaent()
201 pwadj = getnamefromyellow(user, savepwadj); in getpwaent()
217 savepwadj = save(pwadj); in getpwaent()
219 savepwadj = save(pwadj); in getpwaent()
230 savepwadj = save(pwadj); in getpwaent()
231 pwadj = getnamefromyellow(pwadj->pwa_name+1, savepwadj); in getpwaent()
268 struct passwd_adjunct *savepwadj; in matchname() local
276 savepwadj = save(pwadj); in matchname()
277 pwadj = getnamefromyellow(name, savepwadj); in matchname()
[all …]