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;
63 if (TT.sought_files[i].st_dev==fi->st_dev) in print_info()
64 if (TT.sought_files[i].st_ino==fi->st_ino) break; in print_info()
449 TT.sought_files = xmalloc(toys.optc*sizeof(struct stat)); in lsof_main()
450 for (i = 0; i<toys.optc; ++i) xstat(toys.optargs[i], TT.sought_files+i); in lsof_main()
/external/toybox/generated/
Dglobals.h708 struct stat *sought_files; member