OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endpwent
(Results
1 - 25
of
304
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/toybox/toys/pending/
groupdel.c
51
for (
endpwent
(); (pw = getpwent());)
55
if (CFG_TOYBOX_FREE)
endpwent
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_compat-2.11.1.so
libnss_compat.so
libnss_compat.so.2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnss_compat-2.15.so
libnss_compat.so
libnss_compat.so.2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
pwd.so
/external/libedit/
configure.ac
111
AC_CHECK_FUNCS([
endpwent
isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv])
/development/ndk/platforms/android-21/include/
pwd.h
122
void
endpwent
(void);
/development/ndk/platforms/android-3/include/
pwd.h
116
void
endpwent
(void);
/external/libpcap/lbl/
os-sunos4.h
67
void
endpwent
(void);
/external/tcpdump/lbl/
os-sunos4.h
67
void
endpwent
(void);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pwd.h
79
extern void
endpwent
(void);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pwd.h
79
extern void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
pwd.h
116
void
endpwent
(void);
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
pwd.h
116
void
endpwent
(void);
Completed in 2283 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>