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

12345678

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c121 returnCode(ERR);
H A Dlib_mvcur.c945 return (ERR);
965 code = ERR;
H A Dhashmap.c485 if (setupterm(NULL, fileno(stdout), (int *) 0) == ERR)
/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.priv.h182 { err = ERR;\
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h50 * TRUE, FALSE, and ERR must be distinct
51 * ERR must be < OK.
58 #define ERR (-1) macro
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c260 return ERR(ENOMEM);
897 return ERR(ENOMEM);
975 return ERR(ENOMEM);
1122 return ERR(EBUSY);
1133 return ERR(ENOMEM);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c218 #define ERR(e) WSA##e macro
220 #define ERR(e) e
236 EVUTIL_SET_SOCKET_ERROR(ERR(EAFNOSUPPORT));
240 EVUTIL_SET_SOCKET_ERROR(ERR(EINVAL));
292 saved_errno = ERR(ECONNABORTED);
305 #undef ERR macro
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c615 case ERR:
623 if (key == ESC || key == ERR) {
H A Dguage.c247 if (!fkey && (ch == ERR)) {
H A Dmixedgauge.c335 && wmove(dlg->dialog, dlg->item_no, 0) != ERR) {
H A Dtailbox.c259 case ERR:
H A Dformbox.c64 && (wmove(win, y - scrollamt, x) != ERR);
70 if (wmove(win, y, x) == ERR)
H A Dtextbox.c401 if (wmove(obj->text, row, 0) != ERR) {
555 } else if (key == ERR) {
H A Dcalendar.c260 if (wmove(data->window, y, this_x) == ERR)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c96 int result = ERR;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h55 UNI_DEBUG_DEFINE(ERR) \
/freebsd-11-stable/contrib/mdocml/
H A Dconfigure222 runtest err ERR || true
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c420 while((i = getch()) != ERR) {
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c2165 goto ERR;
2170 goto ERR;
2175 goto ERR;
2183 ERR:
2200 goto ERR;
2204 goto ERR;
2207 ERR:
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c227 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
H A Dparse_entry.c254 return (ERR);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c71 L(ERR),
351 strlcpy(severity, "ERR", sizeof(severity));
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c560 case ERR:
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.c81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; }
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c163 # define ERR() (longjmp(errjmp[--errstk], 1)) macro
198 ERR();

Completed in 305 milliseconds

12345678