pwd               181 cib/remote.c       struct passwd *pwd = NULL;
pwd               187 cib/remote.c       pwd = getpwnam(usr);
pwd               188 cib/remote.c       if (pwd == NULL) {
pwd               193 cib/remote.c       group = getgrgid(pwd->pw_gid);
pwd               759 lib/ais/utils.c     struct passwd pwd;
pwd               763 lib/ais/utils.c     getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry);
pwd               437 lib/common/utils.c     struct passwd pwd;
pwd               441 lib/common/utils.c     rc = getpwnam_r(name, &pwd, buffer, PW_BUFFER_LEN, &pwentry);