Home
last modified time | relevance | path

Searched refs:errorf (Results 1 – 20 of 20) sorted by relevance

/plan9/sys/src/cmd/lex/
H A Dheader.c108 fprint(errorf,"%d/%d nodes(%%e), %d/%d positions(%%p), %d/%d (%%n), %ld transitions\n", in statistics()
110 fprint(errorf, ", %d/%d packed char classes(%%k)", (int)(pcptr-pchar), pchlen); in statistics()
111 fprint(errorf,", %d/%d packed transitions(%%a)",nptr, ntrans); in statistics()
112 fprint(errorf, ", %d/%d output slots(%%o)", yytop, outsize); in statistics()
113 fprint(errorf,"\n"); in statistics()
H A Dlmain.c9 int errorf = 1; variable
105 errorf= 2; in main()
H A Dsub1.c24 if(!eof)fprint(errorf,"%s:%d ", yyfile, yyline); in printerr()
25 fprint(errorf,"(%s) ", type); in printerr()
27 fprint(errorf, "%s\n", buf); in printerr()
H A Dldefs.h82 extern int errorf;
/plan9/sys/src/ape/cmd/pdksh/
H A Dio.c19 errorf(const char *fmt, ...) in errorf() function
21 errorf(fmt, va_alist) in errorf()
276 errorf("too many files open in shell");
304 errorf("too many files open in shell");
332 errorf("can't create pipe - try again");
H A Dvar.c145 errorf("%s: subscript out of range", n); in array_index_calc()
172 errorf("bad substitution");
342 errorf("%s: bad number", str_val(vp));
356 errorf(null);
630 errorf("%s: restricted", tvar);
645 errorf("%s: is read only", tvar);
709 errorf(null);
1212 errorf("%s: is read only", var);
H A Deval.c298 errorf("%s: bad substitution", str);
430 errorf("%s: %s", st->var->name,
735 errorf("%s: parameter not set", sp);
830 errorf("%s: parameter not set", sp);
861 errorf("funny $() command: %s",
866 errorf("%s: cannot open $() input", name);
H A Dmain.c280 errorf("-c requires an argument");
300 errorf("%s: %s", s->file, strerror(errno));
845 errorf(null); /* this is never executed - keeps gcc quiet */
H A Dexec.c147 errorf(null);
221 errorf("coprocess already exists");
423 errorf("%s: %s", s, strerror(errno));
496 errorf("builtin: %s: not a builtin", cp);
854 errorf("%s: %s: %s", tp->str, shell, strerror(errno));
H A Dc_sh.c787 errorf("time: -%s unknown option", opt.optarg);
789 errorf("time: -%s requires an argument",
H A Dproto.h101 void errorf ARGS((const char *fmt, ...))
H A Dexpr.c188 errorf(null);
H A Dhistory.c1188 errorf("history not enabled");
H A Dlex.c859 errorf(null);
H A Djobs.c522 errorf("cannot fork - try again");
/plan9/sys/src/games/mp3enc/
H A Dutil.c642 if ( gfc->report.errorf != NULL ) { in lame_errorf()
643 gfc->report.errorf( format, args ); in lame_errorf()
H A Dutil.h237 void (*errorf)(const char *format, va_list ap); member
H A Dset_get.c385 gfp->report.errorf = func; in lame_set_errorf()
H A Dlame.h174 void (*errorf)(const char *format, va_list ap); member
H A Dlame.c578 gfc->report.errorf = gfp->report.errorf; in lame_init_params()