HomeSort by relevance Sort by last modified time
    Searched defs:PERROR (Results 1 - 3 of 3) sorted by null

  /development/ndk/sources/android/libportable/common/include/
log_portable.h 87 # define PERROR(str) { \
88 ALOGE("%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(errno)); \
95 # define PERROR(str) fprintf(stderr, "%s: PERROR('%s'): errno:%d:'%s'", __func__, str, *REAL(__errno)(), strerror(*REAL(__errno)()))
  /external/valgrind/main/none/tests/mips32/
round_fpu64.c 7 #define PERROR \
103 PERROR;
201 PERROR;
  /external/libpcap/msdos/
ndis2.c 202 #define PERROR(str) printf("%s (%d): %s\n", __FILE__,__LINE__,str)
235 PERROR ("tried to free too many stacks");
298 else PERROR ("unknown module");

Completed in 75 milliseconds