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

/solaris-x11-s11/open-src/util/build-tools/sun-src/
H A Dtime.c90 static char *time_string; local
92 if (time_string == NULL)
93 time_string = getenv("TIME_CONSTANT");
95 if (time_string != NULL)
96 result = atoll(time_string);

Completed in 19 milliseconds