Home
last modified time | relevance | path

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

/freebsd-head/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-head/contrib/diff/src/
HDdir.c201 int (*handle_file) (struct comparison const *, in diff_dirs()
259 int v1 = (*handle_file) (cmp, in diff_dirs()
/freebsd-head/bin/setfacl/
HDsetfacl.c70 static int handle_file(FTS *ftsp, FTSENT *file);
171 handle_file(FTS *ftsp, FTSENT *file) in handle_file() function
498 carried_error += handle_file(ftsp, file); in main()
/freebsd-head/usr.bin/gzip/
HDgzip.c240 static void handle_file(char *, struct stat *);
1940 handle_file(path, &sb); in handle_pathname()
1951 handle_file(char *file, struct stat *sbp) in handle_file() function
2004 handle_file(entry->fts_path, entry->fts_statp); in handle_dir()