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

12345678

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfail-more.t80 out_ok( <<OUT, <<ERR );
85 ERR
90 out_ok( <<OUT, <<ERR );
97 ERR
101 out_ok( <<OUT, <<ERR );
108 ERR
112 out_ok( <<OUT, <<ERR );
119 ERR
123 out_ok( <<OUT, <<ERR );
130 ERR
[all...]
H A Dharness_active.t54 err_ok( <<ERR );
57 ERR
61 err_ok( <<ERR );
65 ERR
74 err_ok( <<ERR );
78 ERR
83 err_ok( <<ERR );
88 ERR
H A Dis_deeply_fail.t66 is( $err, <<ERR, ' right diagnostic' );
71 ERR
77 like( $err, <<ERR, ' right diagnostic' );
83 ERR
89 is( $err, <<ERR, ' right diagnostic' );
95 ERR
101 is( $err, <<ERR, ' right diagnostic' );
107 ERR
113 is( $err, <<ERR, ' right diagnostic' );
119 ERR
[all...]
H A Ddied.t40 $TB->is_eq($err->read, <<ERR);
42 ERR
H A Dextra_one.t48 My::Test::is($$err, <<ERR);
50 ERR
H A Dfail_one.t42 $Test->is_eq($tb->read('err'), <<ERR);
45 ERR
/openbsd-current/lib/libpanel/
H A Dp_hide.c47 int err = ERR;
58 HIDE_PANEL(pan, err, ERR);
H A Dp_hidden.c48 int rc = ERR;
/openbsd-current/lib/libcurses/base/
H A Dlib_clear.c51 int code = ERR;
55 if ((code = werase(win)) != ERR)
H A Dlib_mvwin.c60 returnCode(ERR);
69 int err = ERR;
93 if (err != ERR) {
96 if (ERR != err)
99 if (ERR == delwin(clone))
100 err = ERR;
112 returnCode(ERR);
H A Dlib_scanw.c52 int code = ERR;
54 if (wgetnstr(win, buf, (int) sizeof(buf) - 1) != ERR) {
56 code = ERR;
67 int code = ERR;
69 if (wgetnstr(win, buf, (int) sizeof(buf) - 1) != ERR) {
71 code = ERR;
113 code = (move(y, x) == OK) ? vw_scanw(stdscr, fmt, ap) : ERR;
125 code = (wmove(win, y, x) == OK) ? vw_scanw(win, fmt, ap) : ERR;
H A Dlib_redrawln.c58 returnCode(ERR);
65 if (touchline(win, beg, num) == ERR)
66 returnCode(ERR);
68 if (touchline(CurScreen(sp), beg + win->_begy, num) == ERR)
69 returnCode(ERR);
H A Dkey_defined.c51 result = ERR;
56 result = ERR;
68 * return OK. If the string is only a prefix to other strings, return ERR.
69 * Otherwise, return the keycode's value (neither OK/ERR).
74 int code = ERR;
H A Dlib_beep.c65 int res = ERR;
75 res = ERR;
H A Dlib_echo.c57 returnCode(ERR);
75 returnCode(ERR);
/openbsd-current/lib/libcurses/widechar/
H A Dlib_erasewchar.c52 int result = ERR;
55 if ((value = NCURSES_SP_NAME(erasechar) (NCURSES_SP_ARG)) != ERR) {
82 int result = ERR;
85 if ((value = NCURSES_SP_NAME(killchar) (NCURSES_SP_ARG)) != ERR) {
H A Dlib_inwstr.c63 while (count < n && !done && count != ERR) {
75 count = ERR; /* error if we store nothing */
99 * X/Open says winwstr() returns OK if not ERR. If that is not a blunder, it
110 result = ERR;
112 CCHARW_MAX * (win->_maxx - win->_curx + 1)) == ERR) {
113 result = ERR;
H A Dlib_get_wch.c76 if (code == ERR) {
88 code = ERR;
93 code = ERR;
105 code = ERR; /* the two calls should match */
114 code = ERR;
/openbsd-current/regress/usr.bin/tail/
H A Dfollow-overwrite-by-file.sh13 ERR=${DIR}/${NAME%%.sh}.err
19 tail -f ${DIR}/bar 2> ${ERR} > ${OUT} &
33 grep -q "tail: ${DIR}/bar has been replaced, reopening." ${ERR} || exit 2
H A Dfollow-overwrite-data.sh13 ERR=${DIR}/${NAME%%.sh}.err
19 tail -f ${DIR}/bar 2> ${ERR} > ${OUT} &
37 [ $(grep -c "tail: ${DIR}/bar has been truncated, resetting." ${ERR}) -eq 3 ] || exit 2
H A Dfollow-removed-recreated.sh13 ERR=${DIR}/${NAME%%.sh}.err
19 tail -f ${DIR}/bar 2> ${ERR} > ${OUT} &
36 grep -q "tail: ${DIR}/bar has been replaced, reopening." ${ERR} || exit 2
H A Dfollow-newsyslog.sh13 ERR=${DIR}/${NAME%%.sh}.err
19 tail -f ${DIR}/bar 2> ${ERR} > ${OUT} &
42 #[ $(grep -c "tail: ${DIR}/bar has been truncated, resetting." ${ERR}) -eq 2 ] || exit $?
43 [ $(grep -c "tail: ${DIR}/bar has been replaced, reopening." ${ERR}) -eq 2 ] || exit 5
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_kernel.c89 int result = ERR;
98 result = ERR;
100 result = ERR;
126 int result = ERR;
135 result = ERR;
137 result = ERR;
194 returnCode(ERR);
/openbsd-current/bin/ed/
H A Dglbl.c58 return ERR;
60 return ERR;
67 return ERR;
72 return ERR;
95 return ERR;
100 return ERR;
104 return ERR;
109 return ERR;
112 return ERR;
118 return ERR;
[all...]
H A Dio.c58 return ERR;
60 return ERR;
64 return ERR;
93 return ERR;
101 return ERR;
106 return ERR;
129 REALLOC(sbuf, sbufsz, i + 1, ERR);
133 REALLOC(sbuf, sbufsz, i + 2, ERR);
139 return ERR;
160 return ERR;
[all...]

Completed in 230 milliseconds

12345678