Searched refs:getpwnam (Results 1 - 25 of 204) sorted by relevance

123456789

/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dpwd.h36 struct passwd *getpwnam(const char *);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstruid.c31 __STDPP__directive pragma pp:hide getpwnam getpwuid
33 #define getpwnam ______getpwnam
42 __STDPP__directive pragma pp:nohide getpwnam getpwuid
44 #undef getpwnam
48 extern struct passwd* getpwnam(const char*);
82 if (pw = getpwnam(name))
93 else if (streq(name, "root") && (pw = getpwnam("Administrator")))
H A Dstrgid.c31 __STDPP__directive pragma pp:hide getgrgid getgrnam getpwnam
35 #define getpwnam ______getpwnam
44 __STDPP__directive pragma pp:nohide getgrgid getgrnam getpwnam
48 #undef getpwnam
53 extern struct passwd* getpwnam(const char*);
90 else if (pw = getpwnam(name))
105 else if (pw = getpwnam("Administrator"))
/macosx-10.9.5/uucp-11/uucp/
H A Duudir.c37 #ifndef getpwnam
38 extern struct passwd *getpwnam ();
84 q = getpwnam (OWNER);
/macosx-10.9.5/emacs-92/emacs/nt/inc/
H A Dpwd.h21 struct passwd * getpwnam (char *);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dk_getpwnam.c46 p = getpwnam (user);
/macosx-10.9.5/mail_cmds-29/mail/
H A Dgetname.c74 if ((pw = getpwnam(name)) == NULL)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/pwcheck/
H A Dpwcheck_getpwnam.c37 pwd = getpwnam(userid);
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/unix/
H A Dos.c37 pw = getpwnam(user);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dlocfil.c34 #ifndef getpwnam
35 extern struct passwd *getpwnam ();
88 q = getpwnam (zcopy);
H A Duacces.c43 #ifndef getpwnam
44 extern struct passwd *getpwnam ();
87 qpwd = getpwnam ((char *) zuser);
H A Dinit.c89 #ifndef getpwnam
90 extern struct passwd *getpwnam ();
252 q = getpwnam (z);
283 q = getpwnam (OWNER);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dauth_getpwent.c76 pw = getpwnam(login);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dchroot_uid.c54 if ((pwd = getpwnam(user_name)) == 0)
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Damiga.c43 pw = getpwnam("uucp"); /* get the Password Entry for uucp */
/macosx-10.9.5/tcsh-65/tcsh/config/
H A Dhk6892 #define getpwnam getpwna
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A DMakefile.benchmarks57 getpwnam \
/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/krb5/
H A Dpname_to_uid.c73 pwd = getpwnam(localname);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Duser.cpp65 const struct passwd* pw = ::getpwnam(user.c_str());
/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio_windows.h35 #define getpwnam(name) NULL macro
/macosx-10.9.5/procmail-14/procmail/src/
H A Dsetid.c13 if(argc!=2&&argc!=3||geteuid()||!(p=getpwnam(argv[1])))
/macosx-10.9.5/top-89.1.2/
H A Duserinput_user.c42 pwd = getpwnam(s->buf);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dpwd.h101 struct passwd *getpwnam(const char *);
/macosx-10.9.5/emacs-92/
H A Drunit.c62 nobody = getpwnam("nobody");
64 err(1, "getpwnam(nobody) failed");
/macosx-10.9.5/cron-39/cron/
H A Dexterns.h53 extern struct passwd *getpwnam();

Completed in 148 milliseconds

123456789