HomeSort by relevance Sort by last modified time
    Searched defs:strerror (Results 26 - 50 of 63) sorted by null

12 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 102 PyObject *myerrno = NULL, *strerror = NULL;
110 &myerrno, &strerror, &written))
113 baseargs = PyTuple_Pack(2, myerrno, strerror);
116 /* This will take care of initializing of myerrno and strerror members */
100 PyObject *myerrno = NULL, *strerror = NULL; local
  /external/mksh/src/
shf.c 1094 #undef strerror macro
1095 return (strerror(errnum));
1096 #define strerror dontuse_strerror /* poisoned */ macro
sh.h 464 #undef strerror macro
465 #define strerror /* poisoned */ dontuse_strerror macro
469 #define cstrerror(errnum) ((const char *)strerror(errnum))
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.c 102 PyObject *myerrno = NULL, *strerror = NULL;
110 &myerrno, &strerror, &written))
113 baseargs = PyTuple_Pack(2, myerrno, strerror);
116 /* This will take care of initializing of myerrno and strerror members */
100 PyObject *myerrno = NULL, *strerror = NULL; local
  /external/curl/lib/
config-dos.h 173 #define strerror(e) strerror_s_((e)) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 588 * except IOError, (errno, strerror):
598 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; local
609 &myerrno, &strerror, &filename)) {
616 Py_CLEAR(self->strerror); /* replacing */
617 self->strerror = strerror;
618 Py_INCREF(self->strerror);
640 Py_CLEAR(self->strerror);
658 Py_VISIT(self->strerror);
697 if (self->strerror) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 588 * except IOError, (errno, strerror):
598 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; local
609 &myerrno, &strerror, &filename)) {
616 Py_CLEAR(self->strerror); /* replacing */
617 self->strerror = strerror;
618 Py_INCREF(self->strerror);
640 Py_CLEAR(self->strerror);
658 Py_VISIT(self->strerror);
697 if (self->strerror) {
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 586 * except IOError, (errno, strerror):
596 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; local
607 &myerrno, &strerror, &filename)) {
613 Py_INCREF(strerror);
614 Py_XSETREF(self->strerror, strerror);
634 Py_CLEAR(self->strerror);
652 Py_VISIT(self->strerror);
691 if (self->strerror) {
692 Py_INCREF(self->strerror);
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 1425 strerror = 'error' variable in class:BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 257 public native String strerror(int errno); method in class:Linux
Os.java 170 public String strerror(int errno); method in interface:Os
ForwardingOs.java 183 public String strerror(int errno) { return os.strerror(errno); } method in class:ForwardingOs
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixNativeDispatcher.java 536 * char* strerror(int errnum)
538 static native byte[] strerror(int errnum); method in class:UnixNativeDispatcher
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 780 #undef strerror macro
781 #pragma GCC poison strerror
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 58 /* If strerror is just a macro, we want to use the one from libiberty
60 #undef strerror macro
61 extern char *strerror (int);
712 strerror (errno));
732 strerror (errno));
753 strerror (errno));
788 strerror (errno));
821 strerror (errno));
903 non_fatal (_("%s: read: %s"), custom_file, strerror (errno));
932 non_fatal (_("%s: read: %s"), help_file, strerror (errno))
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java     [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 140 def strerror(errclass, errcode): function
    [all...]
smb.py 237 def strerror(errclass, errcode): function
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 730 * except OSError, (errno, strerror):
744 PyObject **myerrno, PyObject **strerror,
766 myerrno, strerror,
809 PyObject *myerrno, PyObject *strerror,
854 Py_XINCREF(strerror);
855 self->strerror = strerror;
899 PyObject *myerrno = NULL, *strerror = NULL; local
911 if (oserror_parse_args(&args, &myerrno, &strerror,
941 if (oserror_init(self, &args, myerrno, strerror, filename, filename
966 PyObject *myerrno = NULL, *strerror = NULL; local
    [all...]
  /external/strace/
strace.c 188 strerror(int err_no) function
396 tprintf(" <ptrace(%s):%s>\n", msg, strerror(err));
    [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 573 * See <a href="http://man7.org/linux/man-pages/man3/strerror.3.html">strerror(2)</a>.
575 public static String strerror(int errno) { return Libcore.os.strerror(errno); } method in class:Os
  /external/pcre/dist2/src/
pcre2grep.c 858 * Provide strerror() for non-ANSI libraries *
861 /* Some old-fashioned systems still around (e.g. SunOS4) don't have strerror()
869 strerror(int n) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 656 #define strerror macro
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 

Completed in 2268 milliseconds

12 3