Searched refs:pw_name (Results 226 - 243 of 243) sorted by relevance

12345678910

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h196 char *pw_name; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_platform_limits_netbsd.cc2493 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
H A Dsanitizer_common_interceptors.inc1829 if (pwd->pw_name)
1830 COMMON_INTERCEPTOR_INITIALIZE_RANGE(pwd->pw_name,
1831 REAL(strlen)(pwd->pw_name) + 1);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h189 char *pw_name; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_common_interceptors.inc1854 if (pwd->pw_name)
1855 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_name,
1856 REAL(strlen)(pwd->pw_name) + 1);
H A Dsanitizer_platform_limits_netbsd.cc2678 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1605 local_user = xstrdup(pw->pw_name);
H A Dssh-keygen.c350 pw->pw_name, hostname);
1098 snprintf(comment, sizeof comment, "%s@%s", pw->pw_name,
3882 snprintf(comment, sizeof comment, "%s@%s", pw->pw_name, hostname);
H A Dservconf.c1171 } else if (ga_init(pw->pw_name, pw->pw_gid) == 0) {
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio.c1433 *name = pwent->pw_name;
/netbsd-current/external/bsd/tmux/dist/
H A Dformat.c1514 return (xstrdup(pw->pw_name));
2722 return (xstrdup(pw->pw_name));
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c2098 if (getgrouplist(pw->pw_name, pw->pw_gid, usergroups, &ngroups))
/netbsd-current/libexec/httpd/
H A Dbozohttpd.c2683 if (initgroups(pw->pw_name, pw->pw_gid) == -1)
/netbsd-current/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c2505 name = p->pw_name;
4595 nice_name = p->pw_name;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1870 if (pwd->pw_name)
1871 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pwd->pw_name,
1872 internal_strlen(pwd->pw_name) + 1);
H A Dsanitizer_platform_limits_netbsd.cpp2679 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dserver.c6612 if (initgroups (pw->pw_name, pw->pw_gid) < 0
/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c5243 (void) printf("(%s) ", pwd->pw_name);

Completed in 471 milliseconds

12345678910