Searched refs:sought_files (Results 1 – 2 of 2) sorted by relevance
27 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()
640 struct stat *sought_files; member