Lines Matching refs:gfile
21 extern char gfile[];
34 if (gfile[0] == 0)
35 sprintf(gfile, "/tmp/rj%dg", getpid());
37 fprintf(stderr, "in grepcall, gfile %s in %o out %o\n",
38 gfile, in, out);
62 if (creat(gfile, 0666) != 1)
63 err("Can't write fgrep output %s", gfile);
79 gf = fopen(gfile, "r");
81 err("can't read fgrep output %s", gfile);
110 unlink(gfile);
117 if (gfile[0])
118 unlink(gfile);