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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dwatch.c59 char *thyme; local
67 thyme = ctime(&t);
68 len = strlen(thyme);
70 strcpy(header + width - len, thyme);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dwho.c58 time_t thyme = ut->ut_tv.tv_sec; local
68 ctime(&thyme) + 4, ut->ut_host);
H A Dsort.c219 struct tm thyme; local
223 xx = strptime(x, "%b", &thyme);
224 dx = thyme.tm_mon;
225 yy = strptime(y, "%b", &thyme);
231 retval = (dx == thyme.tm_mon) ? 0 : dx - thyme.tm_mon;

Completed in 92 milliseconds