Home
last modified time | relevance | path

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

/external/toybox/generated/
Dtags.h87 #define PS_TIME_ 38 macro
/external/toybox/toys/posix/
Dps.c475 } else if (which <= PS_TIME_) { in string_field()
479 if (which!=PS_TIME_) unit *= 60*24; in string_field()
487 for (s = 0, j = 2*(which==PS_TIME_); j<4; j++) { in string_field()
497 if (which==PS_TIME_ && s-out<8) in string_field()