Searched refs:ERR (Results 101 - 125 of 191) sorted by relevance

12345678

/openbsd-current/bin/ed/
H A Dmain.c214 status = ERR;
237 status = ERR;
310 return (addr == ERR) ? ERR : 0;
324 return ERR; \
372 return ERR;
380 return ERR;
399 return ERR;
415 return ERR; \
418 return ERR; \
[all...]
H A Dbuf.c160 return ERR;
217 return ERR;
231 return ERR;
H A Ded.h37 #define ERR (-2) macro
104 return ERR; \
/openbsd-current/lib/libcurses/base/
H A Dlib_slk.c78 return ERR;
88 return ERR;
154 returnCode(ERR);
163 returnCode(ERR);
241 returnCode(ERR);
243 returnCode(ERR);
H A Dlib_pad.c117 smaxcol) != ERR
118 && NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG) != ERR) {
121 returnCode(ERR);
149 returnCode(ERR);
152 returnCode(ERR);
190 returnCode(ERR);
337 returnCode(ERR);
H A Dlib_insch.c139 code = ERR;
152 int code = ERR;
H A Dlib_slkrefr.c151 returnCode(ERR);
176 returnCode(ERR);
H A Dlib_dft_fgbg.c71 int code = ERR;
H A Dlib_hline.c53 int code = ERR;
H A Dwresize.c47 return ERR;
131 returnCode(ERR);
148 returnCode(ERR);
162 returnCode(ERR);
H A Dkeyok.c54 int code = ERR;
H A Dlib_erase.c52 int code = ERR;
H A Dlib_vline.c53 int code = ERR;
H A Dlib_touch.c89 returnCode(ERR);
/openbsd-current/usr.bin/rsync/
H A Dflist.c84 ERR("calloc");
477 ERR("malloc");
529 ERR("recallocarray");
553 ERR("strdup");
721 ERR("calloc");
818 ERR("%s: lstat", root);
894 ERR("fts_open");
973 ERR("asprintf");
979 ERR("strdup");
1001 ERR("fts_rea
[all...]
H A Ddownloader.c180 ERR("malloc");
194 ERR("malloc");
260 ERR("%s: write", p->fname);
276 ERR("%s: write", p->fname);
356 ERR("%s: openat", f->path);
393 ERR("%s: fstat", f->path);
405 ERR("%s: mmap", f->path);
423 ERR("mkstempat");
463 ERR("realloc");
564 ERR("
[all...]
H A Dreceiver.c61 ERR("%s: futimens", path);
82 ERR("%s: fchown", path);
97 ERR("%s: fchmod", path);
123 ERR("%s: utimensat", path);
144 ERR("%s: fchownat", path);
159 ERR("%s: fchmodat", path);
325 ERR("poll");
H A Dsocket.c90 ERR("socket");
95 ERR("bind");
123 ERR("poll failed");
134 ERR("connect");
321 ERR("pledge");
343 ERR("pledge");
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_baudrate.c209 int result = ERR;
220 if (result == ERR) {
307 result = ERR;
/openbsd-current/usr.bin/vi/cl/
H A Dcl_funcs.c57 if (addnstr(str, len) == ERR)
231 return (clrtoeol() == ERR);
294 return (deleteln() == ERR);
366 return (insertln() == ERR);
415 if (move(RLNO(sp, lno), cno) == ERR) {
453 return (refresh() == ERR);
/openbsd-current/lib/libcurses/widechar/
H A Dlib_ins_wch.c88 int code = ERR;
108 int code = ERR;
/openbsd-current/lib/libform/
H A Dfrm_data.c95 if (wmove(w, y, x + j) != ERR)
98 if (win_wch(w, &cell) != ERR)
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-command.c82 if (tmp_char == ERR)
/openbsd-current/lib/libmenu/
H A Dm_item_top.c95 | Return Values : The row number or ERR if there is no row
107 returnCode(ERR);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmin_perl_version.t191 our($PREREQ_PM, $BUILD_REQUIRES, $MIN_PERL_VERSION, $ERR);
193 $ERR = '';
196 $ERR = $@;
198 ::is( $@ . $ERR, '', 'prereqs evaluable' );

Completed in 815 milliseconds

12345678