HomeSort by: relevance | last modified time | path
    Searched refs:ERRSTR_FMT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
  /src/external/gpl3/binutils.old/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
  /src/external/gpl3/gcc/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
  /src/external/gpl3/gcc.old/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
  /src/external/gpl3/gdb/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
  /src/external/gpl3/gdb.old/dist/libiberty/
xstrerror.c 48 #define ERRSTR_FMT "undocumented error #%d"
49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20];
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);

Completed in 28 milliseconds