Searched refs:res (Results 1 – 2 of 2) sorted by relevance
8 long int res; in main() local10 res = ulimit (UL_SETFSIZE, 10000); in main()11 printf ("Result of ulimit (UL_SETFSIZE, 10000): %ld\n", res); in main()12 if (res != 10000) in main()15 res = ulimit (UL_GETFSIZE); in main()16 printf ("Result of ulimit(UL_GETFSIZE): %ld\n", res); in main()17 if (res != 10000) in main()
76 int res = getrlimit (tests[i].resource, &r); in do_test() local77 if (res == -1) in do_test()99 res = getrlimit64 (tests[i].resource, &r64); in do_test()100 if (res == -1) in do_test()
Completed in 3 milliseconds