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

  /src/lib/libc/string/
strerror.c 50 __weak_alias(strerror_l, _strerror_l)
56 return strerror_l(num, _current_locale());
72 strerror_l(int num, locale_t loc) function
Makefile.inc 79 strerror.3 strerror_l.3 \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
string.d 42 char* strerror_l(int, locale_t);
  /src/include/
string.h 94 __aconst char *strerror_l(int, locale_t);
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 235 p = strerror_l (errnum, myloc);
246 locale functions, but not strerror_l. So reset the per-thread
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 235 p = strerror_l (errnum, myloc);
246 locale functions, but not strerror_l. So reset the per-thread
  /src/lib/libc/include/
namespace.h 61 #define strerror_l _strerror_l macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 16743 # Use strerror_l if available.
16752 __locale_t loc; strerror_l(5, loc);
16767 # Perhaps use strerror_r if available, and strerror_l isn't.
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 16558 # Use strerror_l if available.
16567 __locale_t loc; strerror_l(5, loc);
16582 # Perhaps use strerror_r if available, and strerror_l isn't.
    [all...]

Completed in 67 milliseconds