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

/solaris-userland/tools/
H A Dtime.c92 static char *time_string; local
94 if (time_string == NULL)
95 time_string = getenv("TIME_CONSTANT");
97 if (time_string != NULL)
98 result = atoll(time_string);

Completed in 37 milliseconds