HomeSort by: relevance | last modified time | path
    Searched refs:tracefile (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
animate.c 46 * Rexamine the whole tracefile subsystem at some point when we look at
51 * extern FILE *tracefile;
68 if(tracefile) {
69 fprintf(tracefile, "Time = %lu, %ld, %ld, %ld, %lu\n", lastsec,
71 fflush(tracefile);
77 if(tracefile) {
78 fprintf(tracefile, "Animate\n");
79 fflush(tracefile);
event_core.c 432 if(! tracefile) {
443 fprintf(tracefile, "event: %s in window 0x%x\n", name,
448 fprintf(tracefile, " : +%d,+%d (+%d,+%d) state=%d, keycode=%d\n",
455 fprintf(tracefile, " : +%d,+%d (+%d,+%d) state=%d, button=%d\n",
util.h 74 extern FILE *tracefile;
util.c 59 FILE *tracefile = NULL; variable
558 if(tracefile) {
560 if(tracefile != stderr) {
561 fclose(tracefile);
563 tracefile = NULL;
567 tracefile = fopen(file, "w");
570 tracefile = stderr;
workspace_manager.c 1921 if(tracefile) {
1922 fprintf(tracefile, "WMapRestack : w = %lx, win = %p\n",
1924 fflush(tracefile);
1930 if(tracefile) {
1931 fprintf(tracefile, "WMapRestack : wl = %p, twm_win = %p\n",
1933 fflush(tracefile);
  /xsrc/external/mit/MesaLib/dist/src/util/perf/
u_trace.c 226 static FILE *tracefile = NULL; local
230 tracefile = debug_get_option_trace_file();
231 if (!tracefile && debug_get_option_trace()) {
232 tracefile = stdout;
238 return tracefile;

Completed in 9 milliseconds