Searched defs:ERR (Results 1 – 8 of 8) sorted by relevance
49 #define ERR(s) write(STDERR_FILENO, s, sizeof(s)) macro
37 #define ERR (-2) macro
114 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR) argument
76 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
141 #define ERR (0) /* Error return. */ macro
297 #define ERR(_fmt, ...) \ macro
1578 #define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0) in pfctl_rules() macro
410 #define ERR (-1) macro