Home
last modified time | relevance | path

Searched refs:e_restricted (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c66 const char e_restricted[] = "%s: restricted"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h114 extern const char e_restricted[];
H A Dname.h240 extern const char e_restricted[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c61 errormsg(SH_DICT,ERROR_exit(1),e_restricted,"-p"); in b_command()
H A Dcd_pwd.c63 errormsg(SH_DICT,ERROR_exit(1),e_restricted+4); in b_cd()
H A Dmisc.c113 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[0]); in B_login()
H A Dtypeset.c1022 errormsg(SH_DICT,ERROR_exit(1),e_restricted,argv[-opt_info.index]); in b_builtin()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c205 errormsg(SH_DICT,ERROR_exit(1), e_restricted, opt_info.arg); in sh_argopts()
312 e_restricted, "r"); in sh_argopts()
H A Dpath.c517 errormsg(SH_DICT,ERROR_exit(1),e_restricted,name); in path_opentype()
1016 errormsg(SH_DICT,ERROR_exit(1),e_restricted,arg0); in path_exec()
H A Dio.c1338 errormsg(SH_DICT,ERROR_exit(1),e_restricted,fname); in sh_redirect()
1352 errormsg(SH_DICT,ERROR_exit(1),e_restricted,fname); in sh_redirect()
H A Dinit.c343 errormsg(SH_DICT,ERROR_exit(1),e_restricted,nv_name(np)); in put_restricted()
H A Dname.c3019 errormsg(SH_DICT,ERROR_exit(1),e_restricted,nv_name(np)); in nv_newattr()
H A Dxec.c3973 errormsg(SH_DICT,ERROR_exit(1),e_restricted,path); in sh_ntfork()