Searched refs:xstat (Results 1 - 14 of 14) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | mountpoint.c | 54 xstat(arg, &st2); in mountpoint_main()
|
H A D | losetup.c | 163 xstat(TT.j, &st); in losetup_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | touch.c | 51 xstat(TT.r, &st); in touch_main()
|
H A D | date.c | 137 xstat(TT.r, &st); in date_main()
|
H A D | ps.c | 1135 xstat(toybuf, &st); in parse_rest()
|
/third_party/toybox/toys/posix/ |
H A D | touch.c | 58 xstat(TT.r, &st); in touch_main()
|
H A D | date.c | 140 xstat(TT.r, &st); in date_main()
|
H A D | find.c | 487 xstat(ss[1], &st); in do_find()
|
H A D | ps.c | 1178 xstat(toybuf, &st); in parse_rest()
|
/third_party/toybox/toys/pending/ |
H A D | lsof.c | 430 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
|
H A D | diff.c | 861 xstat(files[j], &TT.st[j]); in diff_main()
|
/third_party/toybox/lib/ |
H A D | lib.h | 173 void xstat(char *path, struct stat *st);
|
H A D | xwrap.c | 521 void xstat(char *path, struct stat *st) in xstat() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 168 void xstat(char *path, struct stat *st);
|
Completed in 14 milliseconds