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

12345678

/openbsd-current/lib/libcurses/tinfo/
H A Dlib_tputs.c95 returnCode(ERR);
192 rc = ERR;
197 rc = ERR;
257 int rc = ERR;
312 return ERR;
H A Dtinfo_driver.c260 int res = ERR;
313 return ERR;
321 int code = ERR;
580 result = ERR;
589 result = ERR;
602 int code = ERR;
854 && _nc_pair_content(SP_PARM, old_pair, &old_fg, &old_bg) != ERR) {
1324 int rc = ERR;
1336 if (rc != ERR) {
1345 int ret = ERR;
[all...]
H A Dlib_cur_term.c135 int rc = ERR;
H A Dlib_tparm.c614 rc = ERR;
629 return ERR;
644 rc = ERR;
666 rc = ERR;
670 rc = ERR;
673 rc = ERR;
1291 int result = ERR;
/openbsd-current/usr.bin/rsync/
H A Dio.c44 ERR("poll");
74 ERR("poll");
93 ERR("write");
205 ERR("poll");
221 ERR("read");
519 ERR("realloc");
H A Dblocks.c70 ERR("calloc");
76 ERR("calloc");
105 ERR("reallocarray");
358 ERR("calloc");
393 ERR("calloc");
508 ERR("malloc");
H A Dsender.c292 ERR("calloc");
322 ERR("callloc");
374 ERR("pledge");
449 ERR("poll");
528 ERR("%s: fstat", f->path);
544 ERR("%s: mmap", f->path);
566 ERR("write");
646 ERR("%s: open", fl[up.cur->idx].path);
H A Dmktemp.c296 ERR("asprintf");
300 ERR("asprintf");
/openbsd-current/lib/
H A Dcheck_sym199 trap 'ret=$?; rm -f $files; exit $ret' 1 2 15 ERR
201 trap 'ret=$?; rm -rf "$odir"; exit $ret' 0 1 2 15 ERR
/openbsd-current/lib/libcurses/base/
H A Dlib_instr.c57 i = ERR;
H A Dresizeterm.c303 returnCode(ERR);
338 returnCode(ERR);
363 returnCode(ERR);
474 int result = ERR;
H A Dnew_pair.c312 pair = ERR;
320 if (_nc_init_pair(SP_PARM, pair, fg, bg) == ERR)
321 pair = ERR;
339 int result = ERR;
H A Dlib_newterm.c77 int result = ERR;
215 fileno(_ofp), &errret, FALSE) != ERR) {
244 slk_format) == ERR) {
H A Dlib_color.c363 int result = ERR;
368 result = ERR;
571 returnCode(ERR);
592 returnCode(ERR);
599 returnCode(ERR);
629 returnCode(ERR);
638 returnCode(ERR);
710 int result = ERR;
833 int result = ERR;
937 result = ERR;
[all...]
H A Dlib_freeall.c108 if (delwin(p_win) != ERR)
H A Dlib_overlay.c51 int rc = ERR;
142 int rc = ERR;
H A Dlib_refresh.c61 code = ERR;
98 returnCode(ERR);
H A Dlib_window.c62 int rc = ERR;
93 returnCode(ERR);
H A Dlib_scroll.c147 returnCode(ERR);
/openbsd-current/lib/libc/gmon/
H A Dgmon.c49 #define ERR(s) write(STDERR_FILENO, s, sizeof(s)) macro
132 ERR("monstartup: out of memory\n");
159 ERR("_mcleanup: tos overflow\n");
/openbsd-current/bin/ed/
H A Dundo.c89 return ERR;
/openbsd-current/lib/libcurses/tty/
H A Dtty_update.c546 &fg, &bg) == ERR
751 returnCode(ERR);
781 returnCode(ERR);
1825 /* Try to scroll up assuming given csr (miny, maxy). Returns ERR on failure */
1874 return ERR;
1889 /* Try to scroll down assuming given csr (miny, maxy). Returns ERR on failure */
1939 return ERR;
1962 return ERR;
2024 return (ERR);
2033 return (ERR);
[all...]
H A Dhardscroll.c256 screen_lines(SP_PARM) - 1) == ERR) {
290 screen_lines(SP_PARM) - 1) == ERR) {
/openbsd-current/lib/libcurses/widechar/
H A Dlib_box_set.c70 returnCode(ERR);
/openbsd-current/games/backgammon/common_source/
H A Dsubs.c59 if (c == '\004' || c == ERR) /* ^D or failure */

Completed in 326 milliseconds

12345678