Searched defs:error (Results 1 - 25 of 33) sorted by relevance

12

/ast/src/lib/libdll/
H A Ddlllib.h24 #include <error.h>
30 int error; member in struct:Dllstate_s
/ast/src/lib/libast/comp/
H A Dre_comp.c31 #undef error macro
36 char error[64]; member in struct:__anon251
65 regerror(r, &state.re, state.error, sizeof(state.error));
66 return state.error;
/ast/src/lib/libast/astsa/
H A Derror.c24 * standalone mini error implementation
28 #include <error.h>
85 error(int level, ...) function
H A Derror.h23 * standalone mini error interface
46 #define ERROR_ERROR 2 /* error message -- no err_exit */
47 #define ERROR_FATAL 3 /* error message with err_exit */
55 #define error _err_msg macro
62 extern void error(int, ...);
/ast/src/lib/libast/misc/
H A Dstack.c37 stackalloc(register int size, void* error) argument
57 stack->error = error;
103 if (stack->position.index < 0) return(stack->error);
H A Dtranslate.c32 #include <error.h>
75 int error; /* no dictionaries! */ member in struct:__anon298
325 if (state.error)
329 state.error = 1;
335 state.error = 1;
H A Derror.c27 * error and message formatter
29 * level is the error level
298 * print error context FIFO stack
334 sfprintf(error_state.tty, "error breakpoint: ");
345 error(int level, ...) function
/ast/src/lib/libast/include/
H A Dstack.h52 void* error; /* error return value */ member in struct:stacktable
/ast/src/lib/libast/string/
H A Dstrexpr.c47 #define error(ex,msg) return(seterror(ex,msg)) macro
52 char* errchr; /* next char after error */
53 char* errmsg; /* error message text */
59 * set error message string
90 error(ex, "more tokens expected");
116 if (!precedence) error(ex, "too many )'s");
123 error(ex, "closing ) expected");
126 if (operand) error(ex, "operator expected");
143 error(ex, ": expected for ? operator");
192 if (peekchr(ex) != '=') error(e
[all...]
/ast/src/lib/libast/disc/
H A Dsfdcmore.c43 Sfio_t* error; /* tied with this error stream */ member in struct:__anon257
278 else if (f = more->error)
280 more->error = 0;
365 more->error = sfstdin;
/ast/src/lib/libcodex/
H A Dcodexlib.h56 Codex_t error; member in struct:Codexstate_s
68 #define CODEXERROR (&codexstate.error)
/ast/src/cmd/3d/
H A Derror.c28 * error and message formatter
30 * level is the error level
213 error(int level, ...) function
246 NoN(error)
H A Dlib_3d.h41 #define error _3d_error macro
/ast/src/lib/libz/
H A Dminigzip.c74 void error OF((const char *msg));
85 * Display error message and exit
87 void error(msg) function
120 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
123 if (gzclose(out) != Z_OK) error("failed gzclose");
154 if (len != (int)buf_len) error(gzerror(out, &err));
158 if (gzclose(out) != Z_OK) error("failed gzclose");
176 if (len < 0) error (gzerror(in, &err));
180 error("failed fwrite");
183 if (fclose(out)) error("faile
[all...]
/ast/src/lib/libardir/
H A Dardir.h91 int error; member in struct:Ardir_s
/ast/src/lib/libast/sfio/
H A Dvthread.h139 int error; member in struct:_vtmutex_s
149 int error; /* error status */ member in struct:_vthread_s
157 int error; member in struct:_vtonce_s
167 #define vterror(vt) ((vt)->error)
168 #define vtmtxerror(mtx) ((mtx)->error)
169 #define vtonceerror(once) ((once)->error)
176 { int error; member in struct:_vtmutex_s
179 { int error; member in struct:_vtattr_s
182 { int error; member in struct:_vthread_s
185 { int error; member in struct:_vtonce_s
[all...]
H A Dsfvscanf.c62 { int error; /* get set by _sfdscan if no value specified */ member in struct:_scan_s
72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \
92 { sc->error = flag;
247 /* shift left data so that there will be more room to back up on error.
790 if(scd.error >= 0)
/ast/src/cmd/proto/
H A Dproto.c156 #include <error.h>
371 proto_error(b, 2, "write error", NiL);
398 #undef error macro
645 error(3, "%s: too many options", opt_info.arg);
687 error(ERROR_USAGE|4, "%s", opt_info.arg);
690 error(2, "%s", opt_info.arg);
696 error(ERROR_USAGE|4, "%s", optusage(NiL));
/ast/src/cmd/vczip/
H A Dvczip.c79 "[v:verbose?List the compresses size on the standard error.]"
104 #include <error.h>
232 error(2, "%s", mesg);
259 error(ERROR_SYSTEM|2, "%s: cannot read", input);
282 error(ERROR_SYSTEM|2, "%s: cannot write", output);
292 error(-1, "AHA action=%s input=%s source=%s output=%s vt=%s ct=%s", action == VC_ENCODE ? "encode" : "decode", input, source, output, vt, ct);
296 error(3, "%s: cannot push codex io stream discipline", input);
310 error(3, "%s: cannot push vcodex io stream discipline", input);
327 error(ERROR_SYSTEM|2, "%s: read error", inpu
540 static void error(const char* mesg, ...) function
[all...]
/ast/src/cmd/ksh93/sh/
H A Dstreval.c34 #include <error.h>
71 const char *errchr; /* next char after error */
72 const char *errstr; /* error string */
73 struct lval errmsg; /* error message text */
116 * set error message string and return(0)
949 * points to an error message string
979 #undef error macro
/ast/src/cmd/re/
H A Dtestmatch.c205 int error; member in struct:__anon213::__anon214
1056 note(level, skip, "old strmatch() does not fall back to literal match on error");
1074 printf("OK expected, error %d returned", eret);
1102 printf("OK expected, error %d returned", eret);
1159 printf(", %d error%s\n", state.errors, state.errors == 1 ? "" : "s");
H A Dtestglob.c102 H(" -e ignore error code mismatches\n");
125 H(" E GLOB_ERR abort on error\n");
256 GLOB_APPERR, "APPERR", "aplication error",
259 GLOB_EBUS, "EBUS", "bus error",
267 int error; member in struct:__anon211::__anon212
575 state.ignore.error = 1;
576 printf(", ignore error code mismatches");
997 else if (state.ignore.error)
1088 printf(", %d error%s\n", state.errors, state.errors == 1 ? "" : "s");
/ast/src/lib/libvcodex/
H A Dvcsfxsort.c437 int error = 1; local
478 error = 0; /* have done well */
524 error = 0; /* have done well */
536 if(error)
/ast/src/lib/libast/regex/
H A Dregcomp.c112 int error; /* last error */ member in struct:Cenv_s
647 int e = env->error;
667 env->error = REG_BADBR;
676 env->error = *sp ? REG_BADBR : REG_EBRACE;
682 env->error = REG_BADBR;
694 env->error = REG_BADBR;
703 env->error = REG_BADBR;
711 env->error = REG_EBRACE;
716 env->error
[all...]
/ast/src/lib/libtk/generic/
H A DtkInt.h97 /* First in list of error handlers
298 * One of the following structures exists for each error handler
312 int error; /* Consider only errors with this member in struct:TkErrorHandler
322 * error occurs. NULL means just ignore

Completed in 47 milliseconds

12