Searched refs:gr_passwd (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | grpauth.c | 61 if (gr.gr_passwd[0] == '#' && gr.gr_passwd[1] == '$') { in grpauth() 67 if (strcmp(crypt(password, gr.gr_passwd), gr.gr_passwd) == 0) in grpauth()
|
/titanic_44/usr/src/cmd/oamuser/lib/ |
H A D | putgrent.c | 56 grpstr->gr_passwd != NULL ? grpstr->gr_passwd : ""); in putgrent() 80 grpstr->gr_passwd, grpstr->gr_gid); in putgrent()
|
/titanic_44/usr/src/cmd/getent/ |
H A D | dogetgr.c | 46 grp->gr_passwd != NULL ? grp->gr_passwd : "", in putgrent()
|
/titanic_44/usr/src/cmd/newgrp/ |
H A D | newgrp.c | 256 if (*g->gr_passwd) { 261 if (strcmp(g->gr_passwd, 262 crypt(getpassphrase(PW), g->gr_passwd)) == 0) {
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | grp.h | 31 char *gr_passwd; member
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | grp.h | 39 char *gr_passwd; member
|
/titanic_44/usr/src/head/ |
H A D | grp.h | 50 char *gr_passwd; member
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 430 if (grp->gr_passwd == NULL) { in dup_gr_ent() 435 } else if ((grp->gr_passwd = strdup(grp->gr_passwd)) == NULL) { in dup_gr_ent()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | getgrnam_r.c | 362 group->gr_passwd = 0; in str2group() 366 group->gr_passwd = p = gettok(&next, ':'); in str2group()
|
/titanic_44/usr/src/lib/nsswitch/compat/common/ |
H A D | getgrent.c | 261 fields[1] != 0 ? fields[1] : g->gr_passwd,
|
/titanic_44/usr/src/lib/libresolv2/common/irs/ |
H A D | irpmarshall.c | 424 need += strlen(gr->gr_passwd) + 1; in irp_marshall_gr() 454 strcat(*buffer, gr->gr_passwd); in irp_marshall_gr() 541 gr->gr_passwd = pass; in irp_unmarshall_gr()
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | mks.h | 276 #define M_GROUP_PASSWD(grp) (grp->gr_passwd)
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1958 if (ptr->gr_passwd && ptr->gr_passwd[0] != '\0') { in __s_cvt_group() 1959 rc = __s_add_attr(e, "userPassword", ptr->gr_passwd); in __s_cvt_group()
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 1834 data.gr_passwd = strdup(ecol[1].ec_value.ec_value_val); in genent_group() 1902 free(data.gr_passwd); in genent_group()
|