Searched refs:gfile (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/refer/ |
H A D | glue4.c | 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); [all...] |
H A D | refer0.c | 45 char gfile[NTFILE]; variable
|
H A D | refer..c | 48 extern char gfile[];
|
H A D | refer1.c | 194 if (gfile[0]) 195 unlink(gfile);
|
H A D | hunt1.c | 36 char gfile[50]; variable
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 96 char *gfile; local 112 (gfile = match(fileptr->ar_longname, cmd_info)) != NULL) { 118 f = stats(gfile, &stbuf); /* gfile is set by match */ 124 gfile, strerror(err)); 129 mesg('c', gfile, cmd_info); 164 malloc(strlen(gfile) + 1)) == NULL) { 172 (void) strcpy(fileptr->ar_pathname, gfile);
|
Completed in 60 milliseconds