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

/solaris-x11-s11/open-src/util/build-tools/sun-src/
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[] = { "autogen", "bash", "cpp", "cc1", "date", "doxygen", variable
88 for (i = 0; programs[i] != NULL; i++)
89 if (strcmp(execname, programs[i]) == 0) {

Completed in 8 milliseconds