Searched refs:getpwuid (Results 1 - 25 of 203) sorted by relevance

123456789

/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dpwd.h35 struct passwd *getpwuid(uid_t);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstruid.c31 __STDPP__directive pragma pp:hide getpwnam getpwuid
34 #define getpwuid ______getpwuid
42 __STDPP__directive pragma pp:nohide getpwnam getpwuid
45 #undef getpwuid
49 extern struct passwd* getpwuid(uid_t);
90 if (!getpwuid(id))
98 if (*e || !getpwuid(id))
H A Dfmtuid.c31 __STDPP__directive pragma pp:hide getpwuid
33 #define getpwuid ______getpwuid
41 __STDPP__directive pragma pp:nohide getpwuid
43 #undef getpwuid
46 extern struct passwd* getpwuid(uid_t);
78 if (pw = getpwuid(uid))
/macosx-10.10/emacs-93/emacs/nt/inc/
H A Dpwd.h22 struct passwd * getpwuid (int);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dusername.c44 if ((pwd = getpwuid(uid)) == 0)
H A Dfullname.c73 if ((pwd = getpwuid(uid)) == 0)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/tilde/
H A Dshell.c49 extern struct passwd *getpwuid ();
66 entry = getpwuid (getuid ());
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dk_getpwuid.c46 p = getpwuid (uid);
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-server-main.c44 if ((user_pw = getpwuid(getuid())) == NULL) {
/macosx-10.10/mail_cmds-30/mail/
H A Dgetname.c60 if ((pw = getpwuid(uid)) == NULL)
/macosx-10.10/Libc-1044.1.2/sys/
H A Dgetgroups.c41 if ((pw = getpwuid(getuid())) == NULL) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_checkpw/test/
H A Dtest-checkpw.c22 struct passwd *pw = getpwuid(uid);
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DiOSforOSX.c44 struct passwd *passwd = getpwuid(getuid());
73 struct passwd *pw = getpwuid(getuid());
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DiOSforOSX.c44 struct passwd *passwd = getpwuid(getuid());
73 struct passwd *pw = getpwuid(getuid());
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A DMakefile.benchmarks59 getpwuid \
H A Dgetpwuid.c50 // getpwuid -E -L -S -W -B 200 -C 10 -c 100 -u 5000-5200
94 "\n ------- getpwuid specific options (default: *)\n"
181 passwd = getpwuid( i );
200 // XXX No need to use getpwuid_r() since getpwuid() is already thread-safe
220 passwd = getpwuid( uid );
/macosx-10.10/shell_cmds-179/id/
H A Did.c194 if (nflag && (pw = getpwuid(id)))
226 pw = getpwuid(id);
247 pw = getpwuid(rid = getuid());
256 if ((pw = getpwuid(eid)))
288 pw = getpwuid(getuid());
333 if ((pw = getpwuid(euid)))
378 if ((pw = getpwuid(getuid())) == NULL)
379 err(1, "getpwuid");
399 pw = getpwuid(getuid());
483 if (*u && !*ep && (pw = getpwuid(i
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dshell.c65 extern struct passwd *getpwuid PARAMS((uid_t));
167 entry = getpwuid (getuid ());
/macosx-10.10/libarchive-30/libarchive/cpio/
H A Dcpio_windows.h36 #define getpwuid(id) NULL macro
/macosx-10.10/uucp-11/uucp/unix/
H A Dpicksb.c48 #ifndef getpwuid
49 extern struct passwd *getpwuid ();
225 q = getpwuid (getuid ());
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dpwd.h100 struct passwd *getpwuid(uid_t);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/loadables/
H A Did.c26 extern struct passwd *getpwuid ();
155 pwd = getpwuid (uid);
236 pwd = getpwuid (ruid);
252 pwd = getpwuid (euid);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsetup-vms.h27 /* getenv(), getpwuid() and provide is_vms_shell() */
40 # define getpwuid decc_getpwuid macro
51 #undef getpwuid macro
53 #define getpwuid vms_getpwuid macro
72 # define decc_getpwuid decc$getpwuid
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_homedir.c77 struct passwd *pw = getpwuid(geteuid());
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dget_names.c83 if ((pw = getpwuid(getuid())) == NULL)

Completed in 317 milliseconds

123456789