Searched refs:errorf (Results 1 – 9 of 9) sorted by relevance
/external/selinux/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/mksh/src/ |
D | misc.c | 68 errorf("%s failed with EAGAIN, probably due to a" \ 456 errorf("no TIOCSCTTY ioctl"); in parse_args() 1993 errorf("%s: %s: %s", "chvt", in chvt() 1999 errorf("%s: %s: %s", "chvt", "not a char device", dv); in chvt() 2013 errorf("%s: %s %s", "chvt", "can't open", dv); in chvt() 2019 errorf("%s: %s %s", "chvt", "fork", "failed"); in chvt() 2027 errorf("%s: %s %s", "chvt", "setsid", "failed"); in chvt() 2030 errorf("%s: %s %s", "chvt", "TIOCSCTTY", "failed"); in chvt() 2032 errorf("%s: %s %s", "chvt", "TCIOFLUSH", "failed"); in chvt()
|
D | main.c | 438 errorf("%s %s", "-c", "requires an argument"); in main_init() 1214 errorf(const char *fmt, ...) in errorf() function 1368 errorf("cannot get home directory"); in initio() 1373 errorf("cannot open debug output file %s", lfp); in initio() 1380 errorf("cannot dup debug output file"); in initio() 1396 errorf("too many files open in shell"); in ksh_dup2() 1420 errorf("too many files open in shell"); in savefd() 1446 errorf("can't create pipe - try again"); in openpipe()
|
D | var.c | 244 errorf("bad substitution"); in global() 764 errorf("%s: %s", var, in typeset() 814 errorf("appending not allowed for nameref"); in typeset() 839 errorf("%s: %s", var, "empty nameref target"); in typeset() 848 errorf("%s: %s", qval, in typeset() 855 errorf("%s: %s", qval, in typeset() 867 errorf("%s: %s", tvar, "restricted"); in typeset() 1318 errorf("%s: %s: %s", vp->name, "bad number", s); in setspec()
|
D | eval.c | 385 errorf("%s: %s", str, "bad substitution"); in expand() 631 errorf("%s: parameter null or not set", in expand() 731 errorf("%s: %s", st->var->name, in expand() 1136 errorf("%s: %s", sp, "parameter not set"); in varsub() 1290 errorf("%s: %s", sp, "parameter not set"); in varsub() 1327 errorf("%s: %s", T_funny_command, in comsub() 1344 errorf("can't %s temporary file %s: %s", in comsub()
|
D | exec.c | 245 errorf("coprocess already exists"); in execute() 461 errorf("%s: %s", t->str, cstrerror(rv)); in execute() 552 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin"); in comexec() 991 errorf("%s: not executable: %d-bit ELF file", tp->str, in scriptexec() 1006 errorf("%s: not executable: magic %04X", tp->str, m); in scriptexec() 1018 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno)); in scriptexec()
|
D | sh.h | 1875 void errorf(const char *, ...) 1885 #define errorfz() errorf(NULL)
|
D | funcs.c | 2700 errorf("time: -%s %s", opt.optarg, in timex_hook() 2703 errorf("time: -%s %s", opt.optarg, in timex_hook()
|
D | jobs.c | 519 errorf("can't fork - try again"); in exchild()
|