Searched refs:set_errno (Results 1 – 21 of 21) sorted by relevance
/external/jemalloc/test/integration/ |
D | aligned_alloc.c | 25 set_errno(0); in TEST_BEGIN() 32 set_errno(0); in TEST_BEGIN() 53 set_errno(0); in TEST_BEGIN() 66 set_errno(0); in TEST_BEGIN() 78 set_errno(0); in TEST_BEGIN()
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_errno.py | 26 self.assertEqual(set_errno(32), errno.ENOENT) 31 set_errno(0) 47 set_errno(0)
|
/external/jemalloc/src/ |
D | util.c | 119 set_errno(EINVAL); in malloc_strtoumax() 196 set_errno(ERANGE); in malloc_strtoumax() 207 set_errno(EINVAL); in malloc_strtoumax() 452 set_errno(0); in malloc_vsnprintf() 475 set_errno(0); in malloc_vsnprintf()
|
D | android_je_iterate.c | 76 set_errno(error); in je_iterate()
|
D | jemalloc.c | 1010 set_errno(saved_errno); 1072 set_errno(0); \ 1114 set_errno(0); \ 1628 set_errno(ENOMEM); 1795 set_errno(err); 1996 set_errno(ENOMEM);
|
/external/bison/lib/ |
D | get-errno.h | 19 extern void set_errno (int);
|
D | get-errno.c | 39 set_errno (int e) in set_errno() function
|
/external/syslinux/core/lwip/src/api/ |
D | sockets.c | 162 #ifndef set_errno 163 #define set_errno(err) errno = (err) macro 166 #define set_errno(err) macro 171 set_errno(sk->err); \ 201 set_errno(EBADF); in get_socket() 209 set_errno(EBADF); in get_socket() 462 set_errno(0); in lwip_close() 967 set_errno(EINVAL); 973 set_errno(ENOBUFS); 981 set_errno(ENFILE); [all …]
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 132 void set_errno(int errnum); 318 set_errno(int errnum) in set_errno() function
|
D | private_symbols.txt | 498 set_errno
|
D | private_namespace.h | 498 #define set_errno JEMALLOC_N(set_errno) macro
|
D | private_unnamespace.h | 498 #undef set_errno
|
/external/jemalloc/test/unit/ |
D | util.c | 59 set_errno(0); in TEST_BEGIN() 143 set_errno(0); in TEST_BEGIN()
|
/external/python/cpython2/Lib/test/ |
D | test_cmath.py | 388 from _testcapi import set_errno 390 set_errno(11) 394 set_errno(0)
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 141 from _ctypes import get_errno, set_errno
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 220 set_errno(PyObject *self, PyObject *args) in set_errno() function 1920 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1816 set_errno(PyObject *self, PyObject *args) in set_errno() function 2487 {"set_errno", set_errno, METH_VARARGS},
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 1415 copy, and the function :func:`ctypes.set_errno` changes the ctypes private copy 2002 .. function:: set_errno(value)
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1056 * sockets.c: bug #26121: set_errno can be overridden 2318 parameters. Remove excessive set_errno() calls after get_socket(), because
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2868 and then call the module-level methods :meth:`set_errno` and
|
/external/bison/ |
D | ChangeLog-2012 | 14125 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
|