/third_party/curl/src/ |
H A D | tool_dirhie.c | 53 errorf(global, "You don't have permission to create %s", name); in show_dir_errno() 58 errorf(global, "The directory name %s is too long", name); in show_dir_errno() 63 errorf(global, "%s resides on a read-only file system", name); in show_dir_errno() 68 errorf(global, "No space left on the file system that will " in show_dir_errno() 74 errorf(global, "Cannot create directory %s because you " in show_dir_errno() 79 errorf(global, "Error creating directory %s", name); in show_dir_errno()
|
H A D | tool_main.c | 172 errorf(config, "error retrieving curl library information"); in main_init() 177 errorf(config, "error initializing curl library"); in main_init() 182 errorf(config, "error initializing curl"); in main_init() 251 errorf(&global, "(%d) Windows-specific init failed", result); in wmain() 257 errorf(&global, "out of file descriptors"); in wmain()
|
H A D | var.c | 186 errorf(global, "unknown variable function in '%.*s'", in varfunc() 315 errorf(global, "variable contains null byte"); in varexpand() 413 errorf(global, "Variable '%s' import fail, not set", name); in setvariable() 435 errorf(global, "Failed to open %s", line); in setvariable()
|
H A D | tool_operate.c | 445 errorf(global, "Failed writing body"); in post_per_transfer() 599 errorf(config->global, "Failed to truncate file"); in post_per_transfer() 613 errorf(config->global, "Failed seeking to end of file"); in post_per_transfer() 637 errorf(config->global, "curl: (%d) Failed writing body", result); in post_per_transfer() 807 errorf(global, "out of memory"); in single_transfer() 835 errorf(global, "out of memory"); in single_transfer() 840 errorf(global, "out of memory"); in single_transfer() 890 errorf(global, in single_transfer() 907 errorf(global, in single_transfer() 1007 errorf(globa in single_transfer() [all...] |
H A D | tool_msgs.h | 35 void errorf(struct GlobalConfig *config, const char *fmt, ...)
|
H A D | tool_getparam.c | 879 errorf(global, "Failed to open %s", p); in data_urlencode() 1092 errorf(global, "Failed to open %s", nextarg); in set_data() 1190 errorf(global, "unsupported --rate unit"); in set_rate() 1815 errorf(global, "--metalink is disabled"); in getparameter() 2260 errorf(config->global, "You must select either --fail or " in getparameter() 2271 errorf(config->global, "You must select either --fail or " in getparameter() 2321 errorf(global, "Failed to open %s", &nextarg[1]); in getparameter() 2378 errorf(global, "cannot read config from '%s'", nextarg); in getparameter() 2643 errorf(global, "Failed to open %s", fname); in getparameter() 2818 errorf(globa in parse_args() [all...] |
H A D | tool_msgs.c | 142 void errorf(struct GlobalConfig *config, const char *fmt, ...) in errorf() function
|
H A D | tool_cb_wrt.c | 87 errorf(global, "overflow in filename generation"); in tool_create_output_file() 92 errorf(global, "out of memory"); in tool_create_output_file()
|
H A D | tool_formparse.c | 420 errorf(config->global, "Out of memory for field headers"); in read_field_headers() 430 errorf(config->global, "Header file %s read error: %s", filename, in read_field_headers() 587 errorf(config->global, "Out of memory for field header"); in get_param_part()
|
H A D | tool_paramhlp.c | 668 errorf(config->global, "out of memory"); in get_args()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 129 decoder->errorf(string_start, "%s: no valid UTF-8 string", name); in consume_string() 213 decoder_->errorf(decoder_->pc(), in advance() 264 decoder_->errorf(decoder_->pc(), "unknown section code #0x%02x", in next() 350 errorf(pos, in DecodeModuleHeader() 360 errorf(pos, in DecodeModuleHeader() 373 errorf(pc(), "The %s section must appear before the %s section", in CheckSectionOrder() 385 errorf(pc(), "Multiple %s sections not allowed", in CheckUnorderedSection() 404 errorf(pc(), "unexpected section <%s>", SectionName(section_code)); in DecodeSection() 539 errorf(pc(), in DecodeSection() 545 errorf(p in DecodeSection() [all...] |
H A D | decoder.h | 160 errorf(pc, "Invalid prefixed opcode %d", index); in read_prefixed_opcode() 235 errorf(pc_, "expected %u bytes, fell off end", size); in checkAvailable() 251 void V8_NOINLINE error(const char* msg) { errorf(pc_offset(), "%s", msg); } in error() 253 errorf(pc_offset(pc), "%s", msg); in error() 256 errorf(offset, "%s", msg); in error() 259 void V8_NOINLINE PRINTF_FORMAT(2, 3) errorf(const char* format, ...) { in errorf() function 267 errorf(uint32_t offset, const char* format, ...) { in errorf() function 275 errorf(const uint8_t* pc, const char* format, ...) { in errorf() function 466 errorf(pc, "expected %s", name); in read_leb_tail()
|
/third_party/rust/crates/syn/tests/ |
H A D | test_round_trip.rs | 79 errorf!("=== {}: syn failed to parse\n{:?}\n", path.display(), msg); in test() 98 errorf!( in test() 110 errorf!("=== {}: librustc failed to parse", path.display()); in test() 118 errorf!("=== {}: ignoring librustc panic\n", path.display()); in test() 126 errorf!( in test() 133 errorf!( in test()
|
H A D | test_precedence.rs | 81 errorf!( in test_rustc_precedence() 90 errorf!("\nFAIL {} - syn failed to parse: {}\n", path.display(), msg); in test_rustc_precedence() 106 errorf!("\n===== Precedence Test Results =====\n"); in test_rustc_precedence() 107 errorf!("{} passed | {} failed\n", passed, failed); in test_rustc_precedence() 125 errorf!( in test_expressions() 138 errorf!( in test_expressions() 149 errorf!( in test_expressions() 161 errorf!( in test_expressions() 170 errorf!( in test_expressions()
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | progress.rs | 27 errorf!("downloading... {} bytes\n", self.bytes); in read() 35 errorf!("done ({} bytes)\n", self.bytes); in drop()
|
/third_party/rust/crates/syn/tests/common/ |
H A D | parse.rs | 37 errorf!("librustc panicked\n"); in librustc_expr() 47 errorf!("syn failed to parse\n{:?}\n", msg); in syn_expr()
|
/third_party/lame/libmp3lame/ |
H A D | lame_global_flags.h | 155 void (*errorf) (const char *format, va_list ap); member
|
H A D | lame.c | 586 gfc->report_err = gfp->report.errorf; in lame_init_params() 1307 hip_set_errorf(gfc->hip, gfp->report.errorf); in lame_init_params() 2472 gfp->report.errorf = &lame_report_def; in lame_init_old()
|
/third_party/mksh/ |
H A D | misc.c | 68 errorf("%s failed with EAGAIN, probably due to a" \ 485 errorf("no TIOCSCTTY ioctl"); in parse_args() 2372 errorf(Tf_sD_sD_s, "chvt", in chvt() 2378 errorf(Tf_sD_sD_s, "chvt", "not a char device", dv); in chvt() 2392 errorf(Tf_sD_s_s, "chvt", Tcant_open, dv); in chvt() 2398 errorf(Tf_sD_s_s, "chvt", "fork", "failed"); in chvt() 2406 errorf(Tf_sD_s_s, "chvt", "setsid", "failed"); in chvt() 2409 errorf(Tf_sD_s_s, "chvt", "TIOCSCTTY", "failed"); in chvt() 2411 errorf(Tf_sD_s_s, "chvt", "TCIOFLUSH", "failed"); in chvt()
|
H A D | main.c | 281 /* Do this first so output routines (eg, errorf, shellf) can work */ in main_init() 511 errorf(Tf_optfoo, "", "", 'c', Treq_arg); in main_init() 1332 errorf(const char *fmt, ...) in errorf() function 1347 /* like errorf(), but no unwind is done */ 1518 errorf("can't get home directory"); in initio() 1523 errorf("can't open debug output file %s", lfp); in initio() 1530 errorf("can't dup debug output file"); in initio() 1546 errorf(Ttoo_many_files); in ksh_dup2() 1570 errorf(Ttoo_many_files); in savefd() 1596 errorf("ca in openpipe() [all...] |
H A D | eval.c | 408 errorf(Tf_sD_s, str, Tbadsubst); in expand() 706 errorf("%s: parameter null or not set", in expand() 806 errorf(Tf_sD_s, st->var->name, in expand() 1370 errorf(Tf_parm, sp); in varsub() 1510 errorf(Tf_parm, sp); in varsub() 1581 errorf(Tf_sD_s, T_funny_command, in comsub() 1594 errorf(Tf_temp, in comsub()
|
H A D | exec.c | 229 errorf("coprocess already exists"); in execute() 535 errorf(Tf_sD_sD_s, Tbuiltin, cp, Tnot_found); in comexec() 974 errorf("%s: not executable: %d-bit ELF file", tp->str, in scriptexec() 989 errorf("%s: not executable: magic %04X", tp->str, m); in scriptexec() 1015 errorf(Tf_sD_sD_s, tp->str, sh, cstrerror(errno)); in scriptexec()
|
H A D | var.c | 261 errorf(Tbadsubst); in isglobal() 1417 errorf(Tf_sD_sD_s, vp->name, Tbadnum, s); in setspec()
|
H A D | sh.h | 900 #define LERROR 3 /* errorf() called */ 1609 #define GF_ERROR BIT(0) /* call errorf() if there is an error */ 2585 void errorf(const char *, ...) 2597 #define errorfz() errorf(NULL)
|
/third_party/rust/crates/syn/tests/macros/ |
H A D | mod.rs | 9 macro_rules! errorf { macros
|