Searched refs:gr_passwd (Results 1 - 25 of 45) sorted by path

12

/netbsd-current/distrib/utils/libhack/
H A Dgetgrent.c297 _gr_group.gr_passwd = strsep(&bp, ":\n");
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_gr.c227 pvt->group.gr_passwd = cp;
H A Dgen_gr.c378 n += strlen(src->gr_passwd) + 1;
423 pvt->group.gr_passwd = pvt->membuf +
424 (pvt->group.gr_passwd - oldmembuf);
435 pvt->group.gr_passwd = cp;
436 n = strlen(src->gr_passwd) + 1;
441 strcpy(cp, src->gr_passwd); /* (checked) */
H A Dgetgrent_r.c191 len += strlen(ge->gr_passwd) + 1;
221 n = strlen(ge->gr_passwd) + 1;
222 strcpy(cp, ge->gr_passwd);
223 gptr->gr_passwd = cp;
H A Dirp_gr.c344 if (gr->gr_passwd != NULL)
345 free(gr->gr_passwd);
H A Dirpmarshall.c426 need += strlen(gr->gr_passwd) + 1;
456 strcat(*buffer, gr->gr_passwd);
505 /* gr_passwd field */
543 gr->gr_passwd = pass;
H A Dlcl_gr.c302 pvt->group.gr_passwd = strsep(&bp, ":");
H A Dnis_gr.c286 pvt->group.gr_passwd = cp;
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_unix.c142 grp->gr_name, grp->gr_passwd, (long) grp->gr_gid);
/netbsd-current/include/
H A Dgrp.h52 __aconst char *gr_passwd; /* group password */ member in struct:group
/netbsd-current/lib/libc/gen/
H A Dgetgrent.c200 count = strcspn(entry, ":"); /* parse gr_passwd */
203 COPYTOBUF(grp->gr_passwd);
270 COPYSTR(grp->gr_passwd, fromgrp->gr_passwd);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1860 if (grp->gr_passwd)
1861 COMMON_INTERCEPTOR_INITIALIZE_RANGE(grp->gr_passwd,
1862 REAL(strlen)(grp->gr_passwd) + 1);
H A Dsanitizer_platform_limits_freebsd.cc504 CHECK_SIZE_AND_OFFSET(group, gr_passwd);
H A Dsanitizer_platform_limits_freebsd.h168 char *gr_passwd; member in struct:__sanitizer::__sanitizer_group
H A Dsanitizer_platform_limits_openbsd.cc275 CHECK_SIZE_AND_OFFSET(group, gr_passwd);
H A Dsanitizer_platform_limits_openbsd.h166 char *gr_passwd; member in struct:__sanitizer::__sanitizer_group
H A Dsanitizer_platform_limits_posix.cc1213 CHECK_SIZE_AND_OFFSET(group, gr_passwd);
H A Dsanitizer_platform_limits_posix.h373 char *gr_passwd; member in struct:__sanitizer::__sanitizer_group
H A Dsanitizer_platform_limits_solaris.cc349 CHECK_SIZE_AND_OFFSET(group, gr_passwd);
H A Dsanitizer_platform_limits_solaris.h156 char *gr_passwd; member in struct:__sanitizer::__sanitizer_group
/netbsd-current/usr.bin/getent/
H A Dgetent.c256 gr->gr_name, gr->gr_passwd, gr->gr_gid)
/netbsd-current/usr.sbin/mtree/
H A Dgetid.c261 _gr_group.gr_passwd = strsep(&bp, ":\n");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1885 if (grp->gr_passwd)
1886 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp->gr_passwd,
1887 REAL(strlen)(grp->gr_passwd) + 1);
H A Dsanitizer_platform_limits_freebsd.h173 char *gr_passwd; member in struct:__sanitizer::__sanitizer_group
H A Dsanitizer_platform_limits_netbsd.cc2689 CHECK_SIZE_AND_OFFSET(group, gr_passwd);

Completed in 468 milliseconds

12