Lines Matching full:fine
40 #define PRIO_PROCESS 0 /* process */
41 #define PRIO_PGRP 1 /* process group */
42 #define PRIO_USER 2 /* user id */
65 #define RUSAGE_SELF 0 /* usage by this process */
66 #define RUSAGE_CHILDREN -1 /* usage by all children */
102 #define RLIMIT_CPU 0 /* cpu time in milliseconds */
103 #define RLIMIT_FSIZE 1 /* maximum file size */
104 #define RLIMIT_DATA 2 /* maximum data segment size */
105 #define RLIMIT_STACK 3 /* maximum stack segment size */
106 #define RLIMIT_CORE 4 /* maximum core file size */
107 #define RLIMIT_RSS 5 /* maximum resident set size */
109 #define RLIM_NLIMITS 6
111 #define RLIM_INFINITY 0x7f\&f\&f\&f\&f\&f\&f