Home
last modified time | relevance | path

Searched refs:gr_passwd (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dgrpauth.c61 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 Dputgrent.c56 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 Ddogetgr.c46 grp->gr_passwd != NULL ? grp->gr_passwd : "", in putgrent()
/titanic_44/usr/src/cmd/newgrp/
H A Dnewgrp.c256 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 Dgrp.h31 char *gr_passwd; member
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dgrp.h39 char *gr_passwd; member
/titanic_44/usr/src/head/
H A Dgrp.h50 char *gr_passwd; member
/titanic_44/usr/src/lib/libpkg/common/
H A Dncgrpw.c430 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 Dgetgrnam_r.c362 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 Dgetgrent.c261 fields[1] != 0 ? fields[1] : g->gr_passwd,
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c424 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 Dmks.h276 #define M_GROUP_PASSWD(grp) (grp->gr_passwd)
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_writes.c1958 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 Dldapaddent.c1834 data.gr_passwd = strdup(ecol[1].ec_value.ec_value_val); in genent_group()
1902 free(data.gr_passwd); in genent_group()