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
140
) sorted by null
1
2
3
4
5
6
/external/ltp/testcases/kernel/syscalls/creat/
creat05.c
61
max_open =
getdtablesize
();
62
tst_res(TINFO, "
getdtablesize
() = %d", max_open);
/external/ltp/testcases/kernel/syscalls/fcntl/
fcntl12.c
29
*
getdtablesize
() system call. Then attempt to use the F_DUPFD command
78
max_files =
getdtablesize
();
/external/ltp/android/include/
bionic-compat.h
44
static inline int
getdtablesize
(void)
function
/external/ltp/testcases/kernel/syscalls/
Makefile
39
getdomainname
getdtablesize
gethostid getgroups get_mempolicy ipc \
/external/ltp/testcases/kernel/syscalls/getdtablesize/
getdtablesize01.c
62
table_size =
getdtablesize
();
95
//Now the max files opened should be RLIMIT_NOFILE - 1 , why ? read
getdtablesize
man page
/external/dhcpcd-6.8.2/compat/
closefrom.c
41
max =
getdtablesize
();
/external/ltp/testcases/kernel/syscalls/dup2/
dup201.c
91
/* First fd argument is
getdtablesize
() - EBADF */
97
/* Second fd argument is
getdtablesize
() - EBADF */
165
maxfd =
getdtablesize
();
dup205.c
123
min =
getdtablesize
(); /* get number of files allowed open */
/external/ltp/testcases/kernel/syscalls/pipe/
pipe06.c
99
numb_fds =
getdtablesize
();
pipe07.c
66
min =
getdtablesize
() - rec_fds_max;
/external/ltp/testcases/kernel/syscalls/dup/
dup06.c
66
min =
getdtablesize
();
/external/ltp/testcases/kernel/syscalls/open/
open04.c
89
nfile =
getdtablesize
();
/external/libpcap/lbl/
os-sunos4.h
87
int
getdtablesize
(void);
/external/python/cpython2/Demo/tkinter/guido/
ShellWindow.py
105
MAXFD = 100 # Max number of file descriptors (os.
getdtablesize
()???)
/external/tcpdump/lbl/
os-sunos4.h
88
int
getdtablesize
(void);
/external/ltp/testcases/kernel/io/direct_io/
diotest4.c
317
if ((newfd =
getdtablesize
()) < 0) {
318
tst_resm(TFAIL, "
getdtablesize
() failed: %s", strerror(errno));
/device/linaro/bootloader/edk2/StdLib/Include/
unistd.h
183
int
getdtablesize
(void);
/external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c
100
nofiles =
getdtablesize
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xpoll.h
214
#define
getdtablesize
() FD_SETSIZE
macro
/bionic/libc/bionic/
ndk_cruft.cpp
281
int
getdtablesize
() {
function
/prebuilts/go/darwin-x86/src/syscall/
syscall_dragonfly.go
157
//sys
Getdtablesize
() (size int)
syscall_freebsd.go
159
//sys
Getdtablesize
() (size int)
/prebuilts/go/linux-x86/src/syscall/
syscall_dragonfly.go
157
//sys
Getdtablesize
() (size int)
syscall_freebsd.go
159
//sys
Getdtablesize
() (size int)
/external/strace/linux/alpha/
syscallent.h
119
[ 89] = { 0, PU|NF, SEN(
getdtablesize
), "
getdtablesize
" },
Completed in 900 milliseconds
1
2
3
4
5
6