Searched refs:pwd (Results 126 - 150 of 460) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sbin/mount_chfs/
H A Dmount_chfs.c47 #include <pwd.h>
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_radius/
H A Dpam_radius.c50 #include <pwd.h>
270 struct passwd *pwd, pwres; local
340 sizeof(pwbuf), &pwd) != 0 ||
341 pwd == NULL) {
/netbsd-6-1-5-RELEASE/games/canfield/cfscores/
H A Dcfscores.c49 #include <pwd.h>
/netbsd-6-1-5-RELEASE/games/sail/
H A Dmain.c49 #include <pwd.h>
/netbsd-6-1-5-RELEASE/games/snake/snscore/
H A Dsnscore.c48 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/passwd/
H A Dpam_passwd.c47 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/talk/
H A Dget_names.c43 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lprm/
H A Dlprm.c60 #include <pwd.h>
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_issetugid.c38 #include <pwd.h>
/netbsd-6-1-5-RELEASE/tests/util/id/
H A Dpwgr.c40 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dls.c48 #include <pwd.h>
/netbsd-6-1-5-RELEASE/usr.bin/finger/
H A Dnet.c55 #include <pwd.h>
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dfetch.c252 const char *user, const char *pwd)
282 seturl(pwd);
291 * [method:/][/[user[:pwd]@]host[:port]/][document]
338 u->pwd[i++] = *q;
410 u->scheme, u->user, u->pwd,
251 fetchMakeURL(const char *scheme, const char *host, int port, const char *doc, const char *user, const char *pwd) argument
H A Dfetch.h43 char pwd[URL_PWDLEN+1]; member in struct:url
/netbsd-6-1-5-RELEASE/usr.sbin/vipw/
H A Dvipw.c51 #include <pwd.h>
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dpath.c302 char *cp, cdpath[256], pwd[256], file[256], result[256]; local
305 printf("enter PWD: "); gets(pwd);
311 rv = make_path(pwd, file, &cp, result, sizeof(result));
H A Dc_ksh.c32 char *dir, *try, *pwd; local
153 pwd = ksh_get_wd((char *) 0, 0);
155 pwd = (char *) 0;
159 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp))))
161 pwd = Xstring(xs, xp);
164 if (pwd) {
167 cygwin_conv_to_full_posix_path(pwd, ptmp);
169 char *ptmp = pwd;
176 pwd = Xstring(xs, xp);
180 shprintf("%s\n", pwd);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dcommon.c58 #include <pwd.h>
376 strcmp(conn->cache_url->pwd, url->pwd) == 0 &&
774 strcpy(tmp->pwd, base->pwd);
894 struct passwd *pwd; local
896 if ((pwd = getpwuid(getuid())) == NULL ||
897 (p = pwd->pw_dir) == NULL)
929 if (snprintf(url->pwd, sizeof(url->pwd),
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetpwent_r.c36 #include <pwd.h>
40 #include <pwd.h>
43 #include <pwd.h>
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c30 struct berval pwd; member in struct:paminfo
152 pi->msg.bv_val = pi->pwd.bv_val;
160 if (BER_BVISEMPTY(&pi->pwd)) {
186 op->orb_cred = pi->pwd;
191 memset(pi->pwd.bv_val,0,pi->pwd.bv_len);
230 pi.pwd.bv_val = pwdc;
231 pi.pwd.bv_len = tmpint32;
619 pi.pwd.bv_val = opwc;
620 pi.pwd
[all...]
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dspx.c87 #include <pwd.h>
491 struct passwd pws, *pwd; local
500 if (getpwnam_r(UserNameRequested, &pws, pwbuf, sizeof(pwbuf), &pwd)
501 != 0 || pwd == NULL) {
505 strlcpy(acl_file, pwd->pw_dir, sizeof(acl_file));
H A Dsra.c43 #include <pwd.h>
446 struct passwd pws, *pwd; local
449 if (getpwnam_r(usr, &pws, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
450 pwd == NULL)
452 return (!pwd->pw_uid);
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Doptions.c54 #include <pwd.h>
296 struct passwd *pwd, pws; local
302 (void)getpwnam_r(value, &pws, pwbuf, sizeof(pwbuf), &pwd);
303 if (pwd == NULL)
306 if (dry_run == 0 && setuid(pwd->pw_uid))
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c525 struct berval pwd; local
541 pwd.bv_val = (char *)wcs;
542 pwd.bv_len = l * 2;
551 nthash( &pwd, keys );
563 c = pwd.bv_val+1;
564 d = pwd.bv_val+2;
569 pwd.bv_len /= 2;
570 pwd.bv_val[pwd.bv_len] = '\0';
578 lmhash( &pwd, key
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dglob.c79 #include <pwd.h>
384 struct passwd *pwd; local
423 if ((pwd = getpwuid(getuid())) == NULL)
426 &pwd) != 0 || pwd == NULL)
430 h = pwd->pw_dir;
438 if ((pwd = getpwnam(d)) == NULL)
440 if (getpwnam_r(d, &pwres, pwbuf, sizeof(pwbuf), &pwd) != 0 ||
441 pwd == NULL)
445 h = pwd
[all...]

Completed in 201 milliseconds

1234567891011>>