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