Searched refs:ERROR_system (Results 1 - 25 of 52) sorted by relevance

123

/osnet-11/usr/src/lib/libcmd/common/
H A Dhead.c134 error(ERROR_system(0), "%s: cannot open", cp);
143 error(ERROR_system(0), "%s: read error", cp);
148 error(ERROR_system(0), "write error");
H A Dmkdir.c132 error(ERROR_system(0), "%s:", path);
159 error(ERROR_system(0), "%s: cannot create intermediate directory", path);
176 error(ERROR_system(0), "%s: cannot stat", path);
181 error(ERROR_system(0), "%s: cannot change mode from %s to %s", path, fmtperm(st.st_mode & (S_ISVTX|S_ISUID|S_ISGID)), fmtperm(mode));
H A Dchmod.c260 error(ERROR_system(1), "%s: not found", *argv);
285 error(ERROR_system(0), "%s: cannot change mode", ent->fts_path);
293 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path);
297 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path);
301 error(ERROR_system(0), "%s: not found", ent->fts_path);
H A Drev.c149 error(ERROR_system(0),"%s: cannot open",cp);
160 error(ERROR_system(1),"write failed");
H A Dpaste.c216 error(ERROR_system(1), "out of space");
234 error(ERROR_system(1), "out of space");
265 error(ERROR_system(0),"%s: cannot open",cp);
269 error(ERROR_system(0),"write failed");
279 error(ERROR_system(0),"write failed");
H A Dcomm.c185 error(ERROR_system(1),"%s: cannot open",cp);
190 error(ERROR_system(1),"%s: cannot open",cp);
194 error(ERROR_system(1)," write error");
H A Dtee.c183 error(ERROR_system(0), "%s: cannot create", cp);
199 error(ERROR_system(0), "read error");
201 error(ERROR_system(0), "write error");
H A Dasa.c137 error(ERROR_system(0), "%s: cannot open", cp);
H A Dmkfifo.c92 error(ERROR_system(0), "%s:", arg);
H A Dreadlink.c100 error(ERROR_system(1),"%s: readlink failed", filename);
H A Drmdir.c112 error(ERROR_system(0), "%s: cannot remove", dir);
H A Dstrings.c261 error(ERROR_system(0), "%s: cannot open", cp);
267 error(ERROR_system(0), "%s: failed", cp);
H A Dtail.c279 error(ERROR_system(0), "%s: cannot open", tp->name);
300 error(ERROR_system(0), "%s: cannot stat", tp->name);
331 error(ERROR_system(0), "%s: cannot stat", tp->name);
579 error(ERROR_system(0), "/dev/stdin: cannot stat");
612 error(ERROR_system(1), "out of space");
645 error(ERROR_system(0), "%s: cannot stat", fp->name);
708 error(ERROR_system(1), "write error");
724 error(ERROR_system(0), "%s: cannot open", file);
H A Dcmp.c337 error(ERROR_system(0), "%s: cannot open", file1);
345 error(ERROR_system(0), "%s: cannot open", file2);
386 error(ERROR_system(0), "%s: cannot stat", file1);
388 error(ERROR_system(0), "%s: cannot stat", file1);
H A Dchgrp.c401 error(ERROR_system(1), "%s: not found", argv[1]);
474 error(ERROR_system(0), "%s: cannot change%s", ent->fts_path, s);
483 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path);
487 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path);
491 error(ERROR_system(0), "%s: not found", ent->fts_path);
H A Dcat.c528 error(ERROR_system(0), "%s: cannot open", cp);
545 error(ERROR_system(0), "%s: read error", cp);
547 error(ERROR_system(0), "read error");
553 error(ERROR_system(0), "write error");
H A Dcksum.c593 error(ERROR_system(1), "%s: not found", *argv);
614 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path);
617 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path);
620 error(ERROR_system(0), "%s: not found", ent->fts_path);
H A Dwc.c160 error(ERROR_system(0),"%s: cannot open",cp);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c261 errormsg(SH_DICT, ERROR_system(1), "%s: invalid timeout", opt_info.arg);
289 errormsg(SH_DICT, ERROR_system(1), "cannot find array variable %s", varname);
291 errormsg(SH_DICT, ERROR_system(1), "variable %s is not an array", varname);
326 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].fd", varname, subname);
329 errormsg(SH_DICT, ERROR_system(1), "invalid pollfd fd %d", fd);
335 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].events", varname, subname);
339 errormsg(SH_DICT, ERROR_system(1), "missing pollfd events value");
351 errormsg(SH_DICT, ERROR_system(1), "failure");
357 errormsg(SH_DICT, ERROR_system(1), "couldn't create poll count variable %s", eventarrayname);
371 errormsg(SH_DICT, ERROR_system(
[all...]
H A Dulimit.c143 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
147 errormsg(SH_DICT,ERROR_system(1),e_readonly,tp->name);
152 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
158 errormsg(SH_DICT,ERROR_system(1),e_overlimit,limit);
161 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
171 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
182 errormsg(SH_DICT,ERROR_system(1),e_number,limit);
H A Dshiocmd_solaris.c548 errormsg(SH_DICT, ERROR_system(1), "%s: invalid mode", arg);
574 errormsg(SH_DICT, ERROR_system(1), "%s: open failed", argv[1]);
628 errormsg(SH_DICT, ERROR_system(1), "%s: invalid descriptor", argv[0]);
633 errormsg(SH_DICT, ERROR_system(1), "%s: close error", argv[0]);
692 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]);
696 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]);
768 errormsg(SH_DICT, ERROR_system(1), "%s: invalid fd", argv[1]);
772 errormsg(SH_DICT, ERROR_system(1), "%s: dup failed", argv[1]);
840 errormsg(SH_DICT, ERROR_system(1), "%s: stat failed", argv[1]);
845 errormsg(SH_DICT, ERROR_system(
[all...]
H A Dcd_pwd.c173 errormsg(SH_DICT,ERROR_system(1),"%s:",dir);
184 errormsg(SH_DICT,ERROR_system(1),"%s:",dir);
237 errormsg(SH_DICT,ERROR_system(1), e_pwd);
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen);
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dshcomp.c114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp);
148 errormsg(SH_DICT,ERROR_system(1),"I/O error");
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h45 #define ERROR_system(n) (((n)+ERROR_ERROR)|ERROR_SYSTEM) macro

Completed in 33 milliseconds

123