Home
last modified time | relevance | path

Searched refs:xstat (Results 1 – 12 of 12) 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.c52 xstat(arg, &st2); in mountpoint_main()
Dlosetup.c152 xstat(TT.jfile, &st); in losetup_main()
/external/toybox/toys/posix/
Dtouch.c107 xstat(TT.file, &st);
Ddate.c180 xstat(TT.file, &st); in date_main()
Dfind.c416 xstat(ss[1], &st); in do_find()
Dps.c1098 xstat(toybuf, &st); in parse_rest()
/external/toybox/lib/
Dlib.h159 void xstat(char *path, struct stat *st);
Dxwrap.c464 void xstat(char *path, struct stat *st) in xstat() function
/external/toybox/toys/pending/
Dlsof.c432 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
/external/strace/
DChangeLog-CVS4570 * file.c: handle xstat version _STAT64_VER, aka stat64.
DChangeLog5342 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.