Home
last modified time | relevance | path

Searched refs:ERROR_system (Results 1 – 25 of 90) sorted by relevance

1234

/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dpoll_solaris.c261 errormsg(SH_DICT, ERROR_system(1), "%s: invalid timeout", opt_info.arg); in b_poll()
289 errormsg(SH_DICT, ERROR_system(1), "cannot find array variable %s", varname); in b_poll()
291 errormsg(SH_DICT, ERROR_system(1), "variable %s is not an array", varname); in b_poll()
326 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].fd", varname, subname); in b_poll()
329 errormsg(SH_DICT, ERROR_system(1), "invalid pollfd fd %d", fd); in b_poll()
335 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].events", varname, subname); in b_poll()
339 errormsg(SH_DICT, ERROR_system(1), "missing pollfd events value"); in b_poll()
351 errormsg(SH_DICT, ERROR_system(1), "failure"); in b_poll()
357 errormsg(SH_DICT, ERROR_system(1), "couldn't create poll count variable %s", eventarrayname); in b_poll()
371 errormsg(SH_DICT, ERROR_system(1), "couldn't create pollfd %s[%s].revents", varname, subname); in b_poll()
H A Dulimit.c143 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
147 errormsg(SH_DICT,ERROR_system(1),e_readonly,tp->name); in b_ulimit()
152 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
158 errormsg(SH_DICT,ERROR_system(1),e_overlimit,limit); in b_ulimit()
161 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
171 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
182 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
H A Dshiocmd_solaris.c548 errormsg(SH_DICT, ERROR_system(1), "%s: invalid mode", arg); in b_open()
574 errormsg(SH_DICT, ERROR_system(1), "%s: open failed", argv[1]); in b_open()
628 errormsg(SH_DICT, ERROR_system(1), "%s: invalid descriptor", argv[0]); in b_close()
633 errormsg(SH_DICT, ERROR_system(1), "%s: close error", argv[0]); in b_close()
692 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]); in b_tmpfile()
696 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]); in b_tmpfile()
768 errormsg(SH_DICT, ERROR_system(1), "%s: invalid fd", argv[1]); in b_dup()
772 errormsg(SH_DICT, ERROR_system(1), "%s: dup failed", argv[1]); in b_dup()
840 errormsg(SH_DICT, ERROR_system(1), "%s: stat failed", argv[1]); in b_stat()
845 errormsg(SH_DICT, ERROR_system(1), "%s: stat failed", argv[1]); in b_stat()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dpoll_solaris.c261 errormsg(SH_DICT, ERROR_system(1), "%s: invalid timeout", opt_info.arg); in b_poll()
289 errormsg(SH_DICT, ERROR_system(1), "cannot find array variable %s", varname); in b_poll()
291 errormsg(SH_DICT, ERROR_system(1), "variable %s is not an array", varname); in b_poll()
326 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].fd", varname, subname); in b_poll()
329 errormsg(SH_DICT, ERROR_system(1), "invalid pollfd fd %d", fd); in b_poll()
335 errormsg(SH_DICT, ERROR_system(1), "missing pollfd %s[%s].events", varname, subname); in b_poll()
339 errormsg(SH_DICT, ERROR_system(1), "missing pollfd events value"); in b_poll()
351 errormsg(SH_DICT, ERROR_system(1), "failure"); in b_poll()
357 errormsg(SH_DICT, ERROR_system(1), "couldn't create poll count variable %s", eventarrayname); in b_poll()
371 errormsg(SH_DICT, ERROR_system( in b_poll()
[all...]
H A Dulimit.c148 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
153 errormsg(SH_DICT,ERROR_system(1),e_readonly,tp->name); in b_ulimit()
158 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
164 errormsg(SH_DICT,ERROR_system(1),e_overlimit,limit); in b_ulimit()
167 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
177 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
188 errormsg(SH_DICT,ERROR_system(1),e_number,limit); in b_ulimit()
H A Dshiocmd_solaris.c548 errormsg(SH_DICT, ERROR_system(1), "%s: invalid mode", arg); in b_open()
574 errormsg(SH_DICT, ERROR_system(1), "%s: open failed", argv[1]); in b_open()
628 errormsg(SH_DICT, ERROR_system(1), "%s: invalid descriptor", argv[0]); in b_close()
633 errormsg(SH_DICT, ERROR_system(1), "%s: close error", argv[0]); in b_close()
692 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]); in b_tmpfile()
696 errormsg(SH_DICT, ERROR_system(1), "%s: tmpfile failed", argv[1]); in b_tmpfile()
768 errormsg(SH_DICT, ERROR_system(1), "%s: invalid fd", argv[1]); in b_dup()
772 errormsg(SH_DICT, ERROR_system(1), "%s: dup failed", argv[1]); in b_dup()
840 errormsg(SH_DICT, ERROR_system(1), "%s: stat failed", argv[1]); in b_stat()
845 errormsg(SH_DICT, ERROR_system( in b_stat()
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dchmod.c266 error(ERROR_system(1), "%s: not found", *argv); in b_chmod()
282 error(ERROR_system(0), "%s: cannot change symlink mode", ent->fts_path); in b_chmod()
302 error(ERROR_system(0), "%s: cannot change mode", ent->fts_path); in b_chmod()
310 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path); in b_chmod()
314 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path); in b_chmod()
318 error(ERROR_system(0), "%s: not found", ent->fts_path); in b_chmod()
H A Dmkdir.c132 error(ERROR_system(0), "%s:", path); in b_mkdir()
159 error(ERROR_system(0), "%s: cannot create intermediate directory", path); in b_mkdir()
176 error(ERROR_system(0), "%s: cannot stat", path); in b_mkdir()
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)); in b_mkdir()
H A Dpaste.c216 error(ERROR_system(1), "out of space"); in b_paste()
234 error(ERROR_system(1), "out of space"); in b_paste()
265 error(ERROR_system(0),"%s: cannot open",cp); in b_paste()
269 error(ERROR_system(0),"write failed"); in b_paste()
279 error(ERROR_system(0),"write failed"); in b_paste()
H A Dhead.c134 error(ERROR_system(0), "%s: cannot open", cp); in b_head()
143 error(ERROR_system(0), "%s: read error", cp); in b_head()
148 error(ERROR_system(0), "write error"); in b_head()
H A Dchgrp.c396 error(ERROR_system(1), "%s: not found", argv[1]); in b_chgrp()
412 error(ERROR_system(0), "%s: cannot change symlink owner/group", ent->fts_path); in b_chgrp()
477 error(ERROR_system(0), "%s: cannot change%s", ent->fts_path, s); in b_chgrp()
486 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path); in b_chgrp()
490 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path); in b_chgrp()
494 error(ERROR_system(0), "%s: not found", ent->fts_path); in b_chgrp()
H A Dtee.c183 error(ERROR_system(0), "%s: cannot create", cp); in b_tee()
199 error(ERROR_system(0), "read error"); in b_tee()
201 error(ERROR_system(0), "write error"); in b_tee()
H A Dcomm.c185 error(ERROR_system(1),"%s: cannot open",cp); in b_comm()
190 error(ERROR_system(1),"%s: cannot open",cp); in b_comm()
194 error(ERROR_system(1)," write error"); in b_comm()
H A Dtail.c279 error(ERROR_system(0), "%s: cannot open", tp->name); in init()
300 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
331 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
580 error(ERROR_system(0), "/dev/stdin: cannot stat"); in b_tail()
613 error(ERROR_system(1), "out of space"); in b_tail()
651 error(ERROR_system(0), "%s: cannot stat", fp->name); in b_tail()
718 error(ERROR_system(1), "write error"); in b_tail()
738 error(ERROR_system(0), "%s: cannot open", file); in b_tail()
H A Dcmp.c337 error(ERROR_system(0), "%s: cannot open", file1); in b_cmp()
345 error(ERROR_system(0), "%s: cannot open", file2); in b_cmp()
386 error(ERROR_system(0), "%s: cannot stat", file1); in b_cmp()
388 error(ERROR_system(0), "%s: cannot stat", file1); in b_cmp()
/titanic_51/usr/src/lib/libcmd/common/
H A Dchmod.c260 error(ERROR_system(1), "%s: not found", *argv); in b_chmod()
285 error(ERROR_system(0), "%s: cannot change mode", ent->fts_accpath); in b_chmod()
293 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath); in b_chmod()
297 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath); in b_chmod()
301 error(ERROR_system(0), "%s: not found", ent->fts_accpath); in b_chmod()
H A Dmkdir.c129 error(ERROR_system(0), "%s:", arg); in b_mkdir()
155 error(ERROR_system(0), "%s:", name); in b_mkdir()
164 error(ERROR_system(0), "%s: cannot stat", name); in b_mkdir()
169 …error(ERROR_system(0), "%s: cannot change mode from %s to %s", name, fmtperm(st.st_mode & (S_ISVTX… in b_mkdir()
H A Dhead.c134 error(ERROR_system(0), "%s: cannot open", cp); in b_head()
143 error(ERROR_system(0), "%s: read error", cp); in b_head()
148 error(ERROR_system(0), "write error"); in b_head()
H A Dpaste.c226 error(ERROR_system(1), "out of space"); in b_paste()
256 error(ERROR_system(0),"%s: cannot open",cp); in b_paste()
260 error(ERROR_system(0),"write failed"); in b_paste()
270 error(ERROR_system(0),"write failed"); in b_paste()
H A Dcmp.c229 error(ERROR_system(0), "%s: cannot open", file1); in b_cmp()
237 error(ERROR_system(0), "%s: cannot open", file2); in b_cmp()
278 error(ERROR_system(0), "%s: cannot stat", file1); in b_cmp()
280 error(ERROR_system(0), "%s: cannot stat", file1); in b_cmp()
H A Dtee.c181 error(ERROR_system(0), "%s: cannot create", cp); in b_tee()
197 error(ERROR_system(0), "read error"); in b_tee()
199 error(ERROR_system(0), "write error"); in b_tee()
H A Dcomm.c182 error(ERROR_system(1),"%s: cannot open",cp); in b_comm()
187 error(ERROR_system(1),"%s: cannot open",cp); in b_comm()
191 error(ERROR_system(1)," write error"); in b_comm()
H A Dtail.c281 error(ERROR_system(0), "%s: cannot open", tp->name); in init()
302 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
333 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
581 error(ERROR_system(0), "/dev/stdin: cannot stat"); in b_tail()
614 error(ERROR_system(1), "out of space"); in b_tail()
647 error(ERROR_system(0), "%s: cannot stat", fp->name); in b_tail()
710 error(ERROR_system(1), "write error"); in b_tail()
726 error(ERROR_system(0), "%s: cannot open", file); in b_tail()
H A Dchgrp.c382 error(ERROR_system(1), "%s: not found", argv[1]); in b_chgrp()
455 error(ERROR_system(0), "%s: cannot change%s", ent->fts_accpath, s); in b_chgrp()
464 error(ERROR_system(0), "%s: cannot read directory", ent->fts_accpath); in b_chgrp()
468 error(ERROR_system(0), "%s: cannot search directory", ent->fts_accpath); in b_chgrp()
472 error(ERROR_system(0), "%s: not found", ent->fts_accpath); in b_chgrp()
H A Drev.c145 error(ERROR_system(0),"%s: cannot open",cp); in b_rev()
156 error(ERROR_system(1),"write failed"); in b_rev()

1234