Searched refs:PSTDERR (Results 1 - 12 of 12) sorted by relevance

/external/srec/portable/include/
H A Dptstutils.h39 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
49 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
59 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed.\n"), __LINE__); \
H A Dpassert.h59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
H A Dplog.h127 * logging goes to PSTDERR.
303 pfprintf(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); \
318 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc2)); \
H A DPFileSystem.h51 /*PORTABLE_API PFile* PSTDERR;*/
55 #define PSTDERR stderr macro
/external/srec/portable/src/UNIX/
H A DPFileSystemUNIXImpl.c68 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR));
69 impl = (PANSIFileImpl*) PSTDERR;
116 if (PSTDERR!=NULL)
130 if (PSTDERR!=NULL)
132 CHKLOG(rc, PFileFlush(PSTDERR));
133 impl = (PANSIFileImpl*) PSTDERR;
135 CHKLOG(rc, PFileDestroy(PSTDERR));
136 PSTDERR = NULL;
/external/srec/portable/src/
H A DpLastError.c48 pfprintf(PSTDERR, L("[%s:%d] %s: %s\n"), file, line, text, msg);
58 pfprintf(PSTDERR, "[%s:%d] %s, errno = %x\n", file, line, text, err);
H A Dplog.c119 if (p->fp != PSTDERR && p->fp != PSTDOUT)
148 * logging goes to PSTDERR. @param logLevel The level of logging requested.
171 rc = createPFileLogger(PSTDERR, &Glogger);
257 pfprintf(PSTDERR, L("[%s:%d] %s failed with %s\n"), __FILE__, __LINE__, x, ESR_rc2str(rc)); \
258 pfflush(PSTDERR); \
395 pfprintf(PSTDERR, L("%s"), buffer);
396 pfflush(PSTDERR);
447 pfprintf(PSTDERR, L("PStackTraceGetDepth"), ESR_rc2str(rc));
H A DPFileSystemImpl.c45 PFile* PSTDERR = NULL; variable
H A Dpmemory.c145 pfprintf(PSTDERR, "[%s:%d] PStackTracePopLevel failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc));
161 pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc));
273 pfprintf(PSTDERR, L("ESR_INVALID_STATE: Memory Pool Could Not Be Created\n"));
355 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR)
363 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
439 pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc));
600 pfprintf(PSTDERR, L("ESR_INVALID_STATE: pmalloc() ran out of slots"));
796 pfprintf(PSTDERR, L("OUT_OF_MEMORY: prealloc() failed at %s:%d"), __FILE__, __LINE__);
866 pfprintf(PSTDERR, "[
[all...]
H A DPANSIFileImpl.c431 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
437 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
444 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__);
H A DPFileImpl.c65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
/external/srec/shared/src/
H A DSessionTypeImpl.c593 pfprintf(PSTDERR, "Options must be prefixed by '-'%s\n", *argv);
936 pfprintf(PSTDERR, L("Missing value for '%s'\n"), key);

Completed in 68 milliseconds