| /src/usr.bin/m4/ |
| eval.c | 68 static void dotrace(const char *[], int, int); 170 dotrace(argv, argc, 1); 174 dotrace(argv, argc, 0); 680 * dotrace - mark some macros as traced/untraced depending upon on. 683 dotrace(const char *argv[], int argc, int on) function
|
| /src/usr.sbin/trpt/ |
| trpt.c | 143 static void dotrace(caddr_t); 272 dotrace(tcp_pcbs[i]); 279 dotrace(caddr_t tcpcb) function
|
| /src/external/gpl3/gdb/dist/sim/mips/ |
| interp.c | 1724 dotrace (SIM_DESC sd, function
|
| sim-main.h | 1031 void dotrace (SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, address_word address, int width, const char *comment, ...) ATTRIBUTE_PRINTF (7, 8); 1034 #define dotrace(sd, cpu, tracefh, type, address, width, comment, ...) macro
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| interp.c | 1724 dotrace (SIM_DESC sd, function
|
| sim-main.h | 1031 void dotrace (SIM_DESC sd, sim_cpu *cpu, FILE *tracefh, int type, address_word address, int width, const char *comment, ...) ATTRIBUTE_PRINTF (7, 8); 1034 #define dotrace(sd, cpu, tracefh, type, address, width, comment, ...) macro
|