handle_file
carried_error += handle_file(ftsp, file);
static int handle_file(FTS *ftsp, FTSENT *file);
handle_file(path, &sb);
handle_file(entry->fts_path, entry->fts_statp);
static void handle_file(char *, struct stat *);