Searched defs:strerror (Results 1 - 21 of 21) sorted by relevance

/external/bison/lib/
H A Dstrerror.c0 /* 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 i
[all...]
H A Dstrerror_r.c32 #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 (errnu
[all...]
H A Dstring.in.h942 # undef strerror macro
943 # define strerror rpl_strerror macro
945 _GL_FUNCDECL_RPL (strerror, char *, (int));
946 _GL_CXXALIAS_RPL (strerror, char *, (int));
948 _GL_CXXALIAS_SYS (strerror, char *, (int));
950 _GL_CXXALIASWARN (strerror); variable
952 # undef strerror macro
953 /* Assume strerror is always declared. */
954 _GL_WARN_ON_USE (strerror, "strerror i
[all...]
/external/iproute2/include/libiptc/
H A Dxtcshared.h17 const char *(*strerror)(int); member in struct:xtc_ops
/external/iptables/include/libiptc/
H A Dxtcshared.h17 const char *(*strerror)(int); member in struct:xtc_ops
/external/libxml2/win32/wince/
H A Dwincecompat.c62 char *strerror(int errnum) function
/external/bison/darwin-lib/
H A Dstring.h1254 # undef strerror macro
1255 # define strerror rpl_strerror macro
1257 _GL_FUNCDECL_RPL (strerror, char *, (int));
1258 _GL_CXXALIAS_RPL (strerror, char *, (int));
1260 _GL_CXXALIAS_SYS (strerror, char *, (int));
1262 _GL_CXXALIASWARN (strerror); variable
1264 # undef strerror macro
1265 /* Assume strerror is always declared. */
1266 _GL_WARN_ON_USE (strerror, "strerror i
[all...]
/external/bison/linux-lib/
H A Dstring.h1254 # undef strerror
1255 # define strerror rpl_strerror
1257 _GL_FUNCDECL_RPL (strerror, char *, (int));
1258 _GL_CXXALIAS_RPL (strerror, char *, (int));
1260 _GL_CXXALIAS_SYS (strerror, char *, (int));
1262 _GL_CXXALIASWARN (strerror); variable
1264 # undef strerror macro
1265 /* Assume strerror is always declared. */
1266 _GL_WARN_ON_USE (strerror, "strerror i
[all...]
/external/valgrind/coregrind/
H A Dm_syscall.c1142 const HChar* VG_(strerror) ( UWord errnum ) function
1185 default: return "VG_(strerror): unknown error";
/external/mksh/src/
H A Dshf.c1075 #undef strerror macro
1076 return (strerror(errnum));
1077 #define strerror dontuse_strerror /* poisoned */ macro
H A Dsh.h431 #undef strerror macro
432 #define strerror /* poisoned */ dontuse_strerror macro
436 #define cstrerror(errnum) ((const char *)strerror(errnum))
/external/curl/lib/
H A Dconfig-dos.h170 #define strerror(e) strerror_s_((e)) macro
/external/strace/
H A Dstrace.c185 strerror(int err_no) function
296 fprintf(stderr, "%s: %s: %s\n", progname, msg, strerror(err_no));
305 fprintf(stderr, ": %s\n", strerror(err_no));
418 tprintf(" <ptrace(%s):%s>\n", msg, strerror(err));
/external/pcre/dist/
H A Dpcregrep.c824 * Provide strerror() for non-ANSI libraries *
827 /* Some old-fashioned systems still around (e.g. SunOS4) don't have strerror()
835 strerror(int n) function
2182 pathname, strerror(errno));
2228 strerror(errno));
2283 strerror(errno));
2322 strerror(errno));
2568 fprintf(stderr, "pcregrep: Failed to open %s: %s\n", name, strerror(errno));
3258 strerror(errno));
H A Dpcretest.c1498 * Provide strerror() for non-ANSI libraries *
1501 /* Some old-fashioned systems still around (e.g. SunOS4) don't have strerror()
1509 strerror(int n) function
3547 fprintf(outfile, "Failed to open %s: %s\n", p, strerror(errno));
4411 fprintf(outfile, "Unable to open %s: %s\n", to_file, strerror(errno));
4430 fprintf(outfile, "Write error on %s: %s\n", to_file, strerror(errno));
4444 strerror(errno));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3633 milliseconds