Lines Matching refs:fts
203 process_file (FTS *fts, FTSENT *ent) in process_file() argument
227 fts_set (fts, ent, FTS_AGAIN); in process_file()
253 if (cycle_warning_required (fts, ent)) in process_file()
269 fts_set (fts, ent, FTS_SKIP); in process_file()
271 ignore_value (fts_read (fts)); in process_file()
280 if (chmodat (fts->fts_cwd_fd, file, ch.new_mode) == 0) in process_file()
294 && !mode_changed (fts->fts_cwd_fd, file, file_full_name, in process_file()
323 fts_set (fts, ent, FTS_SKIP); in process_file()
337 FTS *fts = xfts_open (files, bit_flags, nullptr); in process_files() local
343 ent = fts_read (fts); in process_files()
356 ok &= process_file (fts, ent); in process_files()
359 if (fts_close (fts) != 0) in process_files()