HomeSort by relevance Sort by last modified time
    Searched refs:get_errno (Results 1 - 17 of 17) sorted by null

  /external/bison/lib/
get-errno.h 18 extern int get_errno (void);
get-errno.c 33 get_errno (void) function
  /external/jemalloc/test/integration/
aligned_alloc.c 16 assert_false(p != NULL || get_errno() != EINVAL,
23 assert_false(p != NULL || get_errno() != EINVAL,
44 assert_false(p != NULL || get_errno() != ENOMEM,
57 assert_false(p != NULL || get_errno() != ENOMEM,
69 assert_false(p != NULL || get_errno() != ENOMEM,
96 buferror(get_errno(), buf, sizeof(buf));
posix_memalign.c 90 buferror(get_errno(), buf, sizeof(buf));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 24 self.assertEqual(get_errno(), errno.ENOENT)
27 self.assertEqual(get_errno(), 32)
40 self.assertEqual(get_errno(), 0)
46 self.assertEqual(get_errno(), 32)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 24 self.assertEqual(get_errno(), errno.ENOENT)
27 self.assertEqual(get_errno(), 32)
40 self.assertEqual(get_errno(), 0)
46 self.assertEqual(get_errno(), 32)
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 284 get_errno() const function in class:fd_interposing::Errno
674 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i errno = %i", pid, domain, type, protocol, fd, fd_errno.get_errno());
680 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
707 save_backtrace (fds[0], err_errno.get_errno(), description_sp, true);
709 save_backtrace (fds[1], err_errno.get_errno(), description_sp, true);
745 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
770 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
796 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
821 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
846 save_backtrace (fd, fd_errno.get_errno(), description_sp, true)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
util.h 117 int get_errno(void);
225 get_errno(void) function
private_namespace.h 189 #define get_errno JEMALLOC_N(get_errno) macro
private_unnamespace.h 189 #undef get_errno macro
  /external/jemalloc/src/
chunk_mmap.c 59 buferror(get_errno(), buf, sizeof(buf));
92 buferror(get_errno(), buf, sizeof(buf));
util.c 444 assert(uwidth != UINTMAX_MAX || get_errno() !=
467 assert(uprec != UINTMAX_MAX || get_errno() !=
jemalloc.c 512 if (get_errno() != 0 || (uintptr_t)end -\
543 if (get_errno() != 0 || (uintptr_t)end -\
    [all...]
  /external/bison/src/
files.c 114 error (EXIT_FAILURE, get_errno (),
134 error (EXIT_FAILURE, get_errno (), _("cannot close file"));
  /external/jemalloc/test/unit/
util.c 40 err = get_errno();
122 err = get_errno();
  /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 833 milliseconds