Searched refs:PSTDERR (Results 1 - 12 of 12) sorted by relevance
/external/srec/portable/include/ |
H A 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__); \
|
H A D | passert.h | 59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
|
H A D | plog.h | 127 * 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 D | PFileSystem.h | 51 /*PORTABLE_API PFile* PSTDERR;*/ 55 #define PSTDERR stderr macro
|
/external/srec/portable/src/UNIX/ |
H A D | PFileSystemUNIXImpl.c | 68 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 D | pLastError.c | 48 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 D | plog.c | 119 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 D | PFileSystemImpl.c | 45 PFile* PSTDERR = NULL; variable
|
H A D | pmemory.c | 145 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 D | PANSIFileImpl.c | 431 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 D | PFileImpl.c | 65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
|
/external/srec/shared/src/ |
H A D | SessionTypeImpl.c | 593 pfprintf(PSTDERR, "Options must be prefixed by '-'%s\n", *argv); 936 pfprintf(PSTDERR, L("Missing value for '%s'\n"), key);
|
Completed in 68 milliseconds