Searched defs:process_file (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_flg.pl | 61 sub process_file { subroutine 131 process_file($_, undef) if /\/(inc|req)\.flg$/ && -f $_; 185 process_file($file, $incpath);
|
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 120 static void process_file(const char *, int); 428 process_file(path, 0); 455 process_file(name, ftw->base); 463 process_file(const char *name, int base) function
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 59 static int process_file(Elf *, char *, Cmd_Info *); 180 if ((code = process_file(elf, cur_filenm, cmd_info)) == 244 process_file(Elf *elf, char *cur_file, Cmd_Info *cmd_info) function
|
Completed in 100 milliseconds