/src/bin/sh/ |
show.c | 85 char * tracefile; /* name of the tracefile */ member in struct:traceinfo 97 FILE *tracefile; /* just for histedit */ variable in typeref:typename:FILE * 133 if (tracefile) 134 fflush(tracefile); 151 error("Can't open tracefile: %s (%s)\n", s, strerror(errno)); 157 error("Attempt to use fd %d as tracefile thwarted\n", fd); 164 if (tracefile) 165 (void) fclose(tracefile); /* also closes tfd */ 166 tracefile = fdopen(fd, "ae"); /* don't care if it is NULL * [all...] |
show.c | 85 char * tracefile; /* name of the tracefile */ member in struct:traceinfo 97 FILE *tracefile; /* just for histedit */ variable in typeref:typename:FILE * 133 if (tracefile) 134 fflush(tracefile); 151 error("Can't open tracefile: %s (%s)\n", s, strerror(errno)); 157 error("Attempt to use fd %d as tracefile thwarted\n", fd); 164 if (tracefile) 165 (void) fclose(tracefile); /* also closes tfd */ 166 tracefile = fdopen(fd, "ae"); /* don't care if it is NULL * [all...] |
show.c | 85 char * tracefile; /* name of the tracefile */ member in struct:traceinfo 97 FILE *tracefile; /* just for histedit */ variable in typeref:typename:FILE * 133 if (tracefile) 134 fflush(tracefile); 151 error("Can't open tracefile: %s (%s)\n", s, strerror(errno)); 157 error("Attempt to use fd %d as tracefile thwarted\n", fd); 164 if (tracefile) 165 (void) fclose(tracefile); /* also closes tfd */ 166 tracefile = fdopen(fd, "ae"); /* don't care if it is NULL * [all...] |
/src/usr.bin/kdump/ |
kdump.c | 90 static const char *tracefile = NULL; variable in typeref:typename:const char * 216 tracefile = optarg; 272 if (tracefile == NULL) { 274 tracefile = argv[0]; 278 tracefile = DEF_TRACEFILE; 289 if (!freopen(tracefile, "r", stdin)) 290 err(1, "%s", tracefile);
|
kdump.c | 90 static const char *tracefile = NULL; variable in typeref:typename:const char * 216 tracefile = optarg; 272 if (tracefile == NULL) { 274 tracefile = argv[0]; 278 tracefile = DEF_TRACEFILE; 289 if (!freopen(tracefile, "r", stdin)) 290 err(1, "%s", tracefile);
|
kdump.c | 90 static const char *tracefile = NULL; variable in typeref:typename:const char * 216 tracefile = optarg; 272 if (tracefile == NULL) { 274 tracefile = argv[0]; 278 tracefile = DEF_TRACEFILE; 289 if (!freopen(tracefile, "r", stdin)) 290 err(1, "%s", tracefile);
|
/src/usr.bin/make/ |
main.c | 134 static const char *tracefile; variable in typeref:typename:const char * 498 tracefile = bmake_strdup(argvalue); 1454 Trace_Init(tracefile);
|
main.c | 134 static const char *tracefile; variable in typeref:typename:const char * 498 tracefile = bmake_strdup(argvalue); 1454 Trace_Init(tracefile);
|
main.c | 134 static const char *tracefile; variable in typeref:typename:const char * 498 tracefile = bmake_strdup(argvalue); 1454 Trace_Init(tracefile);
|