Searched refs:pwd (Results 151 - 175 of 436) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/rpc/
H A Dgetpublickey.c45 #include <pwd.h>
/freebsd-9.3-release/lib/libfetch/
H A Dfetch.c254 const char *user, const char *pwd)
284 seturl(pwd);
336 * [method:/][/[user[:pwd]@]host[:port]/][document]
379 q = fetch_pctdecode(u->pwd, q + 1, URL_PWDLEN);
451 u->scheme, u->user, u->pwd,
253 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
/freebsd-9.3-release/sys/netsmb/
H A Dsmb_crypt.c147 const char *pwd; local
174 pwd = smb_vc_getpass(vcp);
175 len = strlen(pwd);
177 smb_strtouni(unipwd, pwd);
/freebsd-9.3-release/tools/regression/mac/mac_bsdextended/
H A Dtest_ugidfw.c37 #include <pwd.h>
/freebsd-9.3-release/usr.bin/find/
H A Dls.c48 #include <pwd.h>
/freebsd-9.3-release/usr.sbin/lpr/lprm/
H A Dlprm.c61 #include <pwd.h>
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c83 #include <pwd.h>
486 struct passwd *pwd; local
494 pwd = k_getpwnam(UserNameRequested);
495 if (pwd == NULL) {
500 "%s/.sphinx", pwd->pw_dir);
H A Dkerberos5.c67 #include <pwd.h>
541 struct passwd *pwd; local
548 pwd = getpwnam (UserNameRequested);
549 if (pwd == NULL)
553 "FILE:/tmp/krb5cc_%lu", (unsigned long)pwd->pw_uid);
599 chown (ccname + 5, pwd->pw_uid, -1);
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c83 #include <pwd.h>
106 struct passwd *pwd; variable in typeref:struct:passwd
518 pwd = getpwnam(lusername);
519 if (pwd == NULL)
523 return (iruserok_sa(dest, dest->su_len, pwd->pw_uid == 0, rusername,
/freebsd-9.3-release/usr.bin/limits/
H A Dlimits.c40 #include <pwd.h>
264 struct passwd * pwd = NULL; local
301 if ((pwd = getpwnam(optarg)) == NULL) {
303 (pwd = getpwuid(atoi(optarg))) == NULL) {
352 if (pwd != NULL) {
372 if (pwd != NULL)
373 lc = login_getpwclass(pwd);
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c68 #include <pwd.h>
206 struct passwd *pwd = getpwuid(uid); local
209 if (pwd == NULL)
212 name = pwd->pw_name;
222 struct passwd *pwd = getpwnam(name); local
224 if (pwd == NULL) {
228 return(showquotas(USRQUOTA, pwd->pw_uid, name));
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c202 { "pwd", I_PWD, REMOTE },
266 "pwd Display remote working directory\n"
332 /* Strip one path (usually the pwd) from the start of another */
352 make_absolute(char *p, char *pwd) argument
358 abs_str = path_append(pwd, p);
584 process_get(struct sftp_conn *conn, char *src, char *dst, char *pwd, argument
594 abs_src = make_absolute(abs_src, pwd);
664 process_put(struct sftp_conn *conn, char *src, char *dst, char *pwd, argument
677 tmp_dst = make_absolute(tmp_dst, pwd);
688 /* If we aren't fetching to pwd the
1383 parse_dispatch_command(struct sftp_conn *conn, const char *cmd, char **pwd, int err_abort) argument
[all...]
/freebsd-9.3-release/sbin/camcontrol/
H A Dcamcontrol.c1885 int is48bit, struct ata_set_max_pwd *pwd)
1905 /*data_ptr*/(u_int8_t*)pwd,
1952 int is48bit, struct ata_set_max_pwd *pwd)
1972 /*data_ptr*/(u_int8_t*)pwd,
2221 atasecurity_notify(u_int8_t command, struct ata_security_password *pwd) argument
2229 if (pwd != NULL) {
2230 char pass[sizeof(pwd->password)+1];
2232 /* pwd->password may not be null terminated */
2233 pass[sizeof(pwd->password)] = '\0';
2234 strncpy(pass, pwd
1883 atahpa_password(struct cam_device *device, int retry_count, u_int32_t timeout, union ccb *ccb, int is48bit, struct ata_set_max_pwd *pwd) argument
1950 atahpa_unlock(struct cam_device *device, int retry_count, u_int32_t timeout, union ccb *ccb, int is48bit, struct ata_set_max_pwd *pwd) argument
2275 atasecurity_unlock(struct cam_device *device, union ccb *ccb, int retry_count, u_int32_t timeout, struct ata_security_password *pwd, int quiet) argument
2300 atasecurity_disable(struct cam_device *device, union ccb *ccb, int retry_count, u_int32_t timeout, struct ata_security_password *pwd, int quiet) argument
2356 atasecurity_erase(struct cam_device *device, union ccb *ccb, int retry_count, u_int32_t timeout, u_int32_t erase_timeout, struct ata_security_password *pwd, int quiet) argument
2409 atasecurity_set_password(struct cam_device *device, union ccb *ccb, int retry_count, u_int32_t timeout, struct ata_security_password *pwd, int quiet) argument
2550 struct ata_set_max_pwd pwd; local
2750 struct ata_security_password pwd; local
[all...]
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dkerberos5.c67 #include <pwd.h>
495 struct passwd *pwd; local
502 pwd = getpwnam (UserNameRequested);
503 if (pwd == NULL)
507 "FILE:/tmp/krb5cc_%u", pwd->pw_uid);
554 chown (ccname + 5, pwd->pw_uid, -1);
H A Dsra.c39 #include <pwd.h>
419 struct passwd *pwd; local
421 if ((pwd=getpwnam(usr))==NULL)
423 return (!pwd->pw_uid);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c78 #include <pwd.h>
349 struct passwd *pwd; local
370 if ((pwd = k_getpwuid(getuid())) == NULL)
373 h = pwd->pw_dir;
380 if ((pwd = k_getpwnam((char*) patbuf)) == NULL)
383 h = pwd->pw_dir;
/freebsd-9.3-release/lib/libc/net/
H A Drcmd.c49 #include <pwd.h>
446 struct passwd *pwd; local
472 if ((pwd = getpwnam(luser)) == NULL)
474 (void)strcpy(pbuf, pwd->pw_dir);
483 (void)seteuid(pwd->pw_uid);
500 else if (sbuf.st_uid && sbuf.st_uid != pwd->pw_uid)
H A Drcmdsh.c47 #include <pwd.h>
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py33 import pwd
74 name = pwd.getpwuid(int(ws)).pw_name
178 id = decodeid(w, pwd.getpwnam,
190 id = pwd.getpwnam(w)[2]
/freebsd-9.3-release/contrib/smbfs/smbutil/
H A Ddumptree.c6 #include <pwd.h>
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h35 #include <pwd.h>
/freebsd-9.3-release/sbin/mknod/
H A Dmknod.c56 #include <pwd.h>
/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mk58 # 1. ${MAKEOBJDIRPREFIX}/`pwd`
62 # 5. /usr/obj/`pwd`
/freebsd-9.3-release/usr.bin/calendar/
H A Dcalendar.c48 #include <pwd.h>

Completed in 197 milliseconds

1234567891011>>