Searched refs:ERR (Results 76 - 100 of 191) sorted by relevance

12345678

/openbsd-current/lib/libcurses/widechar/
H A Dlib_get_wstr.c104 returnCode(ERR);
124 while ((code = wget_wch(win, &ch)) != ERR) {
177 if (wadd_wint(win, tmpstr - 1) == ERR) {
218 if (code == ERR) {
223 returnCode(ERR);
H A Dlib_cchar.c69 code = ERR;
109 int code = ERR;
141 code = ERR;
H A Dlib_hline_set.c50 int code = ERR;
H A Dlib_slk_wset.c51 int result = ERR;
H A Dlib_in_wchnstr.c76 code = ERR;
H A Dlib_vline_set.c50 int code = ERR;
/openbsd-current/lib/libcurses/base/
H A Dlib_slkset.c71 returnCode(ERR);
113 returnCode(ERR);
120 returnCode(ERR);
H A Dlib_getch.c77 code = ERR;
83 code = ERR;
99 code = ERR;
212 int ch = (peek >= 0) ? sp->_fifo[peek] : ERR;
222 int ch = (head >= 0) ? sp->_fifo[head] : ERR;
251 return ERR;
351 ch = ERR;
439 rc = ERR;
463 returnCode(ERR);
494 if (rc != KEY_EVENT && rc != ERR)
[all...]
H A Dlib_inchstr.c57 i = ERR;
H A Dlib_slkcolor.c49 int code = ERR;
H A Dlib_slkatr_set.c52 int code = ERR;
H A Dlib_slkclear.c51 int rc = ERR;
H A Dlib_slkatron.c60 returnCode(ERR);
H A Dlib_getstr.c93 returnCode(ERR);
114 while ((ch = wgetch_events(win, evl)) != ERR) {
154 if (waddch(win, (chtype) ch) == ERR) {
197 if (ch == ERR)
H A Dlib_slkinit.c57 int code = ERR;
H A Dlib_ungetch.c66 int rc = ERR;
H A Dlib_chgat.c57 int code = ERR;
H A Dlib_clrbot.c51 int code = ERR;
H A Dlib_delch.c51 int code = ERR;
/openbsd-current/lib/libcurses/tinfo/
H A Dwrite_entry.c82 if (_nc_write_object(tp, buffer, &offset, limit) == ERR) {
362 if (_nc_write_object(tp, buffer + 1, &offset, limit - 1) != ERR) {
805 return (ERR);
816 return (ERR);
820 return (ERR);
828 return (ERR);
836 return (ERR);
845 return (ERR);
856 return (ERR);
865 return (ERR);
[all...]
H A Dlib_raw.c86 int result = ERR;
142 int result = ERR;
205 result = ERR;
226 int result = ERR;
281 int result = ERR;
337 result = ERR;
364 int result = ERR;
369 returnCode(ERR);
/openbsd-current/lib/libmenu/
H A Dm_item_cur.c107 | Return Values : The index or ERR if this is an invalid item pointer
113 returnCode((item && item->imenu) ? item->index : ERR);
/openbsd-current/usr.bin/rsync/
H A Dserver.c35 ERR("fcntl: F_GETFL");
37 ERR("fcntl: F_SETFL");
H A Dids.c182 ERR("%d: unknown gid", id);
188 ERR("%d: unknown uid", id);
206 ERR("reallocarray");
213 ERR("strdup");
284 ERR("reallocarray");
306 ERR("calloc");
/openbsd-current/libexec/reorder_kernel/
H A Dreorder_kernel.sh35 trap 'trap - EXIT; logger -st $PROGNAME "$ERRMSG" >/dev/console 2>&1' ERR
63 # Trigger ERR trap

Completed in 246 milliseconds

12345678