| /src/bin/ksh/ |
| c_ulimit.c | 56 enum { RLIMIT, ULIMIT } which; 64 { "time(cpu-seconds)", RLIMIT, RLIMIT_CPU, RLIMIT_CPU, 1, 't' }, 67 { "file(blocks)", RLIMIT, RLIMIT_FSIZE, RLIMIT_FSIZE, 512, 'f' }, 80 { "coredump(blocks)", RLIMIT, RLIMIT_CORE, RLIMIT_CORE, 512, 'c' }, 83 { "data(kbytes)", RLIMIT, RLIMIT_DATA, RLIMIT_DATA, 1024, 'd' }, 86 { "stack(kbytes)", RLIMIT, RLIMIT_STACK, RLIMIT_STACK, 1024, 's' }, 89 { "lockedmem(kbytes)", RLIMIT, RLIMIT_MEMLOCK, RLIMIT_MEMLOCK, 1024, 'l' }, 92 { "memory(kbytes)", RLIMIT, RLIMIT_RSS, RLIMIT_RSS, 1024, 'm' }, 95 { "nofiles(descriptors)", RLIMIT, RLIMIT_NOFILE, RLIMIT_NOFILE, 1, 'n' }, 102 { "processes", RLIMIT, RLIMIT_NPROC, RLIMIT_NPROC, 1, 'p' } [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| internal.h | 155 #define RLIMIT(c) ((c)->u.trad.rlimit) 212 const unsigned char *rlimit; member in struct:cpp_context::__anon14195::__anon14197 333 const unsigned char *rlimit; /* Writable byte at end of file. */ member in struct:cpp_buffer
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| internal.h | 154 #define RLIMIT(c) ((c)->u.trad.rlimit) 211 const unsigned char *rlimit; member in struct:cpp_context::__anon16609::__anon16611 332 const unsigned char *rlimit; /* Writable byte at end of file. */ member in struct:cpp_buffer
|