Searched refs:nofiles (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit01.c | 54 static int nofiles, fd, bytes, i, status; variable 100 nofiles = getdtablesize(); in test1() 102 if (nofiles != 100) { in test1() 104 "100, got %d", nofiles); in test1()
|
/external/mksh/src/ |
D | rlimits.opt | 54 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
|
D | rlimits.gen | 50 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n')
|