/external/srec/portable/src/UNIX/ |
D | PFileSystemUNIXImpl.c | 68 …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/ |
D | ptstutils.h | 39 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__); \
|
D | plog.h | 303 …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…
|
D | passert.h | 59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
|
D | PFileSystem.h | 55 #define PSTDERR stderr macro
|
/external/srec/portable/src/ |
D | plog.c | 119 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()
|
D | pLastError.c | 48 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()
|
D | pmemory.c | 145 …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()
|
D | PFileSystemImpl.c | 45 PFile* PSTDERR = NULL; variable
|
D | PANSIFileImpl.c | 431 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()
|
D | PFileImpl.c | 65 …pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc)); in PFileCreateImpl()
|
/external/srec/shared/src/ |
D | SessionTypeImpl.c | 593 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/ |
D | SemanticProcessorImpl.c | 1104 …pfprintf(PSTDERR, "sem_partial_path_create() no more partial paths available (limit=%d)\n", MAX_SE… in sem_partial_path_create()
|