Home
last modified time | relevance | path

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

12

/illumos-gate/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(1), "couldn't create pollfd %s[%s].revents", varname, subname); in b_poll()
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()
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()
900 errormsg(SH_DICT, ERROR_system(1), "%s: invalid fd", argv[0]); in b_rewind()
[all …]
H A Dcd_pwd.c181 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
192 errormsg(SH_DICT,ERROR_system(1),"%s:",dir); in b_cd()
241 errormsg(SH_DICT,ERROR_system(1), e_pwd); in b_pwd()
H A Dhist.c60 errormsg(SH_DICT,ERROR_system(1),e_histopen); in b_hist()
195 errormsg(SH_DICT,ERROR_system(1),e_create,fname); in b_hist()
/illumos-gate/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 Dhead.c135 error(ERROR_system(0), "%s: cannot open", cp); in b_head()
144 error(ERROR_system(0), "%s: skip error", cp); in b_head()
150 error(ERROR_system(0), "%s: read error", cp); in b_head()
156 error(ERROR_system(0), "write error"); in b_head()
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… 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 Dchgrp.c402 error(ERROR_system(1), "%s: not found", argv[1]); in b_chgrp()
418 error(ERROR_system(0), "%s: cannot change symlink owner/group", ent->fts_path); in b_chgrp()
483 error(ERROR_system(0), "%s: cannot change%s", ent->fts_path, s); in b_chgrp()
492 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path); in b_chgrp()
496 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path); in b_chgrp()
500 error(ERROR_system(0), "%s: not found", ent->fts_path); in b_chgrp()
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 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 Dtail.c291 error(ERROR_system(0), "%s: cannot open", tp->name); in init()
313 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
344 error(ERROR_system(0), "%s: cannot stat", tp->name); in init()
594 error(ERROR_system(0), "/dev/stdin: cannot stat"); in b_tail()
627 error(ERROR_system(1), "out of space"); in b_tail()
665 error(ERROR_system(0), "%s: cannot stat", fp->name); in b_tail()
734 error(ERROR_system(1), "write error"); in b_tail()
754 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()
H A Drev.c153 error(ERROR_system(0),"%s: cannot open",cp); in b_rev()
164 error(ERROR_system(1),"write failed"); in b_rev()
H A Dcat.c528 error(ERROR_system(0), "%s: cannot open", cp); in b_cat()
545 error(ERROR_system(0), "%s: read error", cp); in b_cat()
547 error(ERROR_system(0), "read error"); in b_cat()
553 error(ERROR_system(0), "write error"); in b_cat()
H A Dcksum.c593 error(ERROR_system(1), "%s: not found", *argv); in b_cksum()
614 error(ERROR_system(0), "%s: cannot read directory", ent->fts_path); in b_cksum()
617 error(ERROR_system(0), "%s: cannot search directory", ent->fts_path); in b_cksum()
620 error(ERROR_system(0), "%s: not found", ent->fts_path); in b_cksum()
H A Duniq.c318 error(ERROR_system(1),"%s: cannot open",cp); in b_uniq()
326 error(ERROR_system(1),"%s: cannot create",cp); in b_uniq()
H A Dmkfifo.c92 error(ERROR_system(0), "%s:", arg); in b_mkfifo()
H A Drmdir.c112 error(ERROR_system(0), "%s: cannot remove", dir); in b_rmdir()
H A Dstty.c700 error(ERROR_system(1),"cannot set %s",tp->name); in set()
709 error(ERROR_system(1),"%d: invalid number of %s",argv[-1],tp->name); in set()
715 error(ERROR_system(1),"cannot set %s",tp->name); in set()
956 error(ERROR_system(1), "not a tty"); in b_stty()
966 error(ERROR_system(1), "cannot set tty"); in b_stty()
H A Djoin.c827 error(ERROR_system(1),"out of space"); in b_join()
948 error(ERROR_system(1),"%s: cannot open",cp); in b_join()
965 error(ERROR_system(1),"%s: cannot open",cp); in b_join()
978 error(ERROR_system(1),"write error"); in b_join()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c114 errormsg(SH_DICT,ERROR_system(1),"%s: cannot create",cp); in main()
148 errormsg(SH_DICT,ERROR_system(1),"I/O error"); in main()
H A Dio.c606 errormsg(SH_DICT,ERROR_system(1),e_toomany); in io_preserve()
667 errormsg(SH_DICT,ERROR_system(1),e_file+4); in sh_iorenumber()
869 errormsg(SH_DICT,ERROR_system(1),e_open,name); in sh_chkopen()
900 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_pipe()
923 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_rpipe()
941 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_coaccept()
966 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_copipe()
978 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_copipe()
1242 errormsg(SH_DICT,ERROR_system(1),e_file+4); in sh_redirect()
1722 errormsg(SH_DICT,ERROR_system(1),e_toomany); in sh_iosave()
[all …]
H A Dsubshell.c133 errormsg(SH_DICT,ERROR_system(1),e_toomany); in sh_subtmpfile()
150 errormsg(SH_DICT,ERROR_system(1),e_file+4); in sh_subtmpfile()
614 errormsg(SH_DICT,ERROR_system(1),e_tmpcreate); in sh_subshell()
686 errormsg(SH_DICT,ERROR_system(1),e_toomany); in sh_subshell()
829 errormsg(SH_DICT,ERROR_system(1),e_redirect); in sh_subshell()

12