Searched defs:programs (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/tools/
H A Dtime.c28 * when the execname matches one of the desired "programs" and TIME_CONSTANT
38 /* The list of programs that we want to use a constant time. */
39 static char *programs[] = { variable
90 for (i = 0; programs[i] != NULL; i++)
91 if (strcmp(execname, programs[i]) == 0) {

Completed in 11 milliseconds