/bionic/libc/bionic/ |
strerror.cpp | 34 GLOBAL_INIT_THREAD_LOCAL_BUFFER(strerror); variable 36 char* strerror(int error_number) { function 43 LOCAL_INIT_THREAD_LOCAL_BUFFER(char*, strerror, NL_TEXTMAX);
|
/external/bison/lib/ |
strerror.c | 0 /* strerror.c --- POSIX compatible system error routine 29 #include "strerror-override.h" 36 strerror (int n) function 37 #undef strerror macro 42 /* Cast away const, due to the historical signature of strerror; 48 msg = strerror (n); 50 /* Our strerror_r implementation might use the system's strerror 51 buffer, so all other clients of strerror have to see the error 53 even if the system strerror is, but portable programs shouldn't 54 be using strerror if they care about thread-safety. * [all...] |
strerror_r.c | 32 #include "strerror-override.h" 50 /* Use the system's strerror(). Exclude glibc and cygwin because the 52 strerror_r clobbers strerror. */ 53 # undef strerror macro 82 /* This lock protects the buffer returned by strerror(). We assume that 83 no other uses of strerror() exist in the program. */ 240 /* Try to do what strerror (errnum) does, but without clobbering the 241 buffer used by strerror(). */ 284 /* For a valid error number, the system's strerror() function returns 288 char *errmsg = strerror (errnum) [all...] |
string.in.h | 942 # undef strerror macro 943 # define strerror macro 950 _GL_CXXALIASWARN (strerror); variable 952 # undef strerror macro [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
sunos4.h | 66 #define strerror(e) sys_errlist[((unsigned)(e) < sys_nerr) ? e : 0] macro
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
strerror.c | 0 /* strerror.c --- POSIX compatible system error routine 35 # undef strerror macro 37 # define strerror(n) NULL macro 333 char *result = strerror (n);
|
string.in.h | 577 # undef strerror macro 578 # define strerror rpl_strerror macro 579 extern char *strerror (int); 582 # undef strerror macro 583 # define strerror(e) \ macro 584 (GL_LINK_WARNING ("strerror is unportable - " \ 585 "use gnulib module strerror to guarantee non-NULL result"), \ 586 strerror (e))
|
/frameworks/native/opengl/tests/include/ |
EGLUtils.h | 37 static inline const char *strerror(EGLint err); 54 const char *EGLUtils::strerror(EGLint err) function in class:android::EGLUtils
|
/frameworks/rs/driver/ |
rsdGL.cpp | 54 static const char *strerror(EGLint err) { function in struct:EGLUtils 82 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
|
/development/ndk/sources/android/libportable/arch-mips/ |
errno.c | 360 extern char* REAL(strerror)(int); 361 char *WRAP(strerror)(int errnum) function 363 return REAL(strerror)(errno_pton(errnum));
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
Util.py | 82 def strerror(nr): function
|
/external/valgrind/main/coregrind/ |
m_syscall.c | 757 const HChar* VG_(strerror) ( UWord errnum ) function 800 default: return "VG_(strerror): unknown error";
|
/external/chromium_org/third_party/skia/src/xml/ |
SkJS.cpp | 38 char *strerror(int errnum) { function
|
/external/openssh/openbsd-compat/ |
bsd-misc.c | 94 const char *strerror(int e) function
|
/external/skia/src/xml/ |
SkJS.cpp | 38 char *strerror(int errnum) { function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos.h | 145 * strerror() 148 #ifndef strerror 151 #define strerror(n) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos.h | 136 * strerror() 139 #ifndef strerror 142 #define strerror(n) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xos.h | 145 * strerror() 148 #ifndef strerror 151 #define strerror(n) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos.h | 136 * strerror() 139 #ifndef strerror 142 #define strerror(n) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xos.h | 136 * strerror() 139 #ifndef strerror 142 #define strerror(n) \ macro
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pyerrors.h | 57 PyObject *strerror; member in struct:__anon60478 68 PyObject *strerror; member in struct:__anon60479
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pyerrors.h | 57 PyObject *strerror; member in struct:__anon60601 68 PyObject *strerror; member in struct:__anon60602
|
/external/bison/darwin-lib/ |
string.h | 1254 # undef strerror macro 1255 # define strerror macro 1262 _GL_CXXALIASWARN (strerror); variable 1264 # undef strerror macro [all...] |
/external/bison/linux-lib/ |
string.h | 1262 _GL_CXXALIASWARN (strerror); variable 1264 # undef strerror macro [all...] |
/external/qemu/slirp/ |
misc.c | 139 * For systems with no strerror 146 strerror(error) function 272 lprint("Error: openpty failed: %s\n", strerror(errno)); 286 lprint("Error: inet socket: %s\n", strerror(errno)); 295 lprint("Error: fork failed: %s\n", strerror(errno)); 367 argv[0], strerror(errno)); 838 lprint("Error: pipe failed: %s\n", strerror(errno)); 846 lprint("Error: openpty failed: %s\n", strerror(errno)); 853 lprint("Error: openpty failed: %s\n", strerror(errno)); 860 lprint("Error: fork failed: %s\n", strerror(errno)) [all...] |