Home
last modified time | relevance | path

Searched refs:handle_file (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/elftoolchain/strings/
HDstrings.c93 int handle_file(fileargs_t *fa, const char *);
213 if (handle_file(fa, *argv) != 0) in main()
224 handle_file(fileargs_t *fa, const char *name) in handle_file() function
/freebsd-14-stable/contrib/diff/src/
HDdir.c201 int (*handle_file) (struct comparison const *, in diff_dirs()
259 int v1 = (*handle_file) (cmp, in diff_dirs()
/freebsd-14-stable/usr.bin/gzip/
HDgzip.c246 static void handle_file(char *, struct stat *);
1946 handle_file(path, &sb); in handle_pathname()
1957 handle_file(char *file, struct stat *sbp) in handle_file() function
2010 handle_file(entry->fts_path, entry->fts_statp); in handle_dir()