Searched refs:ERR (Results 1 - 25 of 187) sorted by relevance

12345678

/freebsd-11-stable/crypto/openssl/util/
H A Derr-ins.pl6 open(ERR,$ARGV[0]) || die "unable to open error file '$ARGV[0]':$!\n";
7 @err=<ERR>;
8 close(ERR);
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_erasewchar.c48 int result = ERR;
51 if ((value = erasechar()) != ERR) {
69 int result = ERR;
72 if ((value = killchar()) != ERR) {
H A Dlib_get_wch.c72 if (code == ERR) {
84 code = ERR;
89 code = ERR;
98 code = ERR; /* the two calls should match */
107 code = ERR;
H A Dlib_inwstr.c59 while (count < n && count != ERR) {
66 count = ERR; /* error if we store nothing */
88 * X/Open says winwstr() returns OK if not ERR. If that is not a blunder, it
99 result = ERR;
101 CCHARW_MAX * (win->_maxx - win->_curx + 1)) == ERR) {
102 result = ERR;
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_clear.c48 int code = ERR;
52 if ((code = werase(win)) != ERR)
H A Dlib_mvwin.c57 returnCode(ERR);
66 int err = ERR;
90 if (err != ERR) {
93 if (ERR != err)
96 if (ERR == delwin(clone))
97 err = ERR;
109 returnCode(ERR);
H A Dlib_redrawln.c55 returnCode(ERR);
62 if (touchline(win, beg, num) == ERR)
63 returnCode(ERR);
65 if (touchline(CurScreen(sp), beg + win->_begy, num) == ERR)
66 returnCode(ERR);
H A Dkey_defined.c47 result = ERR;
52 result = ERR;
64 * return OK. If the string is only a prefix to other strings, return ERR.
65 * Otherwise, return the keycode's value (neither OK/ERR).
70 int code = ERR;
H A Dlib_beep.c62 int res = ERR;
72 res = ERR;
H A Dlib_echo.c54 returnCode(ERR);
72 returnCode(ERR);
H A Ddefine_key.c41 int code = ERR;
45 code = ERR;
66 code = ERR;
69 code = ERR;
H A Dlib_clearok.c54 returnCode(ERR);
H A Dlib_insdel.c50 int code = ERR;
H A Dlib_leaveok.c54 returnCode(ERR);
H A Dlib_scanw.c50 if (wgetnstr(win, buf, (int) sizeof(buf) - 1) == ERR)
51 return (ERR);
91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR;
103 code = (wmove(win, y, x) == OK) ? vwscanw(win, fmt, ap) : ERR;
H A Dlib_scrollok.c54 returnCode(ERR);
H A Dlib_slktouch.c49 returnCode(ERR);
/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_hide.c44 int err = ERR;
55 HIDE_PANEL(pan, err, ERR);
H A Dp_hidden.c45 int rc = ERR;
H A Dp_delete.c58 err = ERR;
H A Dp_move.c45 int rc = ERR;
H A Dp_replace.c44 int rc = ERR;
/freebsd-11-stable/bin/ed/
H A Dglbl.c51 return ERR;
53 return ERR;
60 return ERR;
65 return ERR;
89 return ERR;
92 return ERR;
97 return ERR;
101 return ERR;
106 return ERR;
109 return ERR;
[all...]
H A Dsub.c51 return ERR;
129 return ERR;
133 return ERR;
140 return ERR;
146 return ERR;
157 return ERR;
160 return ERR;
179 return ERR;
188 REALLOC(rbuf, rbufsz, off + i, ERR);
195 return ERR;
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c56 returnCode(ERR);
79 returnCode(ERR);
93 returnCode(ERR);
112 returnCode(ERR);

Completed in 84 milliseconds

12345678