HomeSort by relevance Sort by last modified time
    Searched refs:getdtablesize (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/dhcpcd-6.8.2/compat/
closefrom.c 41 max = getdtablesize();
  /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
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 ()
fcntl.c 43 /* Upper bound on getdtablesize(). See lib/getdtablesize.c. */
62 if (newfd < 0 || getdtablesize () <= newfd)
189 if (target < 0 || getdtablesize () <= target)
  /external/ltp/android/include/
bionic-compat.h 43 static inline int getdtablesize(void) function
  /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/creat/
creat05.c 61 max_open = getdtablesize();
62 tst_res(TINFO, "getdtablesize() = %d", max_open);
  /external/ltp/testcases/kernel/syscalls/dup/
dup06.c 66 min = getdtablesize();
  /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/testcases/kernel/syscalls/getdtablesize/
getdtablesize01.c 62 table_size = getdtablesize();
94 //Now the max files opened should be RLIMIT_NOFILE - 1 , why ? read getdtablesize man page
  /external/openssh/openbsd-compat/
bsd-closefrom.c 92 * Fall back on sysconf() or getdtablesize(). We avoid checking
99 maxfd = 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/open/
open04.c 89 nfile = getdtablesize();
  /development/ndk/platforms/android-12/include/
unistd.h 158 extern int getdtablesize(void);
  /development/ndk/platforms/android-9/include/
unistd.h 155 extern int getdtablesize(void);
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 183 int getdtablesize(void);
  /external/libpcap/lbl/
os-sunos4.h 88 int getdtablesize(void);
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 99 nofiles = getdtablesize();
  /external/tcpdump/lbl/
os-sunos4.h 88 int getdtablesize(void);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
unistd.h 158 extern int getdtablesize(void);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
unistd.h 158 extern int getdtablesize(void);

Completed in 208 milliseconds

1 2 3 4 5