OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getpwnam_r
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
stubs.cpp
60
//
getpwnam_r
and getpwuid_r don't modify errno, but library calls we
104
int
getpwnam_r
(const char* name, passwd* pwd,
function
/ndk/sources/host-tools/make-3.81/glob/
glob.c
250
# define
getpwnam_r
(name, bufp, buf, len, res) \
macro
668
while (
getpwnam_r
(name, &pwbuf, pwtmpbuf, pwbuflen, &p)
753
while (
getpwnam_r
(user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
[
all
...]
Completed in 642 milliseconds