Home
last modified time | relevance | path

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

/external/mksh/src/
Dfuncs.c2561 #define TF_POSIX BIT(2) /* report in POSIX format */ in timex() macro
2603 if (tf & TF_POSIX) in timex()
2610 if (tf & TF_POSIX) in timex()
2616 if (tf & TF_POSIX) in timex()
2640 t->str[0] |= TF_POSIX; in timex_hook()