HomeSort by relevance Sort by last modified time
    Searched refs:debugFile (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/host_src/
eas_report.c 44 static FILE *debugFile = NULL;
162 if (debugFile)
164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs);
166 fflush(debugFile);
197 if (debugFile)
199 vfprintf(debugFile, fmt, vargs);
201 fflush(debugFile);
227 if (debugFile)
229 vfprintf(debugFile, fmt, vargs);
231 fflush(debugFile);
    [all...]
eas_main.c 228 FILE *debugFile;
233 debugFile = NULL;
251 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
254 EAS_SetDebugFile(debugFile, EAS_TRUE);
343 if (debugFile)
344 fclose(debugFile);
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 491 if (conn->debugFile) {
492 dumpPacket(conn->debugFile, &packet, "SENT");
493 fprintf(conn->debugFile, "\n");
494 fflush(conn->debugFile);
559 if (conn->debugFile) {
560 dumpPacket(conn->debugFile, &packet, "RCVD");
561 fprintf(conn->debugFile, "\n");
562 fflush(conn->debugFile);
659 conn->debugFile = fopen(optarg, "w");
660 if (!conn->debugFile) {
    [all...]
pppoe.h 240 FILE *debugFile; /* Debug file for dumping packets */

Completed in 79 milliseconds