Home
last modified time | relevance | path

Searched refs:ulimit (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/legacy/
H A Dulimit.c16 #include <ulimit.h>
24 * @tc.desc : Test ulimit() with UL_SETFSIZE
30 long result = ulimit(cmd, MAX_FILE_SIZE); in ulimit_0100()
41 * @tc.desc : Test ulimit() with UL_GETFSIZE
47 long result = ulimit(cmd); in ulimit_0200()
58 * @tc.desc : Test ulimit() with UL_SETFSIZE and invalid args
64 long result = ulimit(cmd, -1); in ulimit_0300()
/third_party/mksh/
H A Dulimit.c27 __RCSID("$MirOS: src/bin/mksh/ulimit.c,v 1.3 2020/07/24 21:08:26 tg Exp $");
83 # error nonsensical m ulimit
87 # error nonsensical v ulimit
134 extern long ulimit(int, long);
219 bi_errorf("usage: ulimit [-%s] [value]", rlimits_opts); in c_ulimit()
235 internal_warningf("ulimit: %c", what); in c_ulimit()
312 /* check.t:ulimit-2 fails if we return 1 and/or do: in set_ulimit()
317 if (ulimit(l->wesource, val) != -1L) in set_ulimit()
336 if ((val = ulimit(l->resource, 0)) < 0) in print_ulimit()
H A Dsh.h108 #include <ulimit.h>
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dulimit.c2 #include <ulimit.h>
6 long ulimit(int cmd, ...) in ulimit() function
/third_party/musl/porting/linux/user/src/legacy/
H A Dulimit.c2 #include <ulimit.h>
6 long ulimit(int cmd, ...) in ulimit() function
/third_party/musl/src/legacy/
H A Dulimit.c2 #include <ulimit.h>
9 long ulimit(int cmd, ...) in ulimit() function
/third_party/ltp/testcases/kernel/syscalls/ulimit/
H A Dulimit01.c41 * TEST TITLE : Basic test for ulimit(2)
61 * 1.) ulimit(2) returns...(See Description)
90 * This is a Phase I test for the ulimit(2) system call. It is intended
93 * ulimit(2).
112 #include <ulimit.h>
184 * Call ulimit(2) in main()
186 TEST(ulimit(cmd, limit)); in main()
192 "ulimit(%d, %ld) Failed expectedly", in main()
196 "ulimit(%d, %ld) Failed", in main()
202 "ulimit( in main()
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dulimit.h11 long ulimit (int, ...);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dulimit.h11 long ulimit (int, ...);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dulimit.h11 long ulimit (int, ...);
/third_party/musl/include/
H A Dulimit.h11 long ulimit (int, ...);
/third_party/node/test/async-hooks/
H A Dtest-callback-error.js67 program = `ulimit -c 0 && exec ${program} ${args.join(' ')}`;
/third_party/ltp/scripts/
H A Dcheckbashisms.pl680 $LEADIN . qr'ulimit(\s|\Z)' => q<ulimit>,
/third_party/toybox/generated/
H A Dglobals.h1577 // toys/posix/ulimit.c
1769 struct ulimit_data ulimit; member
H A Dflags.h3139 // ulimit >1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc] >1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc]
6122 #define TT this.ulimit
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c93 #include <ulimit.h>

Completed in 28 milliseconds