Searched refs:xstat (Results 1 – 13 of 13) sorted by relevance
/external/iproute2/misc/ |
D | ifstat.c | 763 const struct extended_stats_options_t *xstat; in get_filter_type() local 765 xstat = &extended_stats_options[i]; in get_filter_type() 766 if (strncmp(name, xstat->name, name_len) == 0) { in get_filter_type() 767 filter_type = xstat->id; in get_filter_type() 768 sub_type = xstat->sub_type; in get_filter_type() 769 return xstat->name; in get_filter_type()
|
/external/toybox/toys/other/ |
D | mountpoint.c | 54 xstat(arg, &st2); in mountpoint_main()
|
D | losetup.c | 163 xstat(TT.j, &st); in losetup_main()
|
/external/toybox/toys/posix/ |
D | touch.c | 58 xstat(TT.r, &st); in touch_main()
|
D | date.c | 165 xstat(TT.r, &st); in date_main()
|
D | find.c | 477 xstat(ss[1], &st); in do_find()
|
D | ps.c | 1179 xstat(toybuf, &st); in parse_rest()
|
/external/toybox/toys/pending/ |
D | lsof.c | 432 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
|
D | diff.c | 861 xstat(files[j], &TT.st[j]); in diff_main()
|
/external/toybox/lib/ |
D | lib.h | 169 void xstat(char *path, struct stat *st);
|
D | xwrap.c | 545 void xstat(char *path, struct stat *st) in xstat() function
|
/external/strace/ |
D | ChangeLog-CVS | 4570 * file.c: handle xstat version _STAT64_VER, aka stat64.
|
D | ChangeLog | 12904 instead of time(2) and stat(2)/xstat(2) as examples of libc/kernel API 16924 *xstat syscalls are, according to [1], like their *stat counterparts, 17099 tests/xstat.c: do not remove sample file after test. 17103 * tests/xstat.c (main): Remove unlink calls. 26147 * file.c [SPARC || SPARC64] (SYS_FUNC(xstat), SYS_FUNC(fxstat)): Remove.
|