| /src/usr.bin/grep/ |
| util.c | 110 * the -R option. Each appropriate file is passed to procfile(). 174 c += procfile(p->fts_path); 188 procfile(const char *fn) function
|
| /src/external/bsd/ipf/dist/tools/ |
| ipf.c | 46 static void procfile __P((char *)); 115 procfile(optarg); 240 static void procfile(file) function
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-procfs.c | 134 gdb_file_up procfile = gdb_fopen_cloexec (buffer, "r"); local 135 if (procfile == NULL) 143 while (fgets (buffer, sizeof (buffer), procfile.get ()) != NULL)
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-procfs.c | 134 gdb_file_up procfile = gdb_fopen_cloexec (buffer, "r"); local 135 if (procfile == NULL) 143 while (fgets (buffer, sizeof (buffer), procfile.get ()) != NULL)
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| route.c | 1399 const char *procfile = "/proc/sys/net/ipv6/conf/all/forwarding"; local 1400 int fd = open(procfile, O_WRONLY); 1402 ERROR("%s: %s", procfile, strerror(errno));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-nat.c | 4303 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); 4304 if (procfile == NULL) 4307 while (fgets (buffer, PATH_MAX, procfile.get ()) != NULL) 4297 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-nat.c | 4303 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); 4304 if (procfile == NULL) 4307 while (fgets (buffer, PATH_MAX, procfile.get ()) != NULL) 4297 gdb_file_up procfile = gdb_fopen_cloexec (fname, "r"); local
|