Searched refs:ulimit (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/libc-test/src/functionalext/legacy/ |
H A D | ulimit.c | 16 #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 D | ulimit.c | 27 __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 D | sh.h | 108 #include <ulimit.h>
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
H A D | ulimit.c | 2 #include <ulimit.h> 6 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/musl/porting/linux/user/src/legacy/ |
H A D | ulimit.c | 2 #include <ulimit.h> 6 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/musl/src/legacy/ |
H A D | ulimit.c | 2 #include <ulimit.h> 9 long ulimit(int cmd, ...) in ulimit() function
|
/third_party/ltp/testcases/kernel/syscalls/ulimit/ |
H A D | ulimit01.c | 41 * 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 D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/musl/include/ |
H A D | ulimit.h | 11 long ulimit (int, ...);
|
/third_party/node/test/async-hooks/ |
H A D | test-callback-error.js | 67 program = `ulimit -c 0 && exec ${program} ${args.join(' ')}`;
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 680 $LEADIN . qr'ulimit(\s|\Z)' => q<ulimit>,
|
/third_party/toybox/generated/ |
H A D | globals.h | 1577 // toys/posix/ulimit.c 1769 struct ulimit_data ulimit; member
|
H A D | flags.h | 3139 // ulimit >1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc] >1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc] 6122 #define TT this.ulimit
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.c | 93 #include <ulimit.h>
|
Completed in 28 milliseconds