Searched defs:p_time (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dfuncs.c222 static void p_time(struct shf *, bool, long, int, int,
2490 p_time(struct shf *shf, bool posix, long tv_sec, int tv_usec, int width, function
2508 p_time(shl_stdout, false, usage.ru_utime.tv_sec,
2510 p_time(shl_stdout, false, usage.ru_stime.tv_sec,
2514 p_time(shl_stdout, false, usage.ru_utime.tv_sec,
2516 p_time(shl_stdout, false, usage.ru_stime.tv_sec,
2573 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec,
2576 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec,
2580 p_time(shl_out, true, usrtime.tv_sec, usrtime.tv_usec,
2583 p_time(shl_ou
[all...]

Completed in 80 milliseconds