Searched refs:tracefile (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/sh/
H A Dshow.c270 FILE *tracefile; variable
277 if (debug != 1 || !tracefile)
279 putc(c, tracefile);
289 if (debug != 1 || !tracefile)
292 (void) vfprintf(tracefile, fmt, va);
302 if (debug != 1 || !tracefile)
305 (void) vfprintf(tracefile, fmt, ap);
315 if (debug != 1 || !tracefile)
317 fputs(s, tracefile);
327 if (debug != 1 || !tracefile)
[all...]
H A Dhistedit.c78 extern FILE *tracefile;
121 if (tracefile)
122 el_err = tracefile;
/netbsd-6-1-5-RELEASE/usr.bin/ktrace/
H A Dktrace.c333 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid, argument
340 (!tracefile || strcmp(tracefile, "-") == 0)) {
410 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid);
413 tracefile != NULL ? tracefile : "NULL", pid);
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dkdump.c78 static const char *tracefile = NULL; variable
172 tracefile = optarg;
228 if (tracefile == NULL) {
230 tracefile = argv[0];
234 tracefile = DEF_TRACEFILE;
245 if (!freopen(tracefile, "r", stdin))
246 err(1, "%s", tracefile);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/moxie/
H A Dinterp.c39 FILE *tracefile; variable
247 #define TRACE(str) if (tracing) fprintf(tracefile,"0x%08x, %s, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x, 0x%x\n", opc, str, cpu.asregs.regs[0], cpu.asregs.regs[1], cpu.asregs.regs[2], cpu.asregs.regs[3], cpu.asregs.regs[4], cpu.asregs.regs[5], cpu.asregs.regs[6], cpu.asregs.regs[7], cpu.asregs.regs[8], cpu.asregs.regs[9], cpu.asregs.regs[10], cpu.asregs.regs[11], cpu.asregs.regs[12], cpu.asregs.regs[13], cpu.asregs.regs[14], cpu.asregs.regs[15]);
1108 if (tracefile == 0)
1109 tracefile = fopen("trace.csv", "wb");
1355 if (tracefile)
1356 fclose(tracefile);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c164 static char *tracefile = "trace.din"; /* default filename for trace log */ variable
238 sim_io_printf(sd,"Failed to allocate buffer for tracefile name \"%s\"\n",optarg);
243 tracefile = tmp;
244 sim_io_printf(sd,"Placing trace information into file \"%s\"\n",tracefile);
814 tracefh = fopen(tracefile,"wb+");
817 sim_io_eprintf(sd,"Failed to create file \"%s\", writing trace information to stderr.\n",tracefile);
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmain.c177 static const char * tracefile; variable
456 tracefile = bmake_strdup(argvalue);
1048 Trace_Init(tracefile);

Completed in 201 milliseconds