Home
last modified time | relevance | path

Searched refs:PSTDERR (Results 1 – 13 of 13) sorted by relevance

/external/srec/portable/src/UNIX/
DPFileSystemUNIXImpl.c68 …ystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR)); in PFileSystemInitializeStreamsImpl()
69 impl = (PANSIFileImpl*) PSTDERR; in PFileSystemInitializeStreamsImpl()
116 if (PSTDERR!=NULL) in PFileSystemShutdownStreamsImpl()
130 if (PSTDERR!=NULL) in PFileSystemShutdownStreamsImpl()
132 CHKLOG(rc, PFileFlush(PSTDERR)); in PFileSystemShutdownStreamsImpl()
133 impl = (PANSIFileImpl*) PSTDERR; in PFileSystemShutdownStreamsImpl()
135 CHKLOG(rc, PFileDestroy(PSTDERR)); in PFileSystemShutdownStreamsImpl()
136 PSTDERR = NULL; in PFileSystemShutdownStreamsImpl()
/external/srec/portable/include/
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__); \
Dplog.h303 …pfprintf(PSTDERR, L("[%s:%d] PStackTraceGetValue failed with %s\n"), __FILE__, __LINE__, ESR_rc2st…
318 …pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(r…
Dpassert.h59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
DPFileSystem.h55 #define PSTDERR stderr macro
/external/srec/portable/src/
Dplog.c119 if (p->fp != PSTDERR && p->fp != PSTDOUT) in FileLoggerDestroy()
171 rc = createPFileLogger(PSTDERR, &Glogger); in PLogInit()
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); in logIt()
396 pfflush(PSTDERR); in logIt()
447 pfprintf(PSTDERR, L("PStackTraceGetDepth"), ESR_rc2str(rc)); in PLogMessage()
DpLastError.c48 pfprintf(PSTDERR, L("[%s:%d] %s: %s\n"), file, line, text, msg); in printGetLastErrorInternal()
58 pfprintf(PSTDERR, "[%s:%d] %s, errno = %x\n", file, line, text, err); in printGetLastErrorInternal()
Dpmemory.c145 …pfprintf(PSTDERR, "[%s:%d] PStackTracePopLevel failed with %s\n", __FILE__, __LINE__, ESR_rc2str(r… in getStackTrace()
161 …pfprintf(PSTDERR, "[%s:%d] PStackTraceGetValue failed with %s\n", __FILE__, __LINE__, ESR_rc2str(r… in getStackTrace()
273 pfprintf(PSTDERR, L("ESR_INVALID_STATE: Memory Pool Could Not Be Created\n")); in PMemInit()
355 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); in PMemDumpLogFile()
358 if (gFile != PSTDIN && gFile != PSTDOUT && gFile != PSTDERR) in PMemDumpLogFile()
439 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in PMemLogFree()
600 pfprintf(PSTDERR, L("ESR_INVALID_STATE: pmalloc() ran out of slots")); in pmalloc()
796 pfprintf(PSTDERR, L("OUT_OF_MEMORY: prealloc() failed at %s:%d"), __FILE__, __LINE__); in prealloc()
866 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in prealloc()
937 … pfprintf(PSTDERR, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc)); in pfree()
DPFileSystemImpl.c45 PFile* PSTDERR = NULL; variable
DPANSIFileImpl.c431 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); in PANSIFileHideMemoryAllocation()
437 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); in PANSIFileHideMemoryAllocation()
444 pfprintf(PSTDERR, L("%s: PMemDumpLogFile() at %s:%d"), ESR_rc2str(rc), __FILE__, __LINE__); in PANSIFileHideMemoryAllocation()
DPFileImpl.c65 …pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); in PFileCreateImpl()
/external/srec/shared/src/
DSessionTypeImpl.c593 pfprintf(PSTDERR, "Options must be prefixed by '-'%s\n", *argv); in ESR_SessionTypeImportCommandLineImpl()
936 pfprintf(PSTDERR, L("Missing value for '%s'\n"), key); in importKeyValueFile()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c1104 …pfprintf(PSTDERR, "sem_partial_path_create() no more partial paths available (limit=%d)\n", MAX_SE… in sem_partial_path_create()