Home
last modified time | relevance | path

Searched refs:TF_POSIX (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dfuncs.c2371 #define TF_POSIX BIT(2) /* report in POSIX format */ in timex() macro
2413 if (tf & TF_POSIX) in timex()
2420 if (tf & TF_POSIX) in timex()
2426 if (tf & TF_POSIX) in timex()
2450 t->str[0] |= TF_POSIX; in timex_hook()