Searched refs:procfile (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/usr.bin/dc/
H A Ddc.c61 procfile(char *fname) { function
100 procfile(optarg);
129 procfile(argv[0]);
/freebsd-10-stable/usr.bin/sort/
H A Dfile.h117 int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
H A Dsort.c1264 procfile("-", &list, &fl);
1267 procfile(*argv, &list, &fl);
H A Dfile.c833 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) function
/freebsd-10-stable/usr.bin/grep/
H A Dgrep.h137 int procfile(const char *fn);
H A Dgrep.c730 exit(!procfile("-"));
738 c+= procfile(*aargv);
H A Dutil.c100 * the -R option. Each appropriate file is passed to procfile().
157 c += procfile(p->fts_path);
171 procfile(const char *fn) function
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf.c46 static void procfile __P((char *));
118 procfile(optarg);
243 static void procfile(file) function
/freebsd-10-stable/contrib/gdb/gdb/
H A Dprocfs.c821 char procfile[80]; local
829 sprintf (procfile, "process %d", pi->pid);
830 print_sys_errmsg (procfile, errno);

Completed in 307 milliseconds