Searched refs:xstrerror_buf (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dxstrerror.c49 static char xstrerror_buf[sizeof ERRSTR_FMT + 20]; variable
75 sprintf (xstrerror_buf, ERRSTR_FMT, errnum);
76 errstr = xstrerror_buf;

Completed in 191 milliseconds