pwd 177 daemons/based/based_remote.c struct passwd *pwd = NULL; pwd 183 daemons/based/based_remote.c pwd = getpwnam(usr); pwd 184 daemons/based/based_remote.c if (pwd == NULL) { pwd 189 daemons/based/based_remote.c group = getgrgid(pwd->pw_gid); pwd 133 lib/common/utils.c struct passwd pwd; pwd 141 lib/common/utils.c rc = getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry);