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

  /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/qemu/
sockets.c 146 set_errno( int code ) function
182 set_errno( int code ) function
563 return set_errno(EINVAL);
578 return set_errno(EINVAL);
592 return set_errno(EINVAL);
608 return set_errno(EINVAL);
613 return set_errno(EINVAL);
623 return set_errno(EINVAL);
664 return set_errno(err);
703 ret = set_errno(ENOENT)
    [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...]
netlib.c 521 Set_errno(ENOSPC);
532 Set_errno(ENOSPC);
538 Set_errno(EAFNOSUPPORT);
    [all...]
  /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
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 734 milliseconds