HomeSort by relevance Sort by last modified time
    Searched full:set_errno (Results 1 - 25 of 27) sorted by null

1 2

  /external/jemalloc/test/integration/
aligned_alloc.c 14 set_errno(0);
21 set_errno(0);
42 set_errno(0);
55 set_errno(0);
67 set_errno(0);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 26 self.assertEqual(set_errno(32), errno.ENOENT)
31 set_errno(0)
47 set_errno(0)
  /external/bison/lib/
get-errno.h 19 extern void set_errno (int);
get-errno.c 39 set_errno (int e) function
  /external/liblzf/
lzf_d.c 40 # define SET_ERRNO(n)
43 # define SET_ERRNO(n) errno = (n)
74 SET_ERRNO (E2BIG);
81 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
131 SET_ERRNO (E2BIG);
137 SET_ERRNO (EINVAL);
  /external/jemalloc/include/jemalloc/internal/
util.h 124 void set_errno(int errnum);
244 set_errno(int errnum) function
private_symbols.txt 420 set_errno
private_unnamespace.h 420 #undef set_errno macro
private_namespace.h 420 #define set_errno JEMALLOC_N(set_errno) macro
  /external/jemalloc/src/
util.c 110 set_errno(EINVAL);
187 set_errno(ERANGE);
198 set_errno(EINVAL);
442 set_errno(0);
465 set_errno(0);
jemalloc.c 899 set_errno(saved_errno);
957 set_errno(0); \
988 set_errno(0); \
    [all...]
  /external/liblzf/cs/
CLZF.cs 292 //SET_ERRNO (E2BIG);
313 //SET_ERRNO (E2BIG);
319 //SET_ERRNO (EINVAL);
  /external/liblzf/src/org/liblzf/
CLZF.java 292 //SET_ERRNO (E2BIG);
313 //SET_ERRNO (E2BIG);
319 //SET_ERRNO (EINVAL);
  /external/netperf/
netlib.h 279 So I have changed the netperf code to use a define Set_errno when
310 #define Set_errno(num) SetLastError((num))
328 #define Set_errno(num) errno = (num)
nettest_sctp.c 607 Set_errno(netperf_response.content.serv_errno);
837 Set_errno(netperf_response.content.serv_errno);
    [all...]
nettest_unix.c 426 Set_errno(netperf_response.content.serv_errno);
556 Set_errno(netperf_response.content.serv_errno);
    [all...]
nettest_dlpi.c 394 Set_errno(netperf_response.content.serv_errno);
533 Set_errno(netperf_response.content.serv_errno);
    [all...]
nettest_bsd.c     [all...]
nettest_sdp.c 433 Set_errno(netperf_response.content.serv_errno);
622 Set_errno(netperf_response.content.serv_errno);
    [all...]
nettest_xti.c 819 Set_errno(netperf_response.content.serv_errno);
    [all...]
  /external/jemalloc/test/unit/
util.c 38 set_errno(0);
120 set_errno(0);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 144 from _ctypes import get_errno, set_errno namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 144 from _ctypes import get_errno, set_errno namespace

Completed in 630 milliseconds

1 2