Home
last modified time | relevance | path

Searched refs:res (Results 1 – 2 of 2) sorted by relevance

/resource/
A Dbug-ulimit1.c8 long int res; in main() local
10 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()
A Dtst-getrlimit.c76 int res = getrlimit (tests[i].resource, &r); in do_test() local
77 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