OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UL_GETFSIZE
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ulimit.h
28
UL_GETFSIZE
= 1, /* Return limit on the size of a file,
30
#define
UL_GETFSIZE
UL_GETFSIZE
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ulimit.h
28
UL_GETFSIZE
= 1, /* Return limit on the size of a file,
30
#define
UL_GETFSIZE
UL_GETFSIZE
/external/ltp/testcases/kernel/syscalls/ulimit/
ulimit01.c
135
UL_GETFSIZE
, -1, 0, 0}, {
136
UL_SETFSIZE, -2, 1, 0}, /* case case: must be after
UL_GETFSIZE
*/
138
UL_SETFSIZE, -2, 2, 0}, /* case case: must be after
UL_GETFSIZE
*/
211
* Save the
UL_GETFSIZE
return value in the newlimit field
214
if (cmd ==
UL_GETFSIZE
) {
Completed in 1515 milliseconds