OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getdtablesize
(Results
1 - 25
of
307
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/m4/
getdtablesize.m4
0
#
getdtablesize
.m4 serial 4
10
AC_CHECK_FUNCS_ONCE([
getdtablesize
])
16
# Prerequisites of lib/
getdtablesize
.c.
unistd_h.m4
45
fdatasync fsync ftruncate getcwd getdomainname
getdtablesize
getgroups
/external/bison/lib/
getdtablesize.c
0
/*
getdtablesize
() function for platforms that don't have it.
50
/* Cache for the previous
getdtablesize
() result. */
54
getdtablesize
(void)
function
fcntl.c
43
/* Upper bound on
getdtablesize
(). See lib/
getdtablesize
.c. */
62
if (newfd < 0 ||
getdtablesize
() <= newfd)
189
if (target < 0 ||
getdtablesize
() <= target)
spawn_faction_addclose.c
26
# define __sysconf(open_max)
getdtablesize
()
spawn_faction_adddup2.c
26
# define __sysconf(open_max)
getdtablesize
()
spawn_faction_addopen.c
26
# define __sysconf(open_max)
getdtablesize
()
msvc-inval.h
48
fclose(fp) where fileno(fp) is closed, or simply
getdtablesize
()):
/external/dhcpcd-6.8.2/compat/
closefrom.c
41
max =
getdtablesize
();
/development/ndk/platforms/android-12/include/
unistd.h
158
extern int
getdtablesize
(void);
/development/ndk/platforms/android-3/include/
unistd.h
147
extern int
getdtablesize
(void);
/development/ndk/platforms/android-8/include/
unistd.h
151
extern int
getdtablesize
(void);
/development/ndk/platforms/android-9/include/
unistd.h
155
extern int
getdtablesize
(void);
/external/libpcap/lbl/
os-sunos4.h
88
int
getdtablesize
(void);
/external/strace/
sys_func.h
71
extern SYS_FUNC(
getdtablesize
);
/external/tcpdump/lbl/
os-sunos4.h
88
int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
unistd.h
158
extern int
getdtablesize
(void);
Completed in 477 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>