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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c4574 FILE *procfile;
4644 if ((procfile = fopen (fname1, "r")) != NULL)
4646 struct cleanup *cleanup = make_cleanup_fclose (procfile);
4648 if (fgets (buffer, sizeof (buffer), procfile))
4678 if ((procfile = fopen (fname1, "r")) != NULL)
4684 cleanup = make_cleanup_fclose (procfile);
4701 while (read_mapping (procfile, &addr, &endaddr, &permissions[0],
4740 if ((procfile = fopen (fname1, "r")) != NULL)
4742 struct cleanup *cleanup = make_cleanup_fclose (procfile);
4744 while (fgets (buffer, sizeof (buffer), procfile) !
4567 FILE *procfile; local
5031 FILE *procfile; local
[all...]
H A Dprocfs.c813 char procfile[80]; local
821 sprintf (procfile, "process %d", pi->pid);
822 print_sys_errmsg (procfile, errno);
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dgrep.h137 int procfile(const char *fn);
H A Dgrep.c696 exit(!procfile("-"));
704 c+= procfile(*aargv);
H A Dutil.c110 * the -R option. Each appropriate file is passed to procfile().
174 c += procfile(p->fts_path);
188 procfile(const char *fn) function
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipf.c44 static void procfile __P((char *, char *)), flushfilter __P((char *));
107 procfile(argv[0], optarg);
227 static void procfile(name, file) function

Completed in 116 milliseconds