Searched refs:xstat (Results 1 – 12 of 12) 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 | 52 xstat(arg, &st2); in mountpoint_main()
|
D | losetup.c | 152 xstat(TT.jfile, &st); in losetup_main()
|
/external/toybox/toys/posix/ |
D | touch.c | 107 xstat(TT.file, &st);
|
D | date.c | 180 xstat(TT.file, &st); in date_main()
|
D | find.c | 416 xstat(ss[1], &st); in do_find()
|
D | ps.c | 1098 xstat(toybuf, &st); in parse_rest()
|
/external/toybox/lib/ |
D | lib.h | 159 void xstat(char *path, struct stat *st);
|
D | xwrap.c | 464 void xstat(char *path, struct stat *st) in xstat() function
|
/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()
|
/external/strace/ |
D | ChangeLog-CVS | 4570 * file.c: handle xstat version _STAT64_VER, aka stat64.
|
D | ChangeLog | 5342 instead of time(2) and stat(2)/xstat(2) as examples of libc/kernel API 9362 *xstat syscalls are, according to [1], like their *stat counterparts, 9537 tests/xstat.c: do not remove sample file after test. 9541 * tests/xstat.c (main): Remove unlink calls. 18585 * file.c [SPARC || SPARC64] (SYS_FUNC(xstat), SYS_FUNC(fxstat)): Remove.
|