Searched refs:ERR (Results 126 - 150 of 187) sorted by relevance

12345678

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_scroll.c142 returnCode(ERR);
H A Dlib_overlay.c48 int rc = ERR;
141 int rc = ERR;
H A Dlib_refresh.c58 code = ERR;
99 returnCode(ERR);
H A Dlib_window.c60 int rc = ERR;
89 returnCode(ERR);
H A Dlib_box.c85 returnCode(ERR);
H A Dlib_set_term.c265 returnCode(ERR); } while (0)
317 returnCode(ERR);
327 returnCode(ERR);
716 int code = ERR;
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c496 &fg, &bg) == ERR
675 returnCode(ERR);
698 returnCode(ERR);
1728 /* Try to scroll up assuming given csr (miny, maxy). Returns ERR on failure */
1777 return ERR;
1792 /* Try to scroll down assuming given csr (miny, maxy). Returns ERR on failure */
1842 return ERR;
1865 return ERR;
1927 return (ERR);
1936 return (ERR);
[all...]
H A Dhardscroll.c247 screen_lines(SP_PARM) - 1) == ERR) {
281 screen_lines(SP_PARM) - 1) == ERR) {
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c67 returnCode(ERR);
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c101 * Report either an ERR or OK back to the director
106 if (status == ERR)
/freebsd-11-stable/bin/ed/
H A Dundo.c93 return ERR;
H A Ded.h41 #define ERR (-2) macro
110 return ERR; \
/freebsd-11-stable/usr.bin/systat/
H A Dkeyboard.c124 if (ch == ERR) {
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c136 /* return ERR = end of file
165 return (ERR);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redircloexec.sh70 "printf OK; ${TEST_SH} exec2; printf ERR"
72 atf_check -s not-exit:0 -o match:OKOK -o not-match:ERR -e not-empty \
77 "printf OK; ${TEST_SH} exec2 || printf ERR"
/freebsd-11-stable/contrib/dialog/
H A Darrows.c54 if (pair_content(fg_pair, &fg_f, &bg_f) != ERR
55 && pair_content(bg_pair, &fg_b, &bg_b) != ERR) {
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dacm.c180 return ERR(ENOMEM);
185 return ERR(ENOMEM);
221 return ERR(ENOMEM);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c342 int result = ERR;
514 int res = ERR;
532 return ERR;
541 int code = ERR;
579 T(("GetConsoleScreenBufferInfo ERR"));
631 int result = ERR;
661 return ERR;
674 return ERR;
736 int code = ERR;
1108 int ret = ERR;
[all...]
/freebsd-11-stable/sys/dev/rc/
H A Drc.c1096 #define ERR(s) do { \ macro
1171 ERR(("BSR timeout bit set\n"));
1175 ERR(("Bad TX intr ack (%02x != %02x)\n",
1196 ERR(("Bad RX intr ack (%02x != %02x)\n",
1205 ERR(("Bad char chan %d (RCSR = %02X)\n",
1208 ERR(("Got extra chars chan %d\n",
1229 ERR(("looses characters during local loopback\n"));
1234 ERR(("data mismatch chan %d ptr %d (%d != %d)\n",
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c304 #define ERR(_X_) if (list_err(parse, (_X_))) macro
2030 ERR(ERR_INTERNAL)
2055 ERR(ERR_BADIO)
2351 ERR(ERR_BADDATA)
2423 ERR(ERR_BADIO)
3467 ERR(ERR_NODATA)
3585 ERR(ERR_INTERNAL)
3615 ERR(ERR_INTERNAL)
3783 ERR(ERR_INTERNAL)
3791 ERR(ERR_BADDAT
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c180 code = ERR;
617 int code = ERR;
852 if (ERR != res)
H A Dcomp_scan.c460 _nc_syntax = ERR;
552 if (_nc_syntax == ERR) {
H A Dlib_termcap.c99 int rc = ERR;
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c105 detected the error, ERRMSG is the error message to print, and ERR
118 #define FATAL_ERROR(ERRMSG, ERR) fatal_error (__LINE__, ERRMSG, ERR)
/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.c344 #define ERR(err) \ macro
431 ERR(EAI_BADHINTS); /* xxx */
433 ERR(EAI_BADFLAGS);
443 ERR(EAI_FAMILY);
468 ERR(EAI_BADHINTS);
563 ERR(EAI_NONAME); /* used to be EAI_NODATA */
565 ERR(EAI_NONAME);
568 ERR(EAI_FAIL);
1263 ERR(EAI_NONAME);
1265 ERR(EAI_MEMOR
[all...]

Completed in 143 milliseconds

12345678