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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-procfs.c133 gdb_file_up procfile = gdb_fopen_cloexec (buffer, "r"); local
134 if (procfile == NULL)
142 while (fgets (buffer, sizeof (buffer), procfile.get ()) != NULL)
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-procfs.c133 gdb_file_up procfile = gdb_fopen_cloexec (buffer, "r"); local
134 if (procfile == NULL)
142 while (fgets (buffer, sizeof (buffer), procfile.get ()) != NULL)
/netbsd-current/usr.bin/grep/
H A Dgrep.h141 int procfile(const char *fn);
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
H A Dgrep.c704 exit(!procfile("-"));
712 c+= procfile(*aargv);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf.c46 static void procfile __P((char *));
115 procfile(optarg);
240 static void procfile(file) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c562 char procfile[80]; local
568 xsnprintf (procfile, sizeof (procfile), "process %d", pi->pid);
569 print_sys_errmsg (procfile, errno);
H A Dlinux-nat.c3919 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r");
3920 if (procfile == NULL)
3923 while (fgets (buffer, PATH_MAX, procfile.get ()) != NULL)
3913 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c4070 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r");
4071 if (procfile == NULL)
4074 while (fgets (buffer, PATH_MAX, procfile.get ()) != NULL)
4064 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); local

Completed in 357 milliseconds