Home
last modified time | relevance | path

Searched refs:ERROR_exit (Results 1 – 25 of 102) sorted by relevance

12345

/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dexpr.c196 error(ERROR_exit(2), "argument expected"); in getnode()
204 error(ERROR_exit(2), "string argument expected"); in getnode()
206 error(ERROR_exit(2), "chars argument expected"); in getnode()
216 error(ERROR_exit(2), "string argument expected"); in getnode()
226 error(ERROR_exit(2), "pattern argument expected"); in getnode()
233 error(ERROR_exit(2), "string argument expected"); in getnode()
239 error(ERROR_exit(2), "string argument expected"); in getnode()
241 error(ERROR_exit(2), "position argument expected"); in getnode()
246 error(ERROR_exit(2), "length argument expected"); in getnode()
270 error(ERROR_exit( in getnode()
[all...]
H A Dcmp.c172 error(ERROR_exit(2), in cmp()
179 error(ERROR_exit(1), "EOF on %s", file1); in cmp()
182 error(ERROR_exit(2), in cmp()
197 error(ERROR_exit(2), in cmp()
201 error(ERROR_exit(1), "EOF on %s", file2); in cmp()
353 error(ERROR_exit(0), "%s: %s: invalid skip", file1, s); in b_cmp()
361 error(ERROR_exit(0), "%s: %s: invalid skip", file2, s); in b_cmp()
374 error(ERROR_exit(0), "EOF on %s", file1); in b_cmp()
381 error(ERROR_exit(0), "EOF on %s", file2); in b_cmp()
H A Dchgrp.c186 error(ERROR_exit(1), "%s: unknown user", s); in getids()
206 error(ERROR_exit(1), "%s: unknown group", s); in getids()
271 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chgrp()
289 error(ERROR_exit(1), "out of space [id map]"); in b_chgrp()
299 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chgrp()
354 error(ERROR_exit(1), "%s: cannot read", s); in b_chgrp()
361 error(ERROR_exit(1), "out of space [id dictionary]"); in b_chgrp()
H A Dchmod.c209 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chmod()
259 error(ERROR_exit(1), "%s: invalid mode", amode); in b_chmod()
H A Dcut.c141 error(ERROR_exit(1), "out of space"); in cutinit()
175 error(ERROR_exit(1),"invalid range for c/f option"); in cutinit()
233 error(ERROR_exit(1),"bad list for c/f option"); in cutinit()
240 error(ERROR_exit(1),"bad list for c/f option"); in cutinit()
/titanic_51/usr/src/lib/libcmd/common/
H A Dexpr.c196 error(ERROR_exit(2), "argument expected"); in getnode()
204 error(ERROR_exit(2), "string argument expected"); in getnode()
206 error(ERROR_exit(2), "chars argument expected"); in getnode()
216 error(ERROR_exit(2), "string argument expected"); in getnode()
226 error(ERROR_exit(2), "pattern argument expected"); in getnode()
233 error(ERROR_exit(2), "string argument expected"); in getnode()
239 error(ERROR_exit(2), "string argument expected"); in getnode()
241 error(ERROR_exit(2), "position argument expected"); in getnode()
246 error(ERROR_exit(2), "length argument expected"); in getnode()
270 error(ERROR_exit(2),"closing parenthesis missing"); in getnode()
[all …]
H A Dcmp.c122 error(ERROR_exit(1), "EOF on %s", file1); in cmp()
133 error(ERROR_exit(1), "EOF on %s", file2); in cmp()
245 error(ERROR_exit(0), "%s: %s: invalid skip", file1, s); in b_cmp()
253 error(ERROR_exit(0), "%s: %s: invalid skip", file2, s); in b_cmp()
266 error(ERROR_exit(0), "EOF on %s", file1); in b_cmp()
273 error(ERROR_exit(0), "EOF on %s", file2); in b_cmp()
H A Dchgrp.c188 error(ERROR_exit(1), "%s: unknown user", s); in getids()
206 error(ERROR_exit(1), "%s: unknown group", s); in getids()
266 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chgrp()
284 error(ERROR_exit(1), "out of space [id map]"); in b_chgrp()
291 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chgrp()
340 error(ERROR_exit(1), "%s: cannot read", s); in b_chgrp()
347 error(ERROR_exit(1), "out of space [id dictionary]"); in b_chgrp()
H A Dchmod.c204 error(ERROR_exit(1), "%s: cannot stat", opt_info.arg); in b_chmod()
248 error(ERROR_exit(1), "%s: invalid mode", amode); in b_chmod()
H A Dcut.c143 error(ERROR_exit(1), "out of space"); in cutinit()
177 error(ERROR_exit(1),"invalid range for c/f option"); in cutinit()
235 error(ERROR_exit(1),"bad list for c/f option"); in cutinit()
242 error(ERROR_exit(1),"bad list for c/f option"); in cutinit()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c150 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
177 errormsg(SH_DICT,ERROR_exit(1),e_badrange,range[0],range[1]); in b_hist()
179 errormsg(SH_DICT,ERROR_exit(1),e_eneedsarg); in b_hist()
193 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
222 errormsg(SH_DICT,ERROR_exit(1),"ed not found set FCEDIT"); in b_hist()
271 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
309 errormsg(SH_DICT,ERROR_exit(1),e_subst,command); in hist_subst()
H A Dmisc.c113 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[0]); in B_login()
235 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script); in b_dot_cmd()
251 errormsg(SH_DICT,ERROR_exit(1),e_found,script); in b_dot_cmd()
362 errormsg(SH_DICT,ERROR_exit(1),e_number,arg); in b_shift()
420 errormsg(SH_DICT,ERROR_exit(1),e_no_jctl); in b_bg()
426 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_bg()
458 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_jobs()
490 errormsg(SH_DICT,ERROR_exit(1), e_badname,arg); in b_universe()
495 errormsg(SH_DICT,ERROR_exit(1),e_nouniverse); in b_universe()
589 errormsg(SH_DICT,ERROR_exit( in b_vpath()
[all...]
H A Dumask.c71 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_umask()
82 errormsg(SH_DICT,ERROR_exit(1),e_format,mask); in b_umask()
H A Dtest.c123 errormsg(SH_DICT,ERROR_exit(2),e_missing,"']'"); in b_test()
161 errormsg(SH_DICT,ERROR_exit(2),e_badop,cp); in b_test()
231 errormsg(SH_DICT,ERROR_exit(2),e_badsyntax); in expr()
245 errormsg(SH_DICT,ERROR_exit(2),e_argument); in nxtarg()
264 errormsg(SH_DICT,ERROR_exit(2),e_missing,"')'"); in e3()
292 errormsg(SH_DICT,ERROR_exit(2),e_argument); in e3()
307 errormsg(SH_DICT,ERROR_exit(2),e_badop,binop); in e3()
458 errormsg(SH_DICT,ERROR_exit(2),e_badop,a); in test_unop()
H A Dsleep.c95 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_sleep()
101 errormsg(SH_DICT,ERROR_exit(1),e_oneoperand); in b_sleep()
104 errormsg(SH_DICT,ERROR_exit(1),e_oneoperand); in b_sleep()
H A Dtypeset.c76 errormsg(SH_DICT,ERROR_exit(1),"%s: type not loadable",name); in load_class()
194 errormsg(SH_DICT, ERROR_exit(1), e_option, argv[1]); in b_alias()
292 errormsg(SH_DICT,ERROR_exit(1), e_badfield, tdata.argnum); in b_typeset()
303 errormsg(SH_DICT, ERROR_exit(1),e_unknownmap, tdata.wctname); in b_typeset()
394 errormsg(SH_DICT,ERROR_exit(2),"option argument cannot be greater than %d",SHRT_MAX); in b_typeset()
441 errormsg(SH_DICT,ERROR_exit(1),"%s: unknown type",tdata.prefix); in b_typeset()
457 errormsg(SH_DICT,ERROR_exit(1),e_nounattr); in b_typeset()
574 errormsg(SH_DICT,ERROR_exit(1),e_badfun,name); in setall()
647 errormsg(SH_DICT,ERROR_exit(1),e_typecompat,nv_name(np)); in setall()
655 errormsg(SH_DICT,ERROR_exit( in setall()
[all...]
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dmisc.c113 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[0]); in B_login()
234 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,script); in b_dot_cmd()
250 errormsg(SH_DICT,ERROR_exit(1),e_found,script); in b_dot_cmd()
361 errormsg(SH_DICT,ERROR_exit(1),e_number,arg); in b_shift()
419 errormsg(SH_DICT,ERROR_exit(1),e_no_jctl); in b_bg()
425 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_bg()
457 errormsg(SH_DICT,ERROR_exit(1),e_no_job); in b_jobs()
489 errormsg(SH_DICT,ERROR_exit(1), e_badname,arg); in b_universe()
494 errormsg(SH_DICT,ERROR_exit(1),e_nouniverse); in b_universe()
586 errormsg(SH_DICT,ERROR_exit(1),e_cantset,flag==2?e_mapping:e_versions); in b_vpath()
[all …]
H A Dhist.c149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
176 errormsg(SH_DICT,ERROR_exit(1),e_badrange,range[0],range[1]); in b_hist()
178 errormsg(SH_DICT,ERROR_exit(1),e_eneedsarg); in b_hist()
192 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
266 errormsg(SH_DICT,ERROR_exit(1),e_toodeep,"history"); in b_hist()
304 errormsg(SH_DICT,ERROR_exit(1),e_subst,command); in hist_subst()
H A Dtest.c122 errormsg(SH_DICT,ERROR_exit(2),e_missing,"']'"); in b_test()
158 errormsg(SH_DICT,ERROR_exit(2),e_badop,cp); in b_test()
228 errormsg(SH_DICT,ERROR_exit(2),e_badsyntax); in expr()
242 errormsg(SH_DICT,ERROR_exit(2),e_argument); in nxtarg()
261 errormsg(SH_DICT,ERROR_exit(2),e_missing,"')'"); in e3()
289 errormsg(SH_DICT,ERROR_exit(2),e_argument); in e3()
304 errormsg(SH_DICT,ERROR_exit(2),e_badop,binop); in e3()
452 errormsg(SH_DICT,ERROR_exit(2),e_badop,a); in test_unop()
H A Dsleep.c86 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_sleep()
91 errormsg(SH_DICT,ERROR_exit(1),e_oneoperand); in b_sleep()
94 errormsg(SH_DICT,ERROR_exit(1),e_oneoperand); in b_sleep()
H A Dumask.c71 errormsg(SH_DICT,ERROR_exit(1),e_number,*argv); in b_umask()
82 errormsg(SH_DICT,ERROR_exit(1),e_format,mask); in b_umask()
H A Dtypeset.c73 errormsg(SH_DICT,ERROR_exit(1),"%s: type not loadable",name); in load_class()
190 errormsg(SH_DICT, ERROR_exit(1), e_option, argv[1]); in b_alias()
285 errormsg(SH_DICT,ERROR_exit(1), e_badfield, tdata.argnum); in b_typeset()
391 errormsg(SH_DICT,ERROR_exit(1),"%s: unknown type",tdata.prefix); in b_typeset()
476 errormsg(SH_DICT,ERROR_exit(1),e_badfun,name); in b_common()
588 errormsg(SH_DICT,ERROR_exit(1),e_badexport,name); in b_common()
616 errormsg(SH_DICT,ERROR_exit(1),e_readonly,nv_name(np)); in b_common()
823 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[-opt_info.index]); in b_builtin()
825 errormsg(SH_DICT,ERROR_exit(1),e_pfsh,argv[-opt_info.index]); in b_builtin()
838 errormsg(SH_DICT,ERROR_exit(0),"%s: %s",arg,dlerror()); in b_builtin()
[all …]
H A Dmkservice.c341 errorv(NiL, ERROR_exit(1), ap); in Error()
436 error(ERROR_exit(1), "out of space"); in b_mkservice()
447 error(ERROR_exit(1), "%s: cannot start service", path); in b_mkservice()
/titanic_51/usr/src/cmd/ast/ksh/builtins/
H A Dalias.c205 error(ERROR_exit(1), "shell initialisation failed."); in script_builtin_main()
211 error(ERROR_exit(1), "variable %s not found.", "exitval"); in script_builtin_main()
229 error(ERROR_exit(1), "could not determinate exec name."); in main()
/titanic_51/usr/src/cmd/ksh/builtins/
H A Dalias.c219 error(ERROR_exit(1), "shell initialisation failed."); in script_builtin_main()
224 error(ERROR_exit(1), "variable %s not found.", "exitval"); in script_builtin_main()
240 error(ERROR_exit(1), "could not determinate exec name."); in main()

12345