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

/freebsd-11.0-release/contrib/elftoolchain/strings/
H A Dstrings.c94 int handle_file(const char *);
198 rc = handle_file("{standard input}");
200 rc = handle_file(*argv);
207 handle_file(const char *name) function
/freebsd-11.0-release/contrib/diff/src/
H A Ddir.c202 int (*handle_file) (struct comparison const *,
260 int v1 = (*handle_file) (cmp,
/freebsd-11.0-release/usr.bin/gzip/
H A Dgzip.c230 static void handle_file(char *, struct stat *);
1863 handle_file(path, &sb);
1874 handle_file(char *file, struct stat *sbp) function
1932 handle_file(entry->fts_path, entry->fts_statp);

Completed in 126 milliseconds