/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | chgrp.c | 465 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 D | tail.c | 615 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 D | chmod.c | 306 error(ERROR_warn(0), "%s: directory causes cycle", ent->fts_path); in b_chmod()
|
H A D | join.c | 939 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 D | cksum.c | 611 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 D | lex.c | 582 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 D | parse.c | 185 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 D | arith.c | 491 errormsg(SH_DICT,ERROR_warn(0),lvalue->value,*ptr); in arith()
|
H A D | main.c | 533 errormsg(SH_DICT,ERROR_warn(0),"%d: mode changed to JMP_EXIT",getpid()); in exfile()
|
H A D | jobs.c | 362 errormsg(SH_DICT,ERROR_warn(0),"vmbusy() inside job_reap() -- should not happen"); in job_reap()
|
H A D | array.c | 1764 errormsg(SH_DICT,ERROR_warn(0),"adding empty subscript"); in nv_associative()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 873 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 D | read.c | 530 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 D | typeset.c | 1232 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 D | error.h | 47 #define ERROR_warn(n) (ERROR_WARNING) macro
|