Home
last modified time | relevance | path

Searched refs:errorf (Results 1 - 25 of 30) sorted by relevance

12

/third_party/curl/src/
H A Dtool_dirhie.c53 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 Dtool_main.c172 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 Dvar.c186 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 Dtool_operate.c445 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 Dtool_msgs.h35 void errorf(struct GlobalConfig *config, const char *fmt, ...)
H A Dtool_getparam.c879 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 Dtool_msgs.c142 void errorf(struct GlobalConfig *config, const char *fmt, ...) in errorf() function
H A Dtool_cb_wrt.c87 errorf(global, "overflow in filename generation"); in tool_create_output_file()
92 errorf(global, "out of memory"); in tool_create_output_file()
H A Dtool_formparse.c420 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 Dtool_paramhlp.c668 errorf(config->global, "out of memory"); in get_args()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc129 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 Ddecoder.h160 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 Dtest_round_trip.rs79 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 Dtest_precedence.rs81 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 Dprogress.rs27 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 Dparse.rs37 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 Dlame_global_flags.h155 void (*errorf) (const char *format, va_list ap); member
H A Dlame.c586 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 Dmisc.c68 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 Dmain.c281 /* 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 Deval.c408 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 Dexec.c229 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 Dvar.c261 errorf(Tbadsubst); in isglobal()
1417 errorf(Tf_sD_sD_s, vp->name, Tbadnum, s); in setspec()
H A Dsh.h900 #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 Dmod.rs9 macro_rules! errorf { macros

Completed in 44 milliseconds

12