Searched refs:ERR (Results 151 - 175 of 191) sorted by relevance

12345678

/openbsd-current/lib/libcurses/tinfo/
H A Dlib_setup.c180 code = ERR;
186 code = ERR;
648 int code = ERR;
997 int rc = ERR;
H A Dlib_win32con.c247 int code = ERR;
304 int code = ERR;
346 code = ERR;
348 code = ERR;
518 T(("GetConsoleScreenBufferInfo ERR"));
782 int code = ERR;
H A Dcomp_scan.c503 _nc_syntax = ERR;
595 if (_nc_syntax == ERR) {
H A Dlib_termcap.c96 int rc = ERR;
H A Dcomp_parse.c238 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
/openbsd-current/lib/libcurses/base/
H A Dlib_set_term.c309 returnCode(ERR); } while (0)
369 returnCode(ERR);
379 returnCode(ERR);
801 int code = ERR;
H A Dlib_box.c88 returnCode(ERR);
H A Dlib_screen.c377 int code = ERR;
473 /* FIXME - see what error conditions should apply if I need to return ERR */
797 int code = ERR;
972 int code = ERR;
1008 result = ERR;
1020 int code = ERR;
1059 int code = ERR;
H A Dlib_bkgd.c124 int code = ERR;
H A Dlib_newwin.c97 int result = ERR;
/openbsd-current/regress/sys/netinet6/pktinfo_addr/
H A Dtest_wrapper.sh27 trap "${SUDO} ifconfig ${TESTIFACE} destroy" EXIT ERR HUP INT QUIT TERM
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c101 detected the error, ERRMSG is the error message to print, and ERR
114 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR)
/openbsd-current/games/atc/
H A Dgraphics.c329 if (waddch(planes, '\n') == ERR) {
337 if (waddch(planes, '\n') == ERR) {
/openbsd-current/lib/libpanel/
H A Dpanel.priv.h180 { err = ERR;\
/openbsd-current/lib/libcrypto/man/
H A DMakefile144 ERR.3 \
/openbsd-current/games/worm/
H A Dworm.c330 case ERR:
/openbsd-current/usr.bin/tput/
H A Dtput.c206 return (clear_cmd(opt_x) == ERR) ? ErrUsage : 0;
/openbsd-current/lib/libcurses/tty/
H A Dlib_vidattr.c131 returnCode(ERR);
H A Dlib_mvcur.c951 return (ERR);
971 code = ERR;
H A Dhashmap.c502 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR)
/openbsd-current/lib/libcurses/widechar/
H A Dlib_vid_attr.c100 returnCode(ERR);
/openbsd-current/usr.bin/rsync/
H A Dextern.h297 #define ERR(_fmt, ...) \ macro
/openbsd-current/games/boggle/boggle/
H A Dmach.c287 if ((ch = getch()) == ERR)
/openbsd-current/lib/libc/db/hash/
H A Dhash.c76 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
/openbsd-current/usr.sbin/httpd/
H A Dparse.y138 %token COMBINED CONNECTION DHE DIRECTORY ECDHE ERR FCGI INDEX IP KEY LIFETIME
1117 | ERR STRING {
1449 { "error", ERR },

Completed in 302 milliseconds

12345678