Searched refs:debugFile (Results 1 - 10 of 10) sorted by relevance

/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c44 static FILE *debugFile = NULL; variable
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...]
H A Deas_main.c225 FILE *debugFile; local
230 debugFile = NULL;
248 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
251 EAS_SetDebugFile(debugFile, EAS_TRUE);
340 if (debugFile)
341 fclose(debugFile);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c44 static FILE *debugFile = NULL; variable
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...]
H A Deas_main.c225 FILE *debugFile; local
230 debugFile = NULL;
248 if ((debugFile = fopen(&argv[i][2],"w")) == NULL)
251 EAS_SetDebugFile(debugFile, EAS_TRUE);
340 if (debugFile)
341 fclose(debugFile);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c44 static FILE *debugFile = NULL; variable
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...]
H A Deas_main.c228 FILE *debugFile; local
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/
H A Dpppoe-discovery.c51 conn->debugFile = fopen(optarg, "w");
52 if (!conn->debugFile) {
57 fprintf(conn->debugFile, "pppoe-discovery %s\n", VERSION);
H A Ddiscovery.c293 if (conn->debugFile) {
294 dumpPacket(conn->debugFile, &packet, "SENT");
295 fprintf(conn->debugFile, "\n");
296 fflush(conn->debugFile);
359 if (conn->debugFile) {
360 dumpPacket(conn->debugFile, &packet, "RCVD");
361 fprintf(conn->debugFile, "\n");
362 fflush(conn->debugFile);
477 if (conn->debugFile) {
478 dumpPacket(conn->debugFile,
[all...]
H A Dcommon.c465 if (conn->debugFile) {
466 dumpPacket(conn->debugFile, &packet, "SENT");
467 fprintf(conn->debugFile, "\n");
468 fflush(conn->debugFile);
H A Dpppoe.h266 FILE *debugFile; /* Debug file for dumping packets */ member in struct:PPPoEConnectionStruct

Completed in 104 milliseconds