Searched defs:pw_gid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dpwd.h41 int pw_gid; member in struct:passwd
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dpwd.h40 * so we have fillers to make the gid_t pw_gid field here match the
41 * int pw_gid field there and the uid_t pw_uid field here match the
59 gid_t pw_gid; member in struct:passwd
/illumos-gate/usr/src/head/
H A Dpwd.h52 gid_t pw_gid; member in struct:passwd
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c121 char *pw_gid; member in struct:passwd_entry
554 key.dptr = pwd->pw_gid;
850 if (NULL == (p = get_next_token(p, &(pwd->pw_gid), str_end)))
996 len += strlen(pwd->pw_gid) + 1;
1022 strcat(s, pwd->pw_gid);
1085 old_passwd->pw_gid = NULL;

Completed in 562 milliseconds