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

/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dcallback.h80 int (*get_errno) PARAMS ((host_callback *));
79 int (*get_errno) PARAMS ((host_callback *)); member in struct:host_callback_struct
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h139 int get_errno(void);
336 get_errno(void)
H A Dprivate_namespace.h271 #define get_errno JEMALLOC_N(get_errno) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dpages.c76 buferror(get_errno(), buf, sizeof(buf));
H A Dutil.c470 assert(uwidth != UINTMAX_MAX || get_errno() !=
493 assert(uprec != UINTMAX_MAX || get_errno() !=
H A Djemalloc.c1033 if (get_errno() != 0 || (uintptr_t)end -\
1068 if (get_errno() != 0 || (uintptr_t)end -\
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdp.c837 args->n = callback->get_errno (callback);

Completed in 205 milliseconds