Searched refs:getrlimit64 (Results 1 – 3 of 3) sorted by relevance
20 if (getrlimit64(RLIMIT_NOFILE, &oldrlim) < 0) in main()65 if (getrlimit64(RLIMIT_NOFILE, &newrlim) < 0) in main()
738 INTERCEPTOR(int, getrlimit64, int resource, void *rlim) { in INTERCEPTOR() argument740 return REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()742 int res = REAL(getrlimit64)(resource, rlim); in INTERCEPTOR()1581 INTERCEPT_FUNCTION(getrlimit64); in InitializeInterceptors()
2170 fun:getrlimit64=uninstrumented