Searched refs:get_errno (Results 1 - 13 of 13) sorted by relevance

/external/bison/lib/
H A Dget-errno.h18 extern int get_errno (void);
H A Dget-errno.c33 get_errno (void) function
/external/jemalloc/test/integration/
H A Daligned_alloc.c16 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));
H A Dposix_memalign.c90 buferror(get_errno(), buf, sizeof(buf));
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp284 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_s
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dutil.h117 int get_errno(void);
225 get_errno(void) function
H A Dprivate_namespace.h189 #define get_errno JEMALLOC_N(get_errno) macro
H A Dprivate_unnamespace.h189 #undef get_errno macro
/external/jemalloc/src/
H A Dchunk_mmap.c59 buferror(get_errno(), buf, sizeof(buf));
92 buferror(get_errno(), buf, sizeof(buf));
H A Dutil.c444 assert(uwidth != UINTMAX_MAX || get_errno() !=
467 assert(uprec != UINTMAX_MAX || get_errno() !=
H A Djemalloc.c512 if (get_errno() != 0 || (uintptr_t)end -\
543 if (get_errno() != 0 || (uintptr_t)end -\
/external/bison/src/
H A Dfiles.c114 error (EXIT_FAILURE, get_errno (),
134 error (EXIT_FAILURE, get_errno (), _("cannot close file"));
/external/jemalloc/test/unit/
H A Dutil.c40 err = get_errno();
122 err = get_errno();

Completed in 592 milliseconds