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

  /external/strace/tests/
setrlimit.c 48 struct rlimit libc_rlim = {}; local
49 if (getrlimit((int) res, &libc_rlim))
51 rlimit[0] = libc_rlim.rlim_cur;
52 rlimit[1] = libc_rlim.rlim_max;
  /external/strace/tests-m32/
setrlimit.c 48 struct rlimit libc_rlim = {}; local
49 if (getrlimit((int) res, &libc_rlim))
51 rlimit[0] = libc_rlim.rlim_cur;
52 rlimit[1] = libc_rlim.rlim_max;
  /external/strace/tests-mx32/
setrlimit.c 48 struct rlimit libc_rlim = {}; local
49 if (getrlimit((int) res, &libc_rlim))
51 rlimit[0] = libc_rlim.rlim_cur;
52 rlimit[1] = libc_rlim.rlim_max;

Completed in 65 milliseconds