Searched refs:Event_DebugFP (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-l2tp/libevent/
H A Devent.c561 FILE *Event_DebugFP = NULL; variable
577 if (!Event_DebugFP) return;
581 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
585 vfprintf(Event_DebugFP, fmt, ap);
587 fflush(Event_DebugFP);
605 Event_DebugFP = fopen(fname, "w");
606 return (Event_DebugFP != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/src/libevent/
H A Devent.c566 FILE *Event_DebugFP = NULL; variable
582 if (!Event_DebugFP) return;
586 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
590 vfprintf(Event_DebugFP, fmt, ap);
592 fflush(Event_DebugFP);
610 Event_DebugFP = fopen(fname, "w");
611 return (Event_DebugFP != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-l2tp/libevent/
H A Devent.c561 FILE *Event_DebugFP = NULL; variable
577 if (!Event_DebugFP) return;
581 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
585 vfprintf(Event_DebugFP, fmt, ap);
587 fflush(Event_DebugFP);
605 Event_DebugFP = fopen(fname, "w");
606 return (Event_DebugFP != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/src/libevent/
H A Devent.c566 FILE *Event_DebugFP = NULL; variable
582 if (!Event_DebugFP) return;
586 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
590 vfprintf(Event_DebugFP, fmt, ap);
592 fflush(Event_DebugFP);
610 Event_DebugFP = fopen(fname, "w");
611 return (Event_DebugFP != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-l2tp/libevent/
H A Devent.c561 FILE *Event_DebugFP = NULL; variable
577 if (!Event_DebugFP) return;
581 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
585 vfprintf(Event_DebugFP, fmt, ap);
587 fflush(Event_DebugFP);
605 Event_DebugFP = fopen(fname, "w");
606 return (Event_DebugFP != NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Devent.c566 FILE *Event_DebugFP = NULL; variable
582 if (!Event_DebugFP) return;
586 fprintf(Event_DebugFP, "%03d.%03d ", (int) now.tv_sec % 1000,
590 vfprintf(Event_DebugFP, fmt, ap);
592 fflush(Event_DebugFP);
610 Event_DebugFP = fopen(fname, "w");
611 return (Event_DebugFP != NULL);

Completed in 117 milliseconds