Searched defs:getpwuid (Results 1 - 10 of 10) sorted by last modified time

/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h548 #define getpwuid my_getpwuid macro
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2ish.h392 #define getpwuid my_getpwuid macro
H A Dos2.c5309 #undef getpwuid macro
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm177 sub getpwuid ($) { _populate(CORE::getpwuid(shift)) } subroutine
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h1375 # undef getpwuid macro
1377 # define getpwuid(a) ((PL_reentrant_retint = getpwuid_r(a, &PL_reentrant_buffer->_pwent_struct, PL_reentrant_buffer->_pwent_buffer, PL_reentrant_buffer->_pwent_size, &PL_reentrant_buffer->_pwent_ptr)) == 0 ? PL_reentrant_buffer->_pwent_ptr : ((PL_reentrant_retint == ERANGE) ? (struct passwd *) Perl_reentrant_retry("getpwuid", a) : 0)) macro
1380 # define getpwuid( macro
1383 # define getpwuid macro
1386 # define getpwuid macro
[all...]
/openbsd-current/lib/libc/gen/
H A Dgetpwent.c878 getpwuid(uid_t uid) function
/openbsd-current/lib/libc/hidden/
H A Dpwd.h37 PROTO_DEPRECATED(getpwuid); variable
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dpwd.c20 struct passwd *getpwuid(unsigned int uid) function
/openbsd-current/gnu/usr.bin/cvs/windows-NT/
H A Dpwd.c54 getpwuid (int uid) function
/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dpwd.c53 getpwuid (int uid) function

Completed in 335 milliseconds