/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/ |
Xtransint.h | 450 /* Use ErrorF() for the X server */ 455 ErrorF(__xtransname); \ 456 ErrorF(x+hack,a,b,c); \ 457 ErrorF("timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \ 474 /* Use ErrorF() for the X server */ 477 ErrorF(__xtransname); \ 478 ErrorF(x+hack,a,b,c); \
|
/external/mksh/src/ |
misc.c | 358 errorf("no TIOCSCTTY ioctl"); 1288 errorf("chvt: can't find tty %s", fn); 1293 errorf("chvt: not a char device: %s", fn); 1307 errorf("chvt: cannot open %s", fn); 1311 errorf("chvt: %s failed", "fork"); 1318 errorf("chvt: %s failed", "setsid"); 1321 errorf("chvt: %s failed", "TIOCSCTTY"); 1323 errorf("chvt: %s failed", "TCIOFLUSH"); [all...] |
main.c | 144 /* Do this first so output routines (eg, errorf, shellf) can work */ 325 errorf("-c requires an argument"); 904 errorf(const char *fmt, ...) function 921 /* like errorf(), but no unwind is done */ 1067 errorf("too many files open in shell"); 1091 errorf("too many files open in shell"); 1115 errorf("can't create pipe - try again"); [all...] |
eval.c | 337 errorf("%s: bad substitution", str); 626 errorf("%s: %s", st->var->name, 977 errorf("%s: parameter not set", sp); 1108 errorf("%s: parameter not set", sp); 1138 errorf("funny $() command: %s", 1143 errorf("%s: cannot open $() input", name); [all...] |
var.c | 215 errorf("bad substitution"); 396 errorf("%s: bad number", str_val(vp)); 688 errorf("%s: reference variable cannot be an array", 725 errorf("%s: restricted", tvar); 759 errorf("%s: is read only", tvar); 1392 errorf("%s: is read only", var); [all...] |
exec.c | 188 errorf("coprocess already exists"); 381 errorf("%s: %s", s, strerror(rv)); 452 errorf("builtin: %s: not a builtin", cp); 789 errorf("%s: not executable: magic %04X", tp->str, fd); 799 errorf("%s: %s: %s", tp->str, sh, strerror(errno)); [all...] |
sh.h | 565 #define LERROR 3 /* errorf() called */ 752 #define GF_ERROR BIT(0) /* call errorf() if there is an error */ [all...] |
jobs.c | 413 errorf("cannot fork - try again"); [all...] |
funcs.c | [all...] |
/external/llvm/examples/Kaleidoscope/Chapter3/ |
toy.cpp | 180 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 419 ErrorF("redefinition of function"); 425 ErrorF("redefinition of function with different # args");
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
toy.cpp | 187 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 427 ErrorF("redefinition of function"); 433 ErrorF("redefinition of function with different # args");
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
compiler.h | [all...] |
/external/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 216 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 672 ErrorF("redefinition of function"); 678 ErrorF("redefinition of function with different # args");
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
toy.cpp | 244 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 776 ErrorF("redefinition of function"); 782 ErrorF("redefinition of function with different # args");
|
/external/llvm/docs/tutorial/ |
LangImpl3.html | 380 ErrorF("redefinition of function"); 386 ErrorF("redefinition of function with different # args"); 866 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } [all...] |
LangImpl4.html | 704 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 944 ErrorF("redefinition of function"); 950 ErrorF("redefinition of function with different # args"); [all...] |
LangImpl2.html | 225 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } [all...] |
LangImpl5.html | [all...] |
LangImpl6.html | [all...] |
LangImpl7.html | [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 262 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 924 ErrorF("redefinition of function"); 930 ErrorF("redefinition of function with different # args"); [all...] |
/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 168 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
|