Searched refs:error (Results 1 - 25 of 458) sorted by relevance

1234567891011>>

/ast/src/lib/libdll/
H A Ddlllib.h24 #include <error.h>
30 int error; member in struct:Dllstate_s
H A Ddllerror.c31 * return error message from last failed dl*() call
32 * retain==0 resets the last dl*() error
40 if (state.error)
42 state.error = retain;
48 state.error = retain;
/ast/src/cmd/pzip/
H A Dfunzip.c23 #include <error.h>
64 error(ERROR_USAGE|4, "%s", opt_info.arg);
67 error(2, "%s", opt_info.arg);
74 error(ERROR_USAGE|4, "%s", optusage(NiL));
81 error(ERROR_SYSTEM|3, "%s: cannot read", file);
83 error(3, "sfdcgzip discipline push error");
85 error(3, "input not a gzip file");
87 error(ERROR_SYSTEM|3, "sfdcgzip io error");
[all...]
/ast/src/lib/libcmd/
H A Dsync.c45 "[+>0?Option/operand syntax error.]"
62 error(2, "%s", opt_info.arg);
65 error(ERROR_usage(2), "%s", opt_info.arg);
72 error(ERROR_usage(2), "%s", optusage(NiL));
76 error(ERROR_usage(2), "failed -- the native system does not provide a sync(2) call");
H A Dlogname.c44 "[+>0?An error occurred.]"
63 error(2, "%s", opt_info.arg);
66 error(ERROR_usage(2), "%s", opt_info.arg);
72 error(ERROR_usage(2), "%s", optusage(NiL));
H A Dtty.c45 "[+3?A an error occurred.]"
78 error(2, "%s", opt_info.arg);
81 error(ERROR_usage(2), "%s", opt_info.arg);
87 error(ERROR_usage(2), "%s", optusage(NiL));
99 error(ERROR_OUTPUT, 1, "synchronous line %d", n);
102 error(ERROR_OUTPUT, 1, "not on an active synchronous line");
H A Dmkdir.c45 "names an existing directory shall be ignored without error.]"
46 "[v:verbose?Print a message on the standard error for each created "
54 "[+>0?An error occurred.]"
88 error(ERROR_exit(0), "%s: invalid mode", opt_info.arg);
97 error(2, "%s", opt_info.arg);
100 error(ERROR_usage(2), "%s", opt_info.arg);
107 error(ERROR_usage(2), "%s", optusage(NiL));
127 error(0, "%s: directory created", path);
132 error(ERROR_system(0), "%s:", path);
159 error(ERROR_syste
[all...]
H A Dhead.c98 error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep);
110 error(ERROR_usage(2), "%s", opt_info.arg);
113 error(2, "%s", opt_info.arg);
121 error(ERROR_usage(2), "%s", optusage(NiL));
134 error(ERROR_system(0), "%s: cannot open", cp);
143 error(ERROR_system(0), "%s: read error", cp);
148 error(ERROR_system(0), "write error");
/ast/src/cmd/pax/
H A Dnocom.c49 #include <error.h>
66 error(ERROR_USAGE|4, "%s", opt_info.arg);
69 error(2, "%s", opt_info.arg);
76 error(ERROR_USAGE|4, "%s", optusage(NiL));
80 error(ERROR_SYSTEM|2, "write error");
85 error(ERROR_SYSTEM|2, "%s: cannot read", s);
89 error(ERROR_SYSTEM|2, "%s: write error", s);
/ast/src/lib/libast/regex/
H A Dregfatal.c25 * posix regex fatal error interface to error()
30 #include <error.h>
40 error(level, "regular expression: %s: %s", pat, buf);
42 error(level, "regular expression: %s", buf);
/ast/src/cmd/msgcc/
H A Dmsgget.c46 #include <error.h>
70 error(ERROR_USAGE|4, "%s", opt_info.arg);
73 error(2, "%s", opt_info.arg);
80 error(ERROR_USAGE|4, "%s", optusage(NiL));
88 error(ERROR_USAGE|4, "%s", optusage(NiL));
97 error(3, "%s: cannot locate message catalog", cmd);
100 error(ERROR_SYSTEM|3, "%s: cannot read message catalog", path);
102 error(3, "%s: invalid message catalog", path);
/ast/src/cmd/pack/
H A Dhuffgethdr.c29 #include <error.h>
45 goto error;
59 goto error;
64 goto error;
75 goto error;
79 goto error;
84 goto error;
88 error:
H A Dpack.c61 "[+-?An I/O error occurred during processing.]"
78 #include <error.h>
111 error(2, opt_info.arg);
114 error(ERROR_usage(2), "%s", opt_info.arg);
119 error(ERROR_usage(2), "%s", optusage((char*)0));
143 error(ERROR_system(0), "%s: cannot open", infile);
145 error(ERROR_system(0), "%s: cannot stat", infile);
147 error(2, "%s: cannot pack a directory", infile);
149 error(2, "%s: has links", infile);
151 error(
[all...]
H A Dunpack.c76 #include <error.h>
107 error(ERROR_system(1), "out of space [tmp string]");
126 error(ERROR_SYSTEM|3, "out of space");
131 error(2, "%s", opt_info.arg);
134 error(ERROR_usage(2), "%s", opt_info.arg);
139 error(ERROR_usage(2), "%s", optusage((char*)0));
150 error(ERROR_system(0), "%s: cannot open", infile);
158 error(ERROR_system(0), "%s: cannot stat", infile);
160 error(2, "%s: cannot pack a directory", infile);
162 error(
[all...]
/ast/src/cmd/builtin/
H A Dmime.c76 error(2, "%s", opt_info.arg);
79 error(ERROR_usage(2), "%s", opt_info.arg);
87 error(ERROR_usage(2), "%s", optusage(NiL));
92 error(ERROR_exit(1), "mime library error");
96 error(ERROR_exit(1), "mime load error");
101 error(ERROR_exit(1), "out of space");
107 error(ERROR_exit(1), "out of space");
112 error(ERROR_exi
[all...]
/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;
H A Dfsync.c32 #include <error.h>
H A Dlink.c32 #include <error.h>
/ast/src/cmd/std/
H A Dtsort.c42 #include <error.h>
73 error(1, "cycle in data");
82 error(2, " %s", hashname((Hash_bucket_t*)x));
105 error(ERROR_exit(1), "out of space [hash table]");
117 error(ERROR_exit(1), "out of space [hash entry]");
123 error(ERROR_exit(1), "out of space [hash list]");
135 error(ERROR_warn(1), "last line incomplete");
137 error(ERROR_exit(1), "odd data");
145 error(ERROR_exit(1), "hash error");
[all...]
H A Dmesg.c35 " associated with standard input, standard output and standard error,"
64 error(ERROR_exit(1),"cannot find terminal");
66 error(ERROR_system(1),"%s: cannot stat",tty);
76 error(ERROR_system(1),"%s: cannot stat",tty);
96 error(2, "%s", opt_info.arg);
99 error(ERROR_usage(2), "%s", opt_info.arg);
107 error(ERROR_usage(2), "%s", optusage(NiL));
/ast/src/lib/libast/misc/
H A Derrormsg.c27 * error function with specific dictionary
30 #include <error.h>
/ast/src/cmd/kshlib/dbm/
H A Ddbm.c27 #include <error.h>
61 "[+>0?An error occurred.]"
92 error(ERROR_USAGE|4, "%s", opt_info.arg);
95 error(2, "%s", opt_info.arg);
103 error(ERROR_USAGE|2, "%s", optusage(NiL));
118 error(3, "one or both of { --read --write } must be specified");
123 error(ERROR_SYSTEM|3, "%s: cannot open db", *argv);
129 error(2, "ndbm library required");
141 "[+>0?An error occurred.]"
156 error(ERROR_USAG
[all...]
/ast/src/cmd/mam/
H A Dmamtst.c33 #include <error.h>
68 error(ERROR_USAGE|4, opt_info.arg);
71 error(2, opt_info.arg);
74 if (error_info.errors) error(ERROR_USAGE|4, "%s", optusage(NiL));
76 error(3, "cannot initialize");
78 error(3, "invalid input");
/ast/src/cmd/cs/
H A Dcss.c55 #include <error.h>
102 error(ERROR_SYSTEM|3, "service termination exit");
111 error(ERROR_SYSTEM|3, "service termination exit");
139 error(3, "service quit exit");
161 error(ERROR_SYSTEM|3, "%s: interrupt exit", fmtsignal(arg));
164 error(2, "service dormant exit");
167 error(ERROR_SYSTEM|3, "poll error op=0x%08x arg=0x%08x", op, arg);
197 error(3, "%s: invalid timeout value", opt_info.arg);
201 error(ERROR_USAG
[all...]
/ast/src/cmd/dsslib/ip_t/
H A Dtestptv.c25 #include <error.h>
77 error(ERROR_USAGE|4, "%s", opt_info.arg);
80 error(2, "%s", opt_info.arg);
87 error(ERROR_USAGE|4, "%s", optusage(0));
89 error(ERROR_SYSTEM|3, "%s: cannot read prefix file", file);
91 error(3, "cannot open ptv table");
94 error(1, "%s: invalid prefix", s);
101 error(2, "%s: ptv insertion error", s);
114 error(ERROR_SYSTE
[all...]

Completed in 34 milliseconds

1234567891011>>