/third_party/musl/libc-test/src/functionalext/legacy/ |
D | ulimit.c | 30 long result = ulimit(cmd, MAX_FILE_SIZE); in ulimit_0100() 47 long result = ulimit(cmd); in ulimit_0200() 64 long result = ulimit(cmd, -1); in ulimit_0300()
|
D | test_src_functionalext_legacy.gni | 14 functionalext_legacy_test = [ "ulimit" ]
|
/third_party/mksh/ |
D | ulimit.c | 83 # error nonsensical m ulimit 87 # error nonsensical v ulimit 134 extern long ulimit(int, long); 317 if (ulimit(l->wesource, val) != -1L) in set_ulimit() 336 if ((val = ulimit(l->resource, 0)) < 0) in print_ulimit()
|
D | ulimits.opt | 29 /* generic options for the ulimit builtin */
|
D | rlimits.opt | 29 /* generic options for the ulimit builtin */
|
D | dot.mkshrc | 68 \: "${EDITOR:=/bin/ed}${TERM:=vt100}${USER:=$(\\builtin ulimit -c 0; id -un \ 69 2>/dev/null)}${HOSTNAME:=$(\\builtin ulimit -c 0; hostname 2>/dev/null)}" 514 i_func[nfunc++]=ulimit
|
/third_party/node/test/sequential/ |
D | test-child-process-emfile.js | 31 const ulimit = Number(child_process.execSync('ulimit -Hn')); constant 32 if (ulimit > 64 || Number.isNaN(ulimit)) {
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | ulimit.test | 1 RUN: ulimit -s 1000
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/include/ |
D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/ltp/testcases/kernel/syscalls/ulimit/ |
D | README | 3 and sysconf(3) instead. For the shell command ulimit, see
|
D | ulimit01.c | 186 TEST(ulimit(cmd, limit)); in main()
|
/third_party/musl/src/legacy/ |
D | ulimit.c | 5 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
D | ulimit.c | 6 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/musl/porting/linux/user/src/legacy/ |
D | ulimit.c | 6 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/mesa3d/src/drm-shim/ |
D | README.md | 15 (ulimit -c unlimited and doing gdb on the core after the fact can
|
/third_party/toybox/ |
D | BUILD.gn | 201 "toys/posix/ulimit.c", 421 "bin/ulimit", 689 "toys/posix/ulimit.c", 943 "ulimit",
|
/third_party/ltp/include/lapi/syscalls/ |
D | powerpc.in | 59 ulimit 58
|
D | i386.in | 59 ulimit 58
|
D | powerpc64.in | 59 ulimit 58
|
D | mips_o32.in | 59 ulimit 4058
|
/third_party/toybox/generated/ |
D | newtoys.h | 205 USE_ULIMIT(OLDTOY(prlimit, ulimit, TOYFLAG_USR|TOYFLAG_BIN)) 282 USE_ULIMIT(NEWTOY(ulimit, ">1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc]", TOYFLAG_USR|TOYFLAG…
|
D | globals.h | 1634 struct ulimit_data ulimit; member
|