HomeSort by relevance Sort by last modified time
    Searched refs:UL_GETFSIZE (Results 1 - 2 of 2) sorted by null

  /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 78 milliseconds