Searched defs:ERR (Results 1 – 7 of 7) sorted by relevance
56 #define ERR(s) _write(2, s, sizeof(s)) macro
41 #define ERR (-2) macro
57 #define ERR (-1) macro
78 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
1385 #define ERR(x) do { warn(x); goto _error; } while(0) in pfctl_rules() macro
306 #define ERR(err) \ macro
2379 #define ASSERT_HAS_NO_SUBSTRING_RANGES(LEXER_TEST, STRLOC, TYPE, ERR) \ argument