Searched refs:tracefp (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libc/db/btree/
H A Dbt_debug.c52 static FILE *tracefp; variable
61 if (tracefp != NULL)
65 if ((tracefp = fopen("/tmp/__bt_debug", "w")) != NULL)
68 tracefp = stderr;
91 (void)fprintf(tracefp, "%s: pgsz %d",
94 (void)fprintf(tracefp, " keys %lu", (unsigned long) t->bt_nrecs);
98 (void)fprintf(tracefp, "%s%s", sep, name); \
109 (void)fprintf(tracefp, ")\n");
117 (void)fflush(tracefp);
133 (void)fprintf(tracefp, "magi
[all...]
/netbsd-current/lib/libcurses/
H A Dctrace.c50 static FILE *tracefp = NULL; /* Curses debugging file descriptor. */ variable
77 tracefp = fopen(tf, "w");
91 if (tracefp == NULL || !(tracemask & area))
97 (void)fprintf(tracefp, "%llu.%06lu: ",
101 (void)vfprintf(tracefp, fmt, ap);
104 (void)fflush(tracefp);
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dsim-if.c138 char *tracefp = STATE_TRACE_FLAGS (sd);
145 *tracefp = FLAG_CRIS_MISC_PROFILE_SIMPLE;
147 *tracefp
151 *tracefp
155 *tracefp = FLAG_CRIS_MISC_PROFILE_ALL;
167 *tracefp |= FLAG_CRIS_MISC_PROFILE_XSIM_TRACE;
137 char *tracefp = STATE_TRACE_FLAGS (sd); local
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dsim-if.c135 char *tracefp = STATE_TRACE_FLAGS (sd);
142 *tracefp = FLAG_CRIS_MISC_PROFILE_SIMPLE;
144 *tracefp
148 *tracefp
152 *tracefp = FLAG_CRIS_MISC_PROFILE_ALL;
164 *tracefp |= FLAG_CRIS_MISC_PROFILE_XSIM_TRACE;
134 char *tracefp = STATE_TRACE_FLAGS (sd); local
/netbsd-current/external/bsd/nvi/dist/common/
H A Dgs.h93 FILE *tracefp; /* Trace file pointer. */ member in struct:_gs

Completed in 106 milliseconds