Searched refs:debugFile (Results 1 – 4 of 4) sorted by relevance
/external/sonivox/arm-wt-22k/host_src/ |
D | eas_report.c | 44 static FILE *debugFile = NULL; variable 162 if (debugFile) in EAS_ReportEx() 164 vfprintf(debugFile, debugMessages[i].m_pDebugMsg, vargs); in EAS_ReportEx() 166 fflush(debugFile); in EAS_ReportEx() 197 if (debugFile) in EAS_Report() 199 vfprintf(debugFile, fmt, vargs); in EAS_Report() 201 fflush(debugFile); in EAS_Report() 227 if (debugFile) in EAS_ReportX() 229 vfprintf(debugFile, fmt, vargs); in EAS_ReportX() 231 fflush(debugFile); in EAS_ReportX() [all …]
|
D | eas_main.c | 228 FILE *debugFile; in main() local 233 debugFile = NULL; in main() 251 if ((debugFile = fopen(&argv[i][2],"w")) == NULL) in main() 254 EAS_SetDebugFile(debugFile, EAS_TRUE); in main() 343 if (debugFile) in main() 344 fclose(debugFile); in main()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe-discovery.c | 491 if (conn->debugFile) { in sendPADI() 492 dumpPacket(conn->debugFile, &packet, "SENT"); in sendPADI() 493 fprintf(conn->debugFile, "\n"); in sendPADI() 494 fflush(conn->debugFile); in sendPADI() 559 if (conn->debugFile) { in waitForPADO() 560 dumpPacket(conn->debugFile, &packet, "RCVD"); in waitForPADO() 561 fprintf(conn->debugFile, "\n"); in waitForPADO() 562 fflush(conn->debugFile); in waitForPADO() 659 conn->debugFile = fopen(optarg, "w"); in main() 660 if (!conn->debugFile) { in main() [all …]
|
D | pppoe.h | 240 FILE *debugFile; /* Debug file for dumping packets */ member
|