Searched defs:getpwnam (Results 1 - 2 of 2) sorted by relevance

/sendmail/libsm/
H A Dmpeix.c241 ** SENDMAIL_MPE_GETPWNAM - shadow function for getpwnam()
258 #undef getpwnam macro
259 extern struct passwd *getpwnam(const char *);
297 else if ((result = getpwnam(upper)) != NULL)
/sendmail/include/sm/
H A Dconf.h1323 extern struct passwd *getpwnam();
1630 extern struct passwd *getpwent(), *getpwnam(), *getpwuid();
1882 # define getpwnam sendmail_mpe_getpwnam macro

Completed in 40 milliseconds