Home
last modified time | relevance | path

Searched refs:RETURN_ERROR (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/lib/libc/db/hash/
Dhash.c76 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro
119 RETURN_ERROR(errno, error0); in __hash_open()
127 RETURN_ERROR(errno, error1); in __hash_open()
140 RETURN_ERROR(errno, error1); in __hash_open()
142 RETURN_ERROR(EFTYPE, error1); in __hash_open()
145 RETURN_ERROR(EFTYPE, error1); in __hash_open()
149 RETURN_ERROR(EFTYPE, error1); in __hash_open()
151 RETURN_ERROR(EFTYPE, error1); in __hash_open()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddefs.h943 RETURN_ERROR enumerator
950 #define RETURN_MASK_ERROR RETURN_MASK (RETURN_ERROR)
Dremote-fileio.c1315 return RETURN_ERROR; in do_remote_fileio_request()
1334 case RETURN_ERROR: in remote_fileio_request()
Dutils.c656 throw_exception (RETURN_ERROR); in error_silent()
693 throw_exception (RETURN_ERROR); in error_stream()
842 throw_exception (RETURN_ERROR); in internal_verror()
Dtop.c336 case RETURN_ERROR: in throw_exception()
Dremote-mips.c499 throw_exception (RETURN_ERROR); in mips_error()
Dbreakpoint.c746 throw_exception (RETURN_ERROR); in insert_catchpoint()
5217 throw_exception (RETURN_ERROR); in break_command_1()
DChangeLog-19953372 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
/openbsd/src/gnu/usr.bin/binutils/gdb/mi/
Dmi-main.c239 if ((int) rc < 0 && (enum return_reason) rc == RETURN_ERROR) in mi_cmd_thread_select()