HomeSort by: relevance | last modified time | path
    Searched defs:procfile (Results 1 - 3 of 3) sorted by relevancy

  /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/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));

Completed in 30 milliseconds