Searched refs:get_errno (Results 1 – 7 of 7) sorted by relevance
5 from ctypes import get_errno28 return get_errno()33 return get_errno()38 return get_errno()
111 raise Exception("Failed to bind: %d" % ctypes.get_errno())166 print("bind() => %d", ctypes.get_errno())194 print("errno %d" % ctypes.get_errno())195 raise Exception(ctypes.get_errno())213 print("errno %d" % ctypes.get_errno())227 print("sctp_bindx() errno %d" % ctypes.get_errno())
57 get_errno(void) { in get_errno() function
478 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()502 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
142 buferror(get_errno(), buf, sizeof(buf)); in os_pages_unmap()
794 if (get_errno() != 0 || *end != '-') { in malloc_conf_multi_sizes_next()802 if (get_errno() != 0 || *end != ':') { in malloc_conf_multi_sizes_next()810 if (get_errno() != 0) { in malloc_conf_multi_sizes_next()1108 if (get_errno() != 0 || (uintptr_t)end -\ in malloc_conf_init_helper()1148 if (get_errno() != 0 || (uintptr_t)end -\ in malloc_conf_init_helper()
66 errno_ = ctypes.get_errno()