HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 1 - 25 of 44) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
auth-passwd.c 71 # undef ERROR
  /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/
dit_access_utils.h 36 #ifndef ERROR
37 #define ERROR -1
  /onnv/onnv-gate/usr/src/cmd/abi/spectrans/parser/
errlog.h 37 * errlog -- error logging facility for application programs
53 * int severity: 16; FATAL (_ERROR)=-1, (RECOVERABLE_) ERROR=0
59 #define ERROR 0
84 #error "assert.h and errlog.h both define assert: choose only one"
  /onnv/onnv-gate/usr/src/lib/libadm/common/
regexp.c 38 #define ERROR(c) return (NULL)
  /onnv/onnv-gate/usr/src/cmd/lp/include/
oam.h 52 #define ERROR 1
59 ** LP Spooler specific error message handling.
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
codeset.h 63 #define ERROR -1
getacinfo.c 43 #define ERROR -2
76 * -2 - error - can't open audit control file for read
77 * -3 - error - directory entry format error
94 retstat = ERROR;
146 retstat = ERROR;
162 * -2 - error; errno contains error number
163 * -3 - error - directory entry format error
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/preroot/
getpreroot.c 36 #include <error.h>
43 #define ERROR(e) {errno=e;goto error;}
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)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
postcomm.h 77 #define ERROR 6 /* some kind of PostScript problem */
125 "error", ERROR, \
  /onnv/onnv-gate/usr/src/head/arpa/
tftp.h 56 #define ERROR 05 /* error code */
62 char th_data[1]; /* data or error string */
65 #define th_code th_block /* error code overlay on tu_block */
71 * Error codes.
81 #define EOPTNEG 8 /* option negotiation error */
ftp.h 56 #define ERROR 5 /* permanent negative completion */
  /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/
private.h 59 #define ERROR(x) printf x
101 #define FATAL ERROR(("%s:%d: MANGLED FCODE!! Fatal Error\n",\
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
Debug.java 39 * <b>error()</b>, and <b>fatal()</b> causes a log entry to be
49 * For example, setting the verbosity level to <b>Debug.ERROR</b>
50 * means that only <b>error()</b> and <b>fatal()</b> calls will
52 * will log <b>warning()</b> calls as well as <b>error()</b> and
68 * <b>error()</b>, and <b>fatal()</b> which accept an argument of type
93 static public void error(String s) { method in class:Debug
94 printIf(s, ERROR);
135 static public void error(Object o, String s) { method in class:Debug
136 printIf(o, s, ERROR);
261 public void Error(String s)
262 error(theInstance, s); method
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
statfs.c 50 #define ERROR(c) return ((char *)c);
  /onnv/onnv-gate/usr/src/lib/libbsm/common/
getacinfo.c 45 #define ERROR -2
80 * -2 - error - can't open audit control file for read
81 * -3 - error - directory entry format error
98 retstat = ERROR;
158 retstat = ERROR;
176 * -2 - error; errno contains error number
177 * -3 - error - directory entry format error
    [all...]
getacval.c 50 #define ERROR -2
72 * a single line. Returns NULL on error or EOF, else returns its
188 * -2 - error - can't open audit control file for read
189 * -3 - error - directory entry format error
207 return (ERROR);
230 retstat = ERROR;
248 * -2 - error; errno contains error number
249 * -3 - error - directory entry format erro
    [all...]
  /onnv/onnv-gate/usr/src/lib/libgen/common/
reg_compile.c 47 #define ERROR(c) { \
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(50)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tic/
tic.h 62 #define ERROR 5
untic.c 87 #define ERROR 5
90 STATIC void error ANSI((char *, ...)); /* GENTEXT: error */
177 error(
183 error(m_textmsg(203, "No terminfo database.\n", "E"));
221 * Display error message.
224 error VARARG1(char*, fmt)
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tput/
tput.c 76 * 1 No error message is printed. Returned if a boolean capname is
79 * 2 Usage error.
85 * >4 An error occured.
118 #define ERROR 5
219 /* End of file or input error */
347 * display error message
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/
postio.h 66 * often hurt (except for lost error messages). Anyway I've added code that
100 * %%[ Error: undefined; OffendingCommand: xxx ]%%
121 #define ERROR 6 /* some kind of PostScript error */
164 "error", ERROR, \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
h2ph.h 15 #ifndef ERROR
16 #define ERROR(x) fprintf(stderr, "%s\n", x[2][3][0])
17 #endif /* ERROR */
35 * Test #if, #elif, #else, #endif, #warn and #error, and `!'
41 # error "Nup, can't go on" /* ' /* stupid font-lock-mode */
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
hash.c 87 #define ERROR (-1)
299 return (ERROR);
314 return (ERROR);
378 * Returns 0 on No Error
449 * This should not be printing to stderr on a "normal" error case.
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);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/tabs/
tabs.c 80 * >0 An error occured.
107 #define ERROR 5
440 * display error message
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 52 #define ERROR(c) regerr(c)

Completed in 900 milliseconds

1 2