HomeSort by relevance Sort by last modified time
    Searched refs:PSTDERR (Results 1 - 12 of 12) sorted by null

  /external/srec/portable/include/
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__); \
passert.h 59 pfprintf(PSTDERR, __FILE__ "(%d): " #exp " failed.\n",__LINE__); \
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)); \
PFileSystem.h 51 /*PORTABLE_API PFile* PSTDERR;*/
55 #define PSTDERR stderr
  /external/srec/portable/src/UNIX/
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/
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);
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));
PFileSystemImpl.c 45 PFile* PSTDERR = NULL;
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, "[%s:%d] getStackTrace failed with %s\n", __FILE__, __LINE__, ESR_rc2str(rc))
    [all...]
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__);
PFileImpl.c 65 pfprintf(PSTDERR, L("[%s:%d] PtrdIsEnabled failed with %s\n"), __FILE__, __LINE__, ESR_rc2str(rc));
  /external/srec/shared/src/
SessionTypeImpl.c 593 pfprintf(PSTDERR, "Options must be prefixed by '-'%s\n", *argv);
936 pfprintf(PSTDERR, L("Missing value for '%s'\n"), key);
    [all...]

Completed in 4424 milliseconds