Home
last modified time | relevance | path

Searched refs:ulimit (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/legacy/
Dulimit.c30 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()
Dtest_src_functionalext_legacy.gni14 functionalext_legacy_test = [ "ulimit" ]
/third_party/mksh/
Dulimit.c83 # 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()
Dulimits.opt29 /* generic options for the ulimit builtin */
Drlimits.opt29 /* generic options for the ulimit builtin */
Ddot.mkshrc68 \: "${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/
Dtest-child-process-emfile.js31 const ulimit = Number(child_process.execSync('ulimit -Hn')); constant
32 if (ulimit > 64 || Number.isNaN(ulimit)) {
/third_party/json/test/thirdparty/Fuzzer/test/
Dulimit.test1 RUN: ulimit -s 1000
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dulimit.h11 long ulimit (int, ...);
/third_party/musl/porting/uniproton/kernel/include/
Dulimit.h11 long ulimit (int, ...);
/third_party/musl/porting/liteos_m/kernel/include/
Dulimit.h11 long ulimit (int, ...);
/third_party/musl/include/
Dulimit.h11 long ulimit (int, ...);
/third_party/ltp/testcases/kernel/syscalls/ulimit/
DREADME3 and sysconf(3) instead. For the shell command ulimit, see
Dulimit01.c186 TEST(ulimit(cmd, limit)); in main()
/third_party/musl/src/legacy/
Dulimit.c5 long ulimit(int cmd, ...) in ulimit() function
/third_party/musl/porting/liteos_a/user/src/legacy/
Dulimit.c6 long ulimit(int cmd, ...) in ulimit() function
/third_party/musl/porting/linux/user/src/legacy/
Dulimit.c6 long ulimit(int cmd, ...) in ulimit() function
/third_party/mesa3d/src/drm-shim/
DREADME.md15 (ulimit -c unlimited and doing gdb on the core after the fact can
/third_party/toybox/
DBUILD.gn201 "toys/posix/ulimit.c",
421 "bin/ulimit",
689 "toys/posix/ulimit.c",
943 "ulimit",
/third_party/ltp/include/lapi/syscalls/
Dpowerpc.in59 ulimit 58
Di386.in59 ulimit 58
Dpowerpc64.in59 ulimit 58
Dmips_o32.in59 ulimit 4058
/third_party/toybox/generated/
Dnewtoys.h205 USE_ULIMIT(OLDTOY(prlimit, ulimit, TOYFLAG_USR|TOYFLAG_BIN))
282 USE_ULIMIT(NEWTOY(ulimit, ">1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc]", TOYFLAG_USR|TOYFLAG…
Dglobals.h1634 struct ulimit_data ulimit; member

12