Home
last modified time | relevance | path

Searched refs:xstat (Results 1 – 13 of 13) sorted by relevance

/external/iproute2/misc/
Difstat.c763 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/
Dmountpoint.c54 xstat(arg, &st2); in mountpoint_main()
Dlosetup.c163 xstat(TT.j, &st); in losetup_main()
/external/toybox/toys/posix/
Dtouch.c58 xstat(TT.r, &st); in touch_main()
Ddate.c165 xstat(TT.r, &st); in date_main()
Dfind.c477 xstat(ss[1], &st); in do_find()
Dps.c1179 xstat(toybuf, &st); in parse_rest()
/external/toybox/toys/pending/
Dlsof.c432 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
Ddiff.c861 xstat(files[j], &TT.st[j]); in diff_main()
/external/toybox/lib/
Dlib.h169 void xstat(char *path, struct stat *st);
Dxwrap.c545 void xstat(char *path, struct stat *st) in xstat() function
/external/strace/
DChangeLog-CVS4570 * file.c: handle xstat version _STAT64_VER, aka stat64.
DChangeLog12904 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.