Searched defs:RETURN_ERROR (Results 1 – 3 of 3) sorted by relevance
368 #define RETURN_ERROR if (error) goto return_error macro
81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } macro