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

/freebsd-current/contrib/diff/src/
H A Ddir.c202 int (*handle_file) (struct comparison const *,
260 int v1 = (*handle_file) (cmp,
/freebsd-current/contrib/elftoolchain/strings/
H A Dstrings.c93 int handle_file(fileargs_t *fa, const char *);
213 if (handle_file(fa, *argv) != 0)
224 handle_file(fileargs_t *fa, const char *name) function
/freebsd-current/bin/setfacl/
H A Dsetfacl.c70 static int handle_file(FTS *ftsp, FTSENT *file);
171 handle_file(FTS *ftsp, FTSENT *file) function
498 carried_error += handle_file(ftsp, file);
/freebsd-current/usr.bin/gzip/
H A Dgzip.c240 static void handle_file(char *, struct stat *);
1940 handle_file(path, &sb);
1951 handle_file(char *file, struct stat *sbp) function
2004 handle_file(entry->fts_path, entry->fts_statp);

Completed in 120 milliseconds