/ast/src/cmd/3d/ |
H A D | license.c | 51 error(ERROR_SYSTEM|2, "%s: cannot connect to server", service); 58 error(ERROR_SYSTEM|2, "%s: cannot write to server", service); 64 error(ERROR_SYSTEM|2, "%s: cannot read from server", service); 70 error(ERROR_SYSTEM|2, "%s: cannot connect to %s", service, svc); 77 error(ERROR_SYSTEM|2, "%s: cannot write to service", svc);
|
/ast/src/cmd/pax/ |
H A D | nocom.c | 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/disc/ |
H A D | memfatal.c | 57 error(ERROR_SYSTEM|3, "invalid pointer %p passed to free or realloc", obj); 62 error(ERROR_SYSTEM|3, "storage allocator out of space on %lu byte request ( region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu )", (size_t)obj, st.extent, st.n_seg, st.n_busy, st.s_busy, st.m_busy, st.n_free, st.s_free, st.m_free);
|
/ast/src/cmd/pzip/ |
H A D | funzip.c | 81 error(ERROR_SYSTEM|3, "%s: cannot read", file); 87 error(ERROR_SYSTEM|3, "sfdcgzip io error");
|
H A D | pzip.c | 218 error(ERROR_SYSTEM|3, "out of space"); 321 error(ERROR_SYSTEM|3, "out of space"); 335 error(ERROR_SYSTEM|3, "sfdcpzip io error"); 360 error(ERROR_SYSTEM|3, "out of space [buf]"); 365 error(ERROR_SYSTEM|3, "%s: read error", pz->path);
|
H A D | pop.c | 158 error(ERROR_SYSTEM|2, "read error"); 198 error(ERROR_SYSTEM|3, "out of space"); 225 error(ERROR_SYSTEM|3, "write error"); 248 error(ERROR_SYSTEM|3, "%s: cannot read format file", format); 250 error(ERROR_SYSTEM|3, "out of space"); 252 error(ERROR_SYSTEM|3, "out of space"); 278 error(ERROR_SYSTEM|3, "out of space"); 296 error(ERROR_SYSTEM|3, "out of space"); 368 error(ERROR_SYSTEM|3, "out of space"); 412 error(ERROR_SYSTEM| [all...] |
H A D | rectify.c | 301 error(ERROR_SYSTEM|3, "loop seek error to %I*d", sizeof(loop[nest].offset), loop[nest].offset); 316 error(ERROR_SYSTEM|3, "%s: cannot read %ld bytes at %I*d", file, size, sizeof(offset), offset); 320 error(ERROR_SYSTEM|3, "%s: cannot seek %ld bytes at %I*d", file, size, sizeof(offset), offset); 328 error(ERROR_SYSTEM|3, "%s: cannot seek %ld bytes at %I*d", file, size, sizeof(offset), offset); 343 error(ERROR_SYSTEM|3, "%s: cannot seek %I*d bytes at %I*d", file, sizeof(skip), skip, sizeof(offset), offset); 358 error(ERROR_SYSTEM|3, "cannot read %ld bytes at %I*d", size, sizeof(offset), offset); 364 error(ERROR_SYSTEM|3, "%s: cannot seek %I*d bytes at %I*d", file, sizeof(skip), skip, sizeof(offset), offset); 371 error(ERROR_SYSTEM|3, "cannot read %ld bytes at %I*d", size, sizeof(offset), offset); 380 error(ERROR_SYSTEM|3, "%s: cannot seek %I*d bytes at %I*d", file, sizeof(skip), skip, sizeof(offset), offset); 416 error(ERROR_SYSTEM| [all...] |
H A D | r2c.c | 77 error(ERROR_SYSTEM|2, "write error"); 128 error(ERROR_SYSTEM|3, "out of space [column]"); 153 error(ERROR_SYSTEM|2, "%s: column write error"); 233 error(ERROR_SYSTEM|2, "%s: cannot read", file);
|
/ast/src/cmd/cs/ |
H A D | css.c | 102 error(ERROR_SYSTEM|3, "service termination exit"); 111 error(ERROR_SYSTEM|3, "service termination exit"); 161 error(ERROR_SYSTEM|3, "%s: interrupt exit", fmtsignal(arg)); 167 error(ERROR_SYSTEM|3, "poll error op=0x%08x arg=0x%08x", op, arg); 213 error(ERROR_SYSTEM|3, "out of space [tmp stream]"); 215 error(ERROR_SYSTEM|3, "%s: cannot execute", argv[1]); 219 error(ERROR_SYSTEM|3, "%s: cannot poll output", argv[1]); 221 error(ERROR_SYSTEM|3, "out of space");
|
/ast/src/lib/libast/uwin/ |
H A D | err.c | 70 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); 78 errmsg(ERROR_ERROR|ERROR_SYSTEM, code, fmt, ap); 98 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap); 106 errmsg(ERROR_WARNING|ERROR_SYSTEM, 0, fmt, ap);
|
/ast/src/cmd/probe/ |
H A D | probe.c | 259 error(ERROR_SYSTEM|2, "%s: cannot read", path); 397 error(ERROR_SYSTEM|3, "%s: not found", path); 405 error(ERROR_SYSTEM|3, "%s: not found", path); 413 error(ERROR_SYSTEM|3, "%s: not found", path); 417 error(ERROR_SYSTEM|3, "out of space"); 457 error(ERROR_SYSTEM|3, "%s: cannot delete", path); 479 error(ERROR_SYSTEM|3, "out of space"); 500 error(ERROR_SYSTEM|3, "%s: cannot create directory", path); 507 error(ERROR_SYSTEM|3, "out of space"); 514 error(ERROR_SYSTEM| [all...] |
/ast/src/cmd/at/ |
H A D | at.c | 273 error(ERROR_SYSTEM|3, "out of space [message]"); 320 error(ERROR_SYSTEM|3, "%s: cannot read", file); 330 error(ERROR_SYSTEM|3, "out of space [time]"); 346 error(ERROR_SYSTEM|3, "out of space"); 397 error(ERROR_SYSTEM|3, "cannot generate initialization script"); 426 error(ERROR_SYSTEM|3, "out of space"); 432 error(ERROR_SYSTEM|3, "%s: cannot open service", service); 434 error(ERROR_SYSTEM|3, "%s: service write error", service); 437 error(ERROR_SYSTEM|3, "write error"); 439 error(ERROR_SYSTEM| [all...] |
H A D | atx.c | 98 error(ERROR_SYSTEM|3, "%s %s group denied (gid=%u egid=%u => gid=%d)", argv[2], error_info.id, getgid(), getegid(), gid); 100 error(ERROR_SYSTEM|3, "%s %s user denied (uid=%u euid=%u => uid=%d)", argv[2], error_info.id, getuid(), geteuid(), uid); 104 error(ERROR_SYSTEM|3, "%s: exec failed", argv[2]);
|
/ast/src/cmd/msgcc/ |
H A D | msggen.c | 162 error(ERROR_SYSTEM|3, "out of space [translation]"); 169 error(ERROR_SYSTEM|3, "out of space [translation]"); 272 error(ERROR_SYSTEM|3, "%s: cannot read catalog", catfile); 274 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); 358 error(ERROR_SYSTEM|3, "out of space [string stream]"); 360 error(ERROR_SYSTEM|3, "%s: cannot read message file", msgfile); 363 error(ERROR_SYSTEM|3, "%s: catalog content error", catfile); 437 error(ERROR_SYSTEM|3, "out of space"); 503 error(ERROR_SYSTEM|3, "out of space"); 512 error(ERROR_SYSTEM| [all...] |
/ast/src/lib/libast/astsa/ |
H A D | error.h | 51 #define ERROR_SYSTEM 0x0100 /* report system errno message */ macro
|
/ast/src/lib/libcmd/ |
H A D | cp.c | 211 error(ERROR_SYSTEM|2, "%s: cannot reset access and modify times", path); 219 error(ERROR_SYSTEM|2, "%s: cannot reset group to %s", path, fmtgid(os->st_gid)); 222 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s", path, fmtuid(os->st_uid)); 225 error(ERROR_SYSTEM|2, "%s: cannot reset owner to %s and group to %s", path, fmtuid(os->st_uid), fmtgid(os->st_gid)); 295 error(ERROR_SYSTEM|3, "out of space"); 314 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); 334 error(ERROR_SYSTEM|2, "%s: cannot stat", state->path); 338 error(ERROR_SYSTEM|2, "%s: cannot reset directory mode to %s", state->path, fmtmode(st.st_mode & S_IPERM, 0) + 1); 381 error(ERROR_SYSTEM|2, "%s: cannot create directory -- %s ignored", state->path, ent->fts_path); 536 error(ERROR_SYSTEM| [all...] |
/ast/src/lib/libpz/ |
H A D | pzinflate.c | 55 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "write error"); local 89 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "%s: cannot inflate -- not open for read", pz->path); local 171 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "%s: data corrupted", pz->path); local 192 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "%s: data corrupted", pz->path); local 204 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "%s: data corrupted", pz->path); local 211 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "%s: data corrupted", pz->path); local 235 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "write error"); local 243 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "write error"); local
|
H A D | pzsync.c | 109 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "hi frequency write error"); local 135 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "lo frequency value write error"); local 142 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "lo frequency code write error"); local 149 (*pz->disc->errorf)(pz, pz->disc, ERROR_SYSTEM|2, "write error"); local
|
/ast/src/lib/libcs/ |
H A D | csclient.c | 79 error(ERROR_SYSTEM|3, "%s: cannot open connect stream", service); 134 error(ERROR_SYSTEM|3, "out of space"); 151 error(ERROR_SYSTEM|3, "/dev/fd/%d: read error", fds[i].fd); 170 error(ERROR_SYSTEM|3, "/dev/fd/%d: write error", sdf[i]); 190 error(ERROR_SYSTEM|3, "/dev/fd/%d: write error", sdf[i]);
|
/ast/src/cmd/codex/ |
H A D | codex.c | 231 error(ERROR_SYSTEM|3, "%s: cannot read", opt_info.arg); 235 error(ERROR_SYSTEM|3, "%s: read error", opt_info.arg); 242 error(ERROR_SYSTEM|3, "read error"); 285 error(ERROR_SYSTEM|2, "read error"); 289 error(ERROR_SYSTEM|2, "write error");
|
/ast/src/cmd/dsslib/sort/ |
H A D | sort.c | 125 (*state->cx->disc->errorf)(state->cx, disc, ERROR_SYSTEM|2, "uniq record process error"); local 156 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "out of space"); 254 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "uniq key error"); 260 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "uniq initialization error"); 267 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "sort key error"); 283 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "sort initialization error"); 327 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "sort record process error"); 343 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "sort output error"); 350 (*disc->errorf)(cx, disc, ERROR_SYSTEM|2, "sort close error"); 356 (*disc->errorf)(cx, disc, ERROR_SYSTEM| [all...] |
/ast/src/cmd/std/ |
H A D | mount.c | 219 error(ERROR_SYSTEM|3, "out of space [match table]"); 239 error(ERROR_SYSTEM|3, "out of space [match entry]"); 303 error(ERROR_SYSTEM|2, "%s: cannot unmount", mnt->fs); 311 error(ERROR_SYSTEM|2, "%s: cannot mount", mnt->fs); 336 error(ERROR_SYSTEM|3, "out of space [tmp string stream]"); 413 error(ERROR_SYSTEM|3, "one argument expected"); 417 error(ERROR_SYSTEM|3, "%s: cannot open fs table", state.mtab); 419 error(ERROR_SYSTEM|3, "cannot open default mount table"); 422 error(ERROR_SYSTEM|3, "out of space [option string]");
|
/ast/src/lib/libardir/ |
H A D | testar.c | 55 error(ERROR_SYSTEM|2, "%s: not an archive", file);
|
/ast/src/lib/libdss/ |
H A D | dssmagic.c | 54 (*dss->disc->errorf)(dss, dss->disc, ERROR_SYSTEM|2, "magic header write error"); local
|
/ast/src/cmd/ss/ |
H A D | ssd.c | 312 error(ERROR_SYSTEM|3, "cannot locate daemon executable"); 316 error(ERROR_SYSTEM|3, "%s: stat error", buf); 320 error(ERROR_SYSTEM|3, "%s: chdir error", buf); 370 error(ERROR_SYSTEM|3, "%s: cannot update", data); 374 error(ERROR_SYSTEM|3, "%s: cannot read", usrfiles[0]); 381 error(ERROR_SYSTEM|3, "cannot dive into background"); 399 error(ERROR_SYSTEM|3, "/: chdir error"); 410 error(ERROR_SYSTEM|3, "/: cannot read"); 430 error(ERROR_SYSTEM|3, "%s: chdir error", buf); 473 error(ERROR_SYSTEM| [all...] |