Home
last modified time | relevance | path

Searched defs:RETURN_ERROR (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.h37 RETURN_ERROR enumerator
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.h37 RETURN_ERROR enumerator
/netbsd/tests/modules/threadpool_tester/
H A Dthreadpool_tester.c368 #define RETURN_ERROR if (error) goto return_error macro
/netbsd/tests/kernel/threadpool_tester/
H A Dthreadpool_tester.c368 #define RETURN_ERROR if (error) goto return_error macro
/netbsd/lib/libc/db/hash/
H A Dhash.c81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro