Home
last modified time | relevance | path

Searched refs:ERROR_warn (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dchgrp.c465 error(ERROR_warn(0), "%s: uid and gid not mapped", ent->fts_path); in b_chgrp()
467 error(ERROR_warn(0), "%s: uid not mapped", ent->fts_path); in b_chgrp()
469 error(ERROR_warn(0), "%s: gid not mapped", ent->fts_path); in b_chgrp()
488 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_path); in b_chgrp()
H A Dtail.c615 error(ERROR_warn(0), "--timeout ignored for --noforever"); in b_tail()
620 error(ERROR_warn(0), "--log ignored for --notimeout"); in b_tail()
713 error(ERROR_warn(0), "%s: log file change", fp->name); in b_tail()
719 error(ERROR_warn(0), "%s: %s timeout", fp->name, fmtelapsed(timeout, 1)); in b_tail()
H A Dchmod.c306 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_path); in b_chmod()
H A Djoin.c939 error(ERROR_warn(0),"%s: seek may fail",cp); in b_join()
956 error(ERROR_warn(0),"%s: seek may fail",cp); in b_join()
H A Dcksum.c611 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_path); in b_cksum()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c582 errormsg(SH_DICT,ERROR_warn(0),e_lexnonstandard,shp->inlineno); in sh_lex()
640 errormsg(SH_DICT,ERROR_warn(0),e_lexspace,shp->inlineno,c,n); in sh_lex()
697 errormsg(SH_DICT,ERROR_warn(0),e_lexfuture,shp->inlineno,n); in sh_lex()
790 errormsg(SH_DICT,ERROR_warn(0),e_lexslash,shp->inlineno); in sh_lex()
797 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
822 errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete1,shp->inlineno); in sh_lex()
840 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
898 errormsg(SH_DICT,ERROR_warn(0),e_lexusebrace,shp->inlineno); in sh_lex()
1043 errormsg(SH_DICT,ERROR_warn(0),e_lexquote,shp->inlineno,'%'); in sh_lex()
1078 errormsg(SH_DICT,ERROR_warn(0),e_lexslash,shp->inlineno); in sh_lex()
[all …]
H A Dparse.c185 errormsg(SH_DICT,ERROR_warn(0),e_lextypeset,line,str); in typeset_order()
298 errormsg(SH_DICT, ERROR_warn(0), e_lexwarnvar, in getanode()
1232 errormsg(SH_DICT,ERROR_warn(0),e_lexemptyfor,lexp->sh->inlineno-(lexp->token=='\n')); in item()
1311 errormsg(SH_DICT,ERROR_warn(0),e_lexlabignore,label_list->argchn.len,label_list->argval); in item()
1642 errormsg(SH_DICT,ERROR_warn(0),e_lexlabunknown,lexp->sh->inlineno-(lexp->token=='\n'),cp); in simple()
1646 …errormsg(SH_DICT,ERROR_warn(0),e_lexobsolete5,lexp->sh->inlineno-(lexp->token=='\n'),argp->argval); in simple()
1861 errormsg(SH_DICT,ERROR_warn(0),message,ac->comline); in qscan()
H A Darith.c491 errormsg(SH_DICT,ERROR_warn(0),lvalue->value,*ptr); in arith()
H A Dmain.c533 errormsg(SH_DICT,ERROR_warn(0),"%d: mode changed to JMP_EXIT",getpid()); in exfile()
H A Djobs.c362 errormsg(SH_DICT,ERROR_warn(0),"vmbusy() inside job_reap() -- should not happen"); in job_reap()
H A Darray.c1764 errormsg(SH_DICT,ERROR_warn(0),"adding empty subscript"); in nv_associative()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c873 errormsg(SH_DICT,ERROR_warn(0),e_charconst,argp); in extend()
881 errormsg(SH_DICT,ERROR_warn(0),e_overflow,argp); in extend()
887 errormsg(SH_DICT,ERROR_warn(0),e_overflow,argp); in extend()
919 errormsg(SH_DICT,ERROR_warn(0),e_charconst,argp); in extend()
955 errormsg(SH_DICT,ERROR_warn(0),e_argtype,format); in extend()
H A Dread.c530 errormsg(SH_DICT,ERROR_warn(0),e_readonly, nv_name(np)); in sh_readline()
754 errormsg(SH_DICT,ERROR_warn(0),e_readonly, nv_name(np)); in sh_readline()
794 errormsg(SH_DICT,ERROR_warn(0),e_readonly, nv_name(np)); in sh_readline()
H A Dtypeset.c1232 errormsg(SH_DICT,ERROR_warn(0),e_readonly, nv_name(np)); in unall()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h47 #define ERROR_warn(n) (ERROR_WARNING) macro