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())
60 get_errno(void) { in get_errno() function
488 assert(uwidth != UINTMAX_MAX || get_errno() != in malloc_vsnprintf() 513 assert(uprec != UINTMAX_MAX || get_errno() != in malloc_vsnprintf()
212 buferror(get_errno(), buf, sizeof(buf)); in pages_map()
833 if (get_errno() != 0 || *end != '-') { in malloc_conf_multi_sizes_next()841 if (get_errno() != 0 || *end != ':') { in malloc_conf_multi_sizes_next()849 if (get_errno() != 0) { in malloc_conf_multi_sizes_next()1154 (get_errno() != 0 || (uintptr_t)end - (uintptr_t)v != vlen) in malloc_conf_init_helper()
70 errno_ = ctypes.get_errno()