Searched refs:xparsetime (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/posix/ |
D | sleep.c | 28 tv.tv_sec = xparsetime(*toys.optargs, 9, &tv.tv_nsec); in sleep_main()
|
/third_party/toybox/toys/other/ |
D | timeout.c | 62 tv->tv_sec = xparsetime(s, 6, &ll); in xparsetimeval()
|
/third_party/toybox/lib/ |
D | xwrap.c | 879 long xparsetime(char *arg, long zeroes, long *fraction) in xparsetime() function 915 l = xparsetime(arg, 3, &ll); in xparsemillitime()
|
D | lib.h | 180 long xparsetime(char *arg, long units, long *fraction);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 181 long xparsetime(char *arg, long units, long *fraction);
|