Home
last modified time | relevance | path

Searched defs:ERR (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libc/gmon/
H A Dgmon.c49 #define ERR(s) write(STDERR_FILENO, s, sizeof(s)) macro
/openbsd/bin/ed/
H A Ded.h37 #define ERR (-2) macro
/openbsd/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c114 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR) argument
/openbsd/lib/libc/db/hash/
H A Dhash.c76 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
/openbsd/distrib/special/more/
H A Dcurses.h141 #define ERR (0) /* Error return. */ macro
/openbsd/usr.bin/rsync/
H A Dextern.h297 #define ERR(_fmt, ...) \ macro
/openbsd/sbin/pfctl/
H A Dpfctl.c1578 #define ERR(...) do { warn(__VA_ARGS__); goto _error; } while(0) in pfctl_rules() macro
/openbsd/lib/libcurses/
H A Dcurses.h410 #define ERR (-1) macro