Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pfexecd/
H A Dpfexecd.c204 struct passwd *pwd, pwdm; in get_uid() local
207 if (getpwnam_r(v, &pwdm, buf, sizeof (buf), &pwd) == 0 && pwd != NULL) in get_uid()
279 struct passwd *pwd, pwdm; in get_granted_privs() local
282 if (getpwuid_r(uid, &pwdm, buf, sizeof (buf), &pwd) != 0 || pwd == NULL) in get_granted_privs()