Home | History | Annotate | Download | only in des

Lines Matching refs:TIMES

63 #define TIMES
82 #ifdef TIMES
84 #include <sys/times.h>
89 undefine TIMES, since that tells the rest of the program how things
92 #undef TIMES
95 #ifndef TIMES
322 /* The following if from times(3) man page. It may need to be changed */
363 #ifdef TIMES
368 times(&tstart);
373 times(&tend);
377 #else /* !times() */
399 #define print_name(name) fprintf(stderr,"Doing %s %ld times\n",name,cb);
440 #ifndef TIMES