| /src/bin/sh/ |
| show.c | 85 char * tracefile; /* name of the tracefile */ member in struct:traceinfo 97 FILE *tracefile; /* just for histedit */ variable 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 | 91 static const char *tracefile = NULL; variable 218 tracefile = optarg; 274 if (tracefile == NULL) { 276 tracefile = argv[0]; 280 tracefile = DEF_TRACEFILE; 291 if (!freopen(tracefile, "r", stdin)) 292 err(1, "%s", tracefile);
|
| /src/external/gpl3/gdb/dist/sim/mips/ |
| interp.c | 147 static char *tracefile = "trace.din"; /* default filename for trace log */ variable 219 sim_io_printf(sd,"Failed to allocate buffer for tracefile name \"%s\"\n",optarg); 224 tracefile = tmp; 225 sim_io_printf(sd,"Placing trace information into file \"%s\"\n",tracefile); 820 tracefh = fopen(tracefile,"wb+"); 823 sim_io_eprintf(sd,"Failed to create file \"%s\", writing trace information to stderr.\n",tracefile);
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| interp.c | 147 static char *tracefile = "trace.din"; /* default filename for trace log */ variable 219 sim_io_printf(sd,"Failed to allocate buffer for tracefile name \"%s\"\n",optarg); 224 tracefile = tmp; 225 sim_io_printf(sd,"Placing trace information into file \"%s\"\n",tracefile); 820 tracefh = fopen(tracefile,"wb+"); 823 sim_io_eprintf(sd,"Failed to create file \"%s\", writing trace information to stderr.\n",tracefile);
|
| /src/usr.bin/make/ |
| main.c | 134 static const char *tracefile; variable 497 tracefile = bmake_strdup(argvalue); 1459 Trace_Init(tracefile);
|