Home | History | Annotate | Download | only in bn

Lines Matching defs:TIMES

101 #define TIMES
107 #ifdef TIMES
109 #include <sys/times.h>
114 undefine TIMES, since that tells the rest of the program how things
117 #undef TIMES
120 #ifndef TIMES
133 /* The following if from times(3) man page. It may need to be changed */
157 #ifdef TIMES
162 times(&tstart);
167 times(&tend);
171 #else /* !times() */