HomeSort by: relevance | last modified time | path
    Searched defs:pws (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libtelnet/
kerberos5.c 442 struct passwd pws, *pwd; local in function:kerberos5_is
450 if (getpwnam_r(UserNameRequested, &pws, pwbuf,
sra.c 446 struct passwd pws, *pwd; local in function:isroot
449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
471 struct passwd pws, *pw; local in function:check_user
481 if (getpwnam_r(name, &pws, pwbuf, sizeof(pwbuf), &pw) == 0 &&
  /src/lib/libwrap/
options.c 290 struct passwd *pwd, pws; local in function:user_option
296 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);

Completed in 14 milliseconds