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

12

/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A Daligned_alloc.c23 assert_false(p != NULL || get_errno() != EINVAL,
30 assert_false(p != NULL || get_errno() != EINVAL,
50 assert_false(p != NULL || get_errno() != ENOMEM,
63 assert_false(p != NULL || get_errno() != ENOMEM,
75 assert_false(p != NULL || get_errno() != ENOMEM,
103 buferror(get_errno(), buf, sizeof(buf));
H A Dposix_memalign.c97 buferror(get_errno(), buf, sizeof(buf));
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmos.c220 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
280 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
308 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
335 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
356 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
368 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
382 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
441 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
451 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
476 OSptr->ErrorNo = sim_callback->get_errno (sim_callbac
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c227 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
287 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
315 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
342 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
363 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
375 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
389 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
448 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
458 OSptr->ErrorNo = sim_callback->get_errno (sim_callback);
483 OSptr->ErrorNo = sim_callback->get_errno (sim_callbac
[all...]
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dutil.h57 get_errno(void) { function
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dutil.h57 get_errno(void) { function
/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dcallback.h78 int (*get_errno) (host_callback *);
77 int (*get_errno) (host_callback *); member in struct:host_callback_struct
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmalloc_io.c8 err = get_errno();
91 err = get_errno();
/netbsd-current/external/gpl3/gdb/dist/include/sim/
H A Dcallback.h76 int (*get_errno) (host_callback *);
75 int (*get_errno) (host_callback *); member in struct:host_callback_struct
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dcallback.h76 int (*get_errno) (host_callback *);
75 int (*get_errno) (host_callback *); member in struct:host_callback_struct
/netbsd-current/external/gpl3/binutils/dist/include/sim/
H A Dcallback.h76 int (*get_errno) (host_callback *);
75 int (*get_errno) (host_callback *); member in struct:host_callback_struct
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dmalloc_io.c464 assert(uwidth != UINTMAX_MAX || get_errno() !=
488 assert(uprec != UINTMAX_MAX || get_errno() !=
H A Dpages.c150 buferror(get_errno(), buf, sizeof(buf));
H A Djemalloc.c1013 if (get_errno() != 0 || (uintptr_t)end -\
1058 if (get_errno() != 0 || (uintptr_t)end -\
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-io.c236 return STATE_CALLBACK (sd)->get_errno (STATE_CALLBACK (sd));
H A Dsyscall.c620 sc->errcode = (*cb->get_errno) (cb);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-io.c239 return STATE_CALLBACK (sd)->get_errno (STATE_CALLBACK (sd));
H A Dsyscall.c686 sc->errcode = (*cb->get_errno) (cb);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c554 sc.errcode = cb->get_errno (cb);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c498 sc.errcode = cb->get_errno (cb);
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c1081 regs[1] = callback->get_errno (callback);
/netbsd-current/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c1075 regs[1] = callback->get_errno (callback);
/netbsd-current/external/gpl3/gdb.old/dist/sim/d10v/
H A Dsimops.c3520 RETERR (cb->get_errno (cb));
/netbsd-current/external/gpl3/gdb/dist/sim/d10v/
H A Dsimops.c3510 RETERR (cb->get_errno (cb));
/netbsd-current/external/gpl3/gdb.old/dist/sim/cr16/
H A Dsimops.c5481 RETERR (cb->get_errno (cb));

Completed in 3504 milliseconds

12