Searched refs:pw_name (Results 1 - 25 of 199) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_pwd.h37 char *pw_name; member in struct:ibcs2_passwd
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmypwd.h21 char *pw_name; member in struct:mypasswd
H A Dmypwd.c90 mypwd->pw_name = mystrdup(pwd->pw_name);
97 htable_enter(mypwcache_name, mypwd->pw_name, (char *) mypwd);
150 if (strcmp(last_pwd->pw_name, name) != 0) {
182 htable_delete(mypwcache_name, mypwd->pw_name, (void (*) (char *)) 0);
185 myfree(mypwd->pw_name);
H A Duser_acl.c98 name = mypwd->pw_name;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dusername.c48 return (pwd->pw_name);
H A Dfullname.c89 if (pwd->pw_name[0]) {
90 VSTRING_ADDCH(result, TOUPPER(pwd->pw_name[0]));
91 vstring_strcat(result, pwd->pw_name + 1);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/djgpp/
H A Dgetpwnam.c24 rv.pw_name = getlogin();
25 if (strcmp(rv.pw_name, name) != 0)
H A Ddjpwd.h27 char * pw_name; /* Username. */ member in struct:passwd
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_pwd.h49 char *pw_name; member in struct:passwd
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dgetname.c56 return pw->pw_name;
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dpopen.c102 warn("setsid() failed for %s", pw->pw_name);
107 pw->pw_name);
112 initgroups(pw->pw_name, pw->pw_gid) < 0) {
114 pw->pw_name);
118 if (setlogin(pw->pw_name) < 0) {
120 pw->pw_name);
125 warn("unable to set uid for %s", pw->pw_name);
H A Dpw_dup.c67 if (pw->pw_name) {
68 nsize = strlen(pw->pw_name) + 1;
109 if (pw->pw_name) {
110 (void)memcpy(cp, pw->pw_name, nsize);
111 newpw->pw_name = cp;
/netbsd-6-1-5-RELEASE/lib/librpcsvc/
H A Dyppasswd.x45 string pw_name<>; /* username */
/netbsd-6-1-5-RELEASE/usr.bin/skeyinfo/
H A Dskeyinfo.c78 (void) strlcpy(name, pw->pw_name, sizeof(name));
87 printf("%s's ", pw->pw_name);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dk_getpwuid.c54 spwd = getspnam (p->pw_name);
H A Dget_default_username.c75 return pwd->pw_name;
/netbsd-6-1-5-RELEASE/tests/util/id/
H A Dpwgr.c156 p->pw_name = __UNCONST("root");
160 p->pw_name = __UNCONST("test");
176 p->pw_name = __UNCONST("root");
180 p->pw_name = __UNCONST("test");
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dpwd.h12 __aconst char *pw_name; /* user name */ member in struct:passwd50
28 q->pw_name = p->pw_name;
43 q->pw_name = p->pw_name;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth.c98 if (!pw || !pw->pw_name)
186 pw->pw_name);
193 pw->pw_name);
201 pw->pw_name);
225 "does not exist", pw->pw_name, shell);
232 "is not executable", pw->pw_name, shell);
253 if (match_user(pw->pw_name, hostname, ipaddr,
257 pw->pw_name, hostname);
264 if (match_user(pw->pw_name, hostname, ipaddr,
270 "not listed in AllowUsers", pw->pw_name, hostnam
[all...]
H A Dauth-rhosts.c234 client_user, pw->pw_name)) {
240 client_user, pw->pw_name)) {
252 "no home directory %.200s", pw->pw_name, pw->pw_dir);
254 "no home directory %.200s", pw->pw_name, pw->pw_dir);
261 "bad ownership or modes for home directory.", pw->pw_name);
263 "bad ownership or modes for home directory.", pw->pw_name);
288 pw->pw_name, buf);
300 if (check_rhosts_file(buf, hostname, ipaddr, client_user, pw->pw_name)) {
306 hostname, ipaddr, client_user, pw->pw_name);
/netbsd-6-1-5-RELEASE/games/canfield/cfscores/
H A Dcfscores.c125 printf("%s has never played canfield.\n", pw->pw_name);
130 printf("* Winnings for %-8s*\n", pw->pw_name);
132 printf("* Losses for %-10s*\n", pw->pw_name);
/netbsd-6-1-5-RELEASE/usr.bin/skeyinit/
H A Dskeyinit.c100 (void)strlcpy(me, pp->pw_name, sizeof(me));
154 if (strcmp(pp->pw_name, me) != 0) {
171 rval = skeylookup(&skey, pp->pw_name);
178 exit(skeyzero(&skey, pp->pw_name));
180 printf("[Updating %s]\n", pp->pw_name);
208 printf("[Adding %s]\n", pp->pw_name);
302 } else if (strcmp(passwd, pp->pw_name) == 0) {
344 (void)skeyzero(&skey, pp->pw_name);
346 if (skeylookup(&skey, pp->pw_name) == -1)
370 pp->pw_name,
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/id/
H A Did.c150 (void)printf("%s\n", pw->pw_name);
184 (void)printf("uid\t%s\n", pw->pw_name);
192 if (pw == NULL || strcmp(login, pw->pw_name))
195 (void)printf("uid\t%s\n", pw->pw_name);
201 (void)printf("euid\t%s\n", pw->pw_name);
229 (void)printf("(%s)", pw->pw_name);
237 (void)printf("(%s)", pw->pw_name);
267 (void)printf("uid=%u(%s)", id, pw->pw_name);
272 if (getgrouplist(pw->pw_name, pw->pw_gid, glist, &ngroups) == -1) {
274 (void) getgrouplist(pw->pw_name, p
[all...]
/netbsd-6-1-5-RELEASE/lib/libcompat/4.4/
H A Dcuserid.c61 (void)strncpy(s, pw->pw_name, L_cuserid);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dcvsuser.c31 pw.pw_name = strcpy (namebuf, name);

Completed in 272 milliseconds

12345678