/src/tests/usr.bin/indent/ |
t_options.lua | 313 local function handle_file(fname) function 325 handle_file(arg)
|
t_options.lua | 313 local function handle_file(fname) function 325 handle_file(arg)
|
/src/bin/setfacl/ |
setfacl.c | 79 static int handle_file(FTS *ftsp, FTSENT *file); 180 handle_file(FTS *ftsp, FTSENT *file) function in typeref:typename:int 508 carried_error += handle_file(ftsp, file);
|
setfacl.c | 79 static int handle_file(FTS *ftsp, FTSENT *file); 180 handle_file(FTS *ftsp, FTSENT *file) function in typeref:typename:int 508 carried_error += handle_file(ftsp, file);
|
/src/usr.bin/gzip/ |
gzip.c | 223 static void handle_file(char *, struct stat *); 2007 handle_file(path, &sb); 2018 handle_file(char *file, struct stat *sbp) function in typeref:typename:void 2076 handle_file(entry->fts_path, entry->fts_statp);
|
gzip.c | 223 static void handle_file(char *, struct stat *); 2007 handle_file(path, &sb); 2018 handle_file(char *file, struct stat *sbp) function in typeref:typename:void 2076 handle_file(entry->fts_path, entry->fts_statp);
|