Searched defs:ERR (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getopt.c | 60 #define ERR(s, c, i) if (opterr && optstring[0] != ':') { \ macro 233 ERR(_libc_gettext("%s: illegal option -- %s\n"), 283 ERR(_libc_gettext("%s: option requires an argument" \ 295 ERR(_libc_gettext(
|
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/ |
H A D | boot.S | 29 #define ERR(x) movw $x, %si; jmp LOCAL(error_message) define 236 ERR(hd_probe_error_string) 363 ERR(geometry_error_string)
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfstrtof.h | 118 #undef ERR /* who co-opted this namespace? */ macro 124 #define ERR(e) macro 133 #define ERR(e) (errno=(e)) macro 315 ERR(ERANGE); 322 ERR(ERANGE); 514 ERR(ERANGE); 522 ERR(ERANGE); 540 ERR(ERANGE); 554 ERR(ERANGE); 559 ERR(ERANG [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlstat.c | 50 * x86 <sys/regs> ERR conflicts with <curses.h> ERR. 53 #if defined(ERR) 54 #undef ERR macro 523 if (refresh() == ERR)
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 60 #define ERR EOF macro 736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch)) 738 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch)) 741 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp)) 743 (wmove(__w1 = (w), y, x) ? ((cp), ERR) : wadd_wch(__w1, cp)) 748 (move(y, x) ? ((chs), (n), ERR) : addchnstr(chs, n)) 751 (move(y, x) ? ((chs), ERR) : addchstr(chs)) 754 (wmove(__w1 = (w), y, x) ? ((chs), (n), ERR) :\ 758 (wmove(__w1 = (w), y, x) ? ((chs), ERR) : waddchstr(__w1, chs)) 765 (move(y, x) ? ((cp), (n), ERR) [all...] |
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 64 #define ERR EOF macro 835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch)) 836 #define mvwaddch(w,y,x,ch) (wmove(w,y,x)?ERR:waddch(w,ch)) 839 #define mvadd_wch(y,x,cp) (move(y,x)?ERR:add_wch(cp)) 840 #define mvwadd_wch(w,y,x,cp) (wmove(w,y,x)?ERR:wadd_wch(w,cp)) 844 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n)) 845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs)) 846 #define mvwaddchnstr(w,y,x,chs,n) (wmove(w,y,x)?ERR:waddchnstr(w,chs,n)) 847 #define mvwaddchstr(w,y,x,chs) (wmove(w,y,x)?ERR:waddchstr(w,chs)) 852 #define mvadd_wchnstr(y,x,cp,n) (move(y,x)?ERR [all...] |
Completed in 93 milliseconds