OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pwtmpbuf
(Results
1 - 1
of
1
) sorted by null
/ndk/sources/host-tools/make-3.81/glob/
glob.c
658
char *
pwtmpbuf
;
666
pwtmpbuf
= (char *) __alloca (pwbuflen);
668
while (getpwnam_r (name, &pwbuf,
pwtmpbuf
, pwbuflen, &p)
677
pwtmpbuf
= (char *) __alloca (pwbuflen);
743
char *
pwtmpbuf
;
751
pwtmpbuf
= (char *) __alloca (buflen);
753
while (getpwnam_r (user_name, &pwbuf,
pwtmpbuf
, buflen, &p) != 0)
761
pwtmpbuf
= __alloca (buflen);
657
char *
pwtmpbuf
;
local
742
char *
pwtmpbuf
;
local
[
all
...]
Completed in 71 milliseconds