Home
last modified time | relevance | path

Searched refs:sought_files (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dlsof.c27 struct stat *sought_files;
61 struct stat *sb = TT.sought_files; in filter_matches()
63 for (; sb != &(TT.sought_files[toys.optc]); ++sb) { in filter_matches()
442 TT.sought_files = xmalloc(toys.optc*sizeof(struct stat)); in lsof_main()
444 xstat(toys.optargs[i], &(TT.sought_files[i])); in lsof_main()
/external/toybox/generated/
Dglobals.h640 struct stat *sought_files; member