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

12345678910

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h158 char *pw_name; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_platform_limits_solaris.cc336 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
/netbsd-current/usr.bin/rsh/
H A Drsh.c153 if ((name = strdup(pw->pw_name)) == NULL)
/netbsd-current/external/bsd/pam-u2f/dist/fuzz/
H A Dwrap.c130 pwd->pw_name = buf;
/netbsd-current/external/bsd/pam-u2f/dist/pamu2fcfg/
H A Dpamu2fcfg.c108 user = passwd->pw_name;
/netbsd-current/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c275 user_name = user_info->pw_name;
/netbsd-current/libexec/mail.local/
H A Dmail.local.c118 from = (pw = getpwuid(uid)) ? pw->pw_name : "???";
/netbsd-current/usr.sbin/mtree/
H A Dspecspec.c86 printf(" uname=%s", pw->pw_name);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpd.c700 user = estrdup(pw->pw_name);
774 if (0 != initgroups(pw->pw_name, pw->pw_gid)) {
775 msyslog(LOG_ERR, "initgroups(<%s>, %d) filed: %m", pw->pw_name, pw->pw_gid);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c174 need += strlen(pw->pw_name) + 1; /*%< one for fieldsep */
206 strcpy(*buffer, pw->pw_name); strcat(*buffer, fieldsep);
250 /* pw_name field */
363 pw->pw_name = name;
2260 pw->pw_name, pw->pw_passwd, (long)pw->pw_uid,
2267 pw = getpwnam(pw->pw_name);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c1718 name = user_pw == NULL ? "" : user_pw->pw_name;
1791 client_addr, pw->pw_name);
1855 pw->pw_name, client_addr);
1932 "u", user_pw->pw_name, "U", uidstr, (char *)NULL);
1973 pw->pw_name, client_addr);
H A Dmonitor.c732 if ((r = sshbuf_put_cstring(m, pwent->pw_name)) != 0 ||
959 skey_haskey(authctxt->pw->pw_name) == 0 &&
960 skey_passcheck(authctxt->pw->pw_name, response) != -1);
1525 record_login(s->pid, s->tty, pw->pw_name, pw->pw_uid,
/netbsd-current/usr.bin/quota/
H A Dquota.c224 name = pwd->pw_name;
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dallow.py74 name = pwd.getpwuid(int(ws)).pw_name
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cc338 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_v2.c353 next_r->name = my_strdup(p_passwd->pw_name);
/netbsd-current/external/bsd/cron/dist/
H A Dcron.c404 e->pwd->pw_name, (long)e->pwd->pw_uid,
/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dnineproto.c92 return pw->pw_name;
/netbsd-current/sbin/shutdown/
H A Dshutdown.c224 whom = (pw = getpwuid(getuid())) ? pw->pw_name : "???";
/netbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c274 person = pw->pw_name;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h171 char *pw_name; member in struct:__sanitizer::__sanitizer_passwd
H A Dsanitizer_platform_limits_solaris.cpp340 CHECK_SIZE_AND_OFFSET(passwd, pw_name);
/netbsd-current/games/snake/snake/
H A Dsnake.c562 p->pw_name, allbscore);
570 printf("The highest is %s with $%d\n", p->pw_name, allbscore);
/netbsd-current/libexec/ftpd/
H A Dconf.c687 pw ? pw->pw_name : "<unknown>");
736 len += strlcpy(dst + len, pw->pw_name,
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dcomplete.c2260 if (namelen == 0 || (STREQN (username, entry->pw_name, namelen)))
2274 value = (char *)xmalloc (2 + strlen (entry->pw_name));
2278 strcpy (value + first_char_loc, entry->pw_name);

Completed in 263 milliseconds

12345678910