Searched defs:ERROR (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.h32 #ifndef ERROR
33 #define ERROR -1 macro
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.h53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
59 #define ERROR 0 macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c38 #define ERROR(c) return (NULL) macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dcodeset.h63 #define ERROR -1 macro
/illumos-gate/usr/src/cmd/lp/include/
H A Doam.h52 #define ERROR 1 macro
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h59 #define ERROR(x) printf x macro
101 #define FATAL ERROR(("%s:%d: MANGLED FCODE!! Fatal Error\n",\
/illumos-gate/usr/src/head/arpa/
H A Dtftp.h56 #define ERROR 05 /* error code */ macro
H A Dftp.h56 #define ERROR 5 /* permanent negative completion */ macro
/illumos-gate/usr/src/lib/libast/common/preroot/
H A Dgetpreroot.c43 #define ERROR(e) {errno=e;goto error;} macro
83 if (stat(PR_REAL, cur) || stat("/", par) || cur->st_dev == par->st_dev && cur->st_ino == par->st_ino) ERROR(ENOTDIR);
98 if ((d - dots) > (PATH_MAX - 4)) ERROR(ERANGE);
102 if (!(dirp = opendir(dots))) ERROR(errno);
104 if (fstat(dirp->dd_fd, par)) ERROR(errno);
106 if (stat(dots, par)) ERROR(errno);
141 if (!(entry = readdir(dirp))) ERROR(ENOENT);
143 if ((d - dots) > (PATH_MAX - 1 - namlen)) ERROR(ERANGE);
145 if (stat(dots, &tstst)) ERROR(errno);
149 if ((p -= namlen) <= (path + 1)) ERROR(ERANG
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.h77 #define ERROR 6 /* some kind of PostScript problem */ macro
125 "error", ERROR, \
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dtic.h60 #define ERROR 5 macro
H A Duntic.c87 #define ERROR 5 macro
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c118 #define ERROR 5 macro
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java49 * For example, setting the verbosity level to <b>Debug.ERROR</b>
94 printIf(s, ERROR);
136 printIf(o, s, ERROR);
286 static public final int ERROR = 4; field in class:Debug
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.h121 #define ERROR 6 /* some kind of PostScript error */ macro
164 "error", ERROR, \
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h50 #define ERROR 05 /* error code */ macro
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c47 #define ERROR(c) { \ macro
58 ERROR(67) \
171 ERROR(41);
185 ERROR(50);
201 ERROR(50);
208 ERROR(42);
235 ERROR(50);
261 ERROR(49);
265 ERROR(49);
304 ERROR(5
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c107 #define ERROR 5 macro
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h40 #define ERROR -1 macro
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h52 #define ERROR(c) regerr(c) macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c87 #define ERROR (-1) macro
299 return (ERROR);
314 return (ERROR);
580 return (ERROR);
590 * -1 ERROR
644 * 1 to indicate an external ERROR (i.e. key not found, etc)
645 * -1 to indicate an internal ERROR (i.e. out of memory, etc)
662 return (ERROR);
679 return (ERROR);
683 return (ERROR);
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtail.c109 #define ERROR (1<<1) macro
358 *f &= ~(ERROR|NEGATIVE|POSITIVE);
378 *f |= ERROR;
383 *f |= ERROR;
473 flags &= ~(ERROR|NEGATIVE|POSITIVE);
481 if (flags & ERROR)
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c59 #define ERROR SIGTERM macro
148 case ERROR: key = 'E'; break;
179 (void) sigaddset(&maskall, ERROR);
202 (void) sigaction(ERROR, &sa, (struct sigaction *)0);
409 key == 'C' ? CLOSE : ERROR);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c111 #define ERROR(vp,msg) return(seterror((vp),msg)) macro
514 ERROR(vp,e_moretokens);
548 ERROR(vp,e_synbad);
552 ERROR(vp,e_synbad);
557 ERROR(vp,e_notlvalue);
582 ERROR(vp,e_badnum);
588 ERROR(vp,e_notlvalue);
590 ERROR(vp,e_synbad);
605 ERROR(vp,e_paren);
607 ERROR(v
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java534 Debug.setDebugLevel(Debug.ERROR);
735 printIf(s, ERROR);
790 static public final int ERROR = 3; field in class:Debug
809 private static int globalDebugLevel = ERROR;

Completed in 85 milliseconds

12