/external/selinux/python/sepolgen/src/sepolgen/ |
D | lex.py | 624 errorf = { } # Error functions by state 687 errorf[state] = f 794 lexobj.lexstateerrorf = errorf 795 lexobj.lexerrorf = errorf.get("INITIAL",None) 802 if warn and s not in errorf: 807 if s not in errorf: 808 errorf[s] = errorf.get("INITIAL",None)
|
/external/libmojo/third_party/ply/ |
D | lex.py | 661 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)
|
D | yacc.py | 240 def __init__(self,lrtab,errorf): argument 244 self.errorfunc = errorf
|
/external/mksh/src/ |
D | misc.c | 68 errorf("%s failed with EAGAIN, probably due to a" \ 461 errorf("no TIOCSCTTY ioctl"); in parse_args() 2011 errorf(Tf_sD_sD_s, "chvt", in chvt() 2017 errorf(Tf_sD_sD_s, "chvt", "not a char device", dv); in chvt() 2031 errorf(Tf_sD_s_s, "chvt", Tcant_open, dv); in chvt() 2037 errorf(Tf_sD_s_s, "chvt", "fork", "failed"); in chvt() 2045 errorf(Tf_sD_s_s, "chvt", "setsid", "failed"); in chvt() 2048 errorf(Tf_sD_s_s, "chvt", "TIOCSCTTY", "failed"); in chvt() 2050 errorf(Tf_sD_s_s, "chvt", "TCIOFLUSH", "failed"); in chvt()
|
D | main.c | 452 errorf(Tf_optfoo, "", "", 'c', Treq_arg); in main_init() 1234 errorf(const char *fmt, ...) in errorf() function 1388 errorf("cannot get home directory"); in initio() 1393 errorf("cannot open debug output file %s", lfp); in initio() 1400 errorf("cannot dup debug output file"); in initio() 1416 errorf("too many files open in shell"); in ksh_dup2() 1440 errorf("too many files open in shell"); in savefd() 1466 errorf("can't create pipe - try again"); in openpipe()
|
D | var.c | 244 errorf(Tbadsubst); in global() 771 errorf(Tf_sD_s, var, in typeset() 821 errorf("appending not allowed for nameref"); in typeset() 847 errorf(Tf_sD_s, var, "empty nameref target"); in typeset() 856 errorf(Tf_sD_s, qval, in typeset() 863 errorf(Tf_sD_s, qval, in typeset() 875 errorf(Tf_sD_s, tvar, "restricted"); in typeset() 1349 errorf(Tf_sD_sD_s, vp->name, "bad number", s); in setspec()
|
D | eval.c | 386 errorf(Tf_sD_s, str, Tbadsubst); in expand() 653 errorf("%s: parameter null or not set", in expand() 753 errorf(Tf_sD_s, st->var->name, in expand() 1159 errorf(Tf_parm, sp); in varsub() 1315 errorf(Tf_parm, sp); in varsub() 1375 errorf(Tf_sD_s, T_funny_command, in comsub() 1388 errorf(Tf_temp, in comsub()
|
D | exec.c | 228 errorf("coprocess already exists"); in execute() 443 errorf(Tf_sD_s, t->str, cstrerror(rv)); in execute() 534 errorf(Tf_sD_sD_s, Tbuiltin, cp, Tnot_found); in comexec() 951 errorf("%s: not executable: %d-bit ELF file", tp->str, in scriptexec() 966 errorf("%s: not executable: magic %04X", tp->str, m); in scriptexec() 978 errorf(Tf_sD_sD_s, tp->str, sh, cstrerror(errno)); in scriptexec()
|
D | sh.h | 2180 void errorf(const char *, ...) 2190 #define errorfz() errorf(NULL)
|
D | funcs.c | 2801 errorf(Tf_optfoo, Ttime, Tcolsp, in timex_hook() 2804 errorf(Tf_optfoo, Ttime, Tcolsp, in timex_hook()
|
D | jobs.c | 518 errorf("can't fork - try again"); in exchild()
|