HomeSort by relevance Sort by last modified time
    Searched defs:strerror (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 67 /** The strerror function maps the number in errnum to a message string.
68 Typically, the values for errnum come from errno, but strerror shall map
72 strerror function.
74 @return The strerror function returns a pointer to the string, the
77 a subsequent call to the strerror function.
80 strerror(int errnum) function
  /external/libxml2/win32/wince/
wincecompat.c 13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long",
62 char *strerror(int errnum) function
65 return strError[MAX_STRERROR];
67 return strError[errnum];
  /bionic/libc/bionic/
strerror.cpp 212 char* strerror(int error_number) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 76 PyObject *strerror; member in struct:__anon5358
_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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 71 PyObject *strerror; member in struct:__anon5671
_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/iproute2/include/libiptc/
xtcshared.h 17 const char *(*strerror)(int); member in struct:xtc_ops
  /external/iptables/include/libiptc/
xtcshared.h 17 const char *(*strerror)(int); member in struct:xtc_ops
  /external/python/cpython2/Modules/_io/
_iomodule.h 81 PyObject *strerror; member in struct:__anon36637
_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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyerrors.h 57 PyObject *strerror; member in struct:__anon5337
68 PyObject *strerror; member in struct:__anon5338
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyerrors.h 57 PyObject *strerror; member in struct:__anon5643
68 PyObject *strerror; member in struct:__anon5644
  /external/openssh/openbsd-compat/
bsd-misc.c 95 const char *strerror(int e) function
  /external/python/cpython2/Include/
pyerrors.h 57 PyObject *strerror; member in struct:__anon36530
68 PyObject *strerror; member in struct:__anon36531
  /external/python/cpython3/Include/
pyerrors.h 54 PyObject *strerror; member in struct:__anon37108
  /external/mksh/src/
shf.c 1094 #undef strerror macro
1095 return (strerror(errnum));
1096 #define strerror dontuse_strerror /* poisoned */ macro
  /cts/tests/tests/net/util/java/android/net/cts/util/
CtsNetUtils.java 168 assertEquals(Os.strerror(OsConstants.ECONNABORTED), expected.getMessage());
  /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 582 * except IOError, (errno, strerror):
592 PyObject *myerrno = NULL, *strerror = NULL, *filename = NULL; local
603 &myerrno, &strerror, &filename)) {
609 Py_INCREF(strerror);
610 Py_XSETREF(self->strerror, strerror);
630 Py_CLEAR(self->strerror);
648 Py_VISIT(self->strerror);
687 if (self->strerror) {
688 Py_INCREF(self->strerror);
    [all...]
  /external/curl/tests/python_dependencies/impacket/
nmb.py 140 def strerror(errclass, errcode): function
    [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py 1531 strerror = 'error' variable in class:BaseEventLoopWithSelectorTests.test_create_server_cant_bind.Err
    [all...]
  /external/strace/
strace.c 198 strerror(int err_no) function
402 tprintf(" <ptrace(%s):%s>\n", msg, strerror(err));
    [all...]

Completed in 1625 milliseconds

1 2