Searched refs:xstat (Results 1 – 11 of 11) sorted by relevance
/external/toybox/toys/other/ |
D | mountpoint.c | 52 xstat(arg, &st2); in mountpoint_main()
|
D | losetup.c | 159 xstat(TT.jfile, &st); in losetup_main()
|
/external/toybox/toys/posix/ |
D | touch.c | 107 xstat(TT.file, &st);
|
D | date.c | 187 xstat(TT.file, &st); in date_main()
|
D | find.c | 415 xstat(ss[1], &st); in do_find()
|
D | ps.c | 1046 xstat(toybuf, &st); in parse_rest()
|
/external/toybox/lib/ |
D | lib.h | 158 void xstat(char *path, struct stat *st);
|
D | xwrap.c | 457 void xstat(char *path, struct stat *st) in xstat() function
|
/external/toybox/toys/pending/ |
D | lsof.c | 450 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
|
/external/strace/ |
D | ChangeLog-CVS | 4570 * file.c: handle xstat version _STAT64_VER, aka stat64.
|
D | ChangeLog | 6957 * file.c [SPARC || SPARC64] (SYS_FUNC(xstat), SYS_FUNC(fxstat)): Remove.
|