Searched refs:gr_passwd (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dutil_getent.h30 char *gr_passwd; member in struct:sys_grent
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetgrnam.c31 printf("gr_passwd = %s\n", gr->gr_passwd);
H A Dgetgrent_r.c35 fprintf(fptr,"%s:%s:%d:%d\n", gr->gr_name, gr->gr_passwd,
H A Dgetgrgid.c37 printf("gr_passwd = %s\n", gr->gr_passwd);
H A Dgetent.c79 grp->gr_passwd ? grp->gr_passwd : "",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_getent.c59 if (grp->gr_passwd) {
60 if ((gent->gr_passwd = SMB_STRDUP(grp->gr_passwd)) == NULL)
113 SAFE_FREE(glist->gr_passwd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dgrp_.h36 char *gr_passwd; /* Password. */ member in struct:group
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_nss.h133 fstring gr_passwd; member in struct:winbindd_gr
H A Dwinbind_nss_irix.c224 gr->gr_name, gr->gr_passwd, gr->gr_gid, members);
247 gr->gr_name, gr->gr_passwd, gr->gr_gid,
H A Dwinbind_nss_aix.c117 free(grp->gr_passwd);
228 result->gr_passwd = strdup(gr->gr_passwd);
676 results[i].attr_un.au_char = strdup(grp->gr_passwd);
H A Dwinbind_nss_linux.c213 if ((result->gr_passwd =
214 get_static(buffer, buflen, strlen(gr->gr_passwd) + 1)) == NULL) {
221 strcpy(result->gr_passwd, gr->gr_passwd);
H A Dwinbindd_acct.c237 fstrcpy( grp.gr_passwd, fields[1] );
304 grp->gr_passwd ? grp->gr_passwd : "*",
994 fstrcpy( grp.gr_passwd, "*" );
H A Dwinbindd_group.c80 safe_strcpy(gr->gr_passwd, "x", sizeof(gr->gr_passwd) - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Doptions.c108 endg->grp.gr_passwd = strdup(grpinfo->gr_passwd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c557 p->gr_name, p->gr_passwd,
701 offsetof(struct group, gr_passwd), /* 1 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dnsstest.c314 grp->gr_passwd,

Completed in 160 milliseconds