Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ply/
Dlex.py661 self.errorf = { } # Error functions by state
680 self.errorf[s] = t
797 efunc = self.errorf.get(state,None)
979 lexobj.lexstateerrorf = linfo.errorf
980 lexobj.lexerrorf = linfo.errorf.get("INITIAL",None)
987 if not s in linfo.errorf:
992 if not s in linfo.errorf:
993 linfo.errorf[s] = linfo.errorf.get("INITIAL",None)
Dyacc.py240 def __init__(self,lrtab,errorf): argument
244 self.errorfunc = errorf
/external/mksh/src/
Dmisc.c68 errorf("%s failed with EAGAIN, probably due to a" \
440 errorf("no TIOCSCTTY ioctl"); in parse_args()
1982 errorf("%s: %s: %s", "chvt", in chvt()
1988 errorf("%s: %s: %s", "chvt", "not a char device", dv); in chvt()
2002 errorf("%s: %s %s", "chvt", "can't open", dv); in chvt()
2008 errorf("%s: %s %s", "chvt", "fork", "failed"); in chvt()
2016 errorf("%s: %s %s", "chvt", "setsid", "failed"); in chvt()
2019 errorf("%s: %s %s", "chvt", "TIOCSCTTY", "failed"); in chvt()
2021 errorf("%s: %s %s", "chvt", "TCIOFLUSH", "failed"); in chvt()
Dmain.c439 errorf("%s %s", "-c", "requires an argument"); in main_init()
1196 errorf(const char *fmt, ...) in errorf() function
1350 errorf("cannot get home directory"); in initio()
1355 errorf("cannot open debug output file %s", lfp); in initio()
1362 errorf("cannot dup debug output file"); in initio()
1378 errorf("too many files open in shell"); in ksh_dup2()
1402 errorf("too many files open in shell"); in savefd()
1428 errorf("can't create pipe - try again"); in openpipe()
Dvar.c242 errorf("bad substitution"); in global()
733 errorf("%s: %s", var, in typeset()
783 errorf("appending not allowed for nameref"); in typeset()
808 errorf("%s: %s", var, "empty nameref target"); in typeset()
817 errorf("%s: %s", qval, in typeset()
824 errorf("%s: %s", qval, in typeset()
836 errorf("%s: %s", tvar, "restricted"); in typeset()
1290 errorf("%s: %s: %s", vp->name, "bad number", s); in setspec()
Dexec.c241 errorf("coprocess already exists"); in execute()
458 errorf("%s: %s", s, cstrerror(rv)); in execute()
546 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin"); in comexec()
924 errorf("%s: not executable: %d-bit ELF file", tp->str, in scriptexec()
936 errorf("%s: not executable: magic %04X", tp->str, fd); in scriptexec()
946 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno)); in scriptexec()
Deval.c381 errorf("%s: %s", str, "bad substitution"); in expand()
751 errorf("%s: %s", st->var->name, in expand()
1140 errorf("%s: %s", sp, "parameter not set"); in varsub()
1292 errorf("%s: %s", sp, "parameter not set"); in varsub()
1329 errorf("%s: %s", "funny $() command", in comsub()
1346 errorf("can't %s temporary file %s: %s", in comsub()
Dsh.h1803 void errorf(const char *, ...)
1813 #define errorfz() errorf(NULL)
Dfuncs.c2626 errorf("time: -%s %s", opt.optarg, in timex_hook()
2629 errorf("time: -%s %s", opt.optarg, in timex_hook()
Djobs.c519 errorf("can't fork - try again"); in exchild()