pwd 176 daemons/based/based_remote.c struct passwd *pwd = NULL; pwd 182 daemons/based/based_remote.c pwd = getpwnam(usr); pwd 183 daemons/based/based_remote.c if (pwd == NULL) { pwd 188 daemons/based/based_remote.c group = getgrgid(pwd->pw_gid); pwd 126 lib/common/utils.c struct passwd pwd; pwd 134 lib/common/utils.c rc = getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry);