Home
last modified time | relevance | path

Searched refs:tracefp (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c52 static FILE *tracefp; variable
68 if ((tracefp = fopen("/tmp/__bt_debug", "w")) != NULL) in __bt_dinit()
71 tracefp = stderr; in __bt_dinit()
95 (void)fprintf(tracefp, "%s: pgsz %d",
98 (void)fprintf(tracefp, " keys %lu", (u_long)t->bt_nrecs);
102 (void)fprintf(tracefp, "%s%s", sep, name); \
113 (void)fprintf(tracefp, ")\n");
119 (void)fflush(tracefp);
139 (void)fprintf(tracefp, "magic %lx\n", (u_long)m->magic);
140 (void)fprintf(tracefp, "version %lu\n", (u_long)m->version);
[all …]
/freebsd/contrib/nvi/common/
H A Dmain.c163 if ((gp->tracefp = fopen(optarg, "w")) == NULL) { in editor()
167 (void)fprintf(gp->tracefp, in editor()
490 if (gp->tracefp != NULL) in v_end()
491 (void)fclose(gp->tracefp); in v_end()
H A Dgs.h95 FILE *tracefp; /* Trace file pointer. */ member
H A Dutil.c375 if ((tfp = sp->gp->tracefp) == NULL)