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

/external/toybox/toys/posix/
H A Dsort.c211 struct tm thyme; local
215 xx = strptime(x,"%b",&thyme);
216 dx = thyme.tm_mon;
217 yy = strptime(y,"%b",&thyme);
220 else return dx==thyme.tm_mon ? 0 : dx-thyme.tm_mon;
H A Dfind.c359 time_t thyme = (int []){new->st.st_atime, new->st.st_ctime, local
368 test = compare_numsign(TT.now - thyme, units, copy);

Completed in 245 milliseconds