Searched refs:errorf (Results 1 – 9 of 9) sorted by relevance
/external/selinux/sepolgen/src/sepolgen/ |
D | lex.py | 618 errorf = { } # Error functions by state 681 errorf[state] = f 788 lexobj.lexstateerrorf = errorf 789 lexobj.lexerrorf = errorf.get("INITIAL",None) 796 if warn and not errorf.has_key(s): 801 if not errorf.has_key(s): 802 errorf[s] = errorf.get("INITIAL",None)
|
/external/mksh/src/ |
D | misc.c | 68 errorf("%s failed with EAGAIN, probably due to a" \ 450 errorf("no TIOCSCTTY ioctl"); in parse_args() 1985 errorf("%s: %s: %s", "chvt", in chvt() 1991 errorf("%s: %s: %s", "chvt", "not a char device", dv); in chvt() 2005 errorf("%s: %s %s", "chvt", "can't open", dv); in chvt() 2011 errorf("%s: %s %s", "chvt", "fork", "failed"); in chvt() 2019 errorf("%s: %s %s", "chvt", "setsid", "failed"); in chvt() 2022 errorf("%s: %s %s", "chvt", "TIOCSCTTY", "failed"); in chvt() 2024 errorf("%s: %s %s", "chvt", "TCIOFLUSH", "failed"); in chvt()
|
D | main.c | 439 errorf("%s %s", "-c", "requires an argument"); in main_init() 1201 errorf(const char *fmt, ...) in errorf() function 1356 errorf("cannot get home directory"); in initio() 1361 errorf("cannot open debug output file %s", lfp); in initio() 1368 errorf("cannot dup debug output file"); in initio() 1384 errorf("too many files open in shell"); in ksh_dup2() 1408 errorf("too many files open in shell"); in savefd() 1434 errorf("can't create pipe - try again"); in openpipe()
|
D | var.c | 242 errorf("bad substitution"); in global() 750 errorf("%s: %s", var, in typeset() 800 errorf("appending not allowed for nameref"); in typeset() 825 errorf("%s: %s", var, "empty nameref target"); in typeset() 834 errorf("%s: %s", qval, in typeset() 841 errorf("%s: %s", qval, in typeset() 853 errorf("%s: %s", tvar, "restricted"); in typeset() 1309 errorf("%s: %s: %s", vp->name, "bad number", s); in setspec()
|
D | eval.c | 392 errorf("%s: %s", str, "bad substitution"); in expand() 773 errorf("%s: %s", st->var->name, in expand() 1168 errorf("%s: %s", sp, "parameter not set"); in varsub() 1320 errorf("%s: %s", sp, "parameter not set"); in varsub() 1357 errorf("%s: %s", "funny $() command", in comsub() 1374 errorf("can't %s temporary file %s: %s", in comsub()
|
D | exec.c | 246 errorf("coprocess already exists"); in execute() 462 errorf("%s: %s", t->str, cstrerror(rv)); in execute() 553 errorf("%s: %s: %s", Tbuiltin, cp, "not a builtin"); in comexec() 949 errorf("%s: not executable: %d-bit ELF file", tp->str, in scriptexec() 960 errorf("%s: not executable: magic %04X", tp->str, m); in scriptexec() 972 errorf("%s: %s: %s", tp->str, sh, cstrerror(errno)); in scriptexec()
|
D | sh.h | 1808 void errorf(const char *, ...) 1818 #define errorfz() errorf(NULL)
|
D | funcs.c | 2643 errorf("time: -%s %s", opt.optarg, in timex_hook() 2646 errorf("time: -%s %s", opt.optarg, in timex_hook()
|
D | jobs.c | 519 errorf("can't fork - try again"); in exchild()
|