/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_msgs.c | 142 void errorf(struct GlobalConfig *config, const char *fmt, ...) in errorf() function
|
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...] |
/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()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | super.c | 48 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem() 52 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem() 54 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem() 60 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem() 109 errorf(fc, "squashfs init bdi failed"); in squashfs_fill_super() 135 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super() 147 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super() 178 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super() 238 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super() 261 errorf(f in squashfs_fill_super() [all...] |
/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()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | super.c | 159 errorf(fc, "Major/Minor mismatch, older Squashfs %d.%d " in supported_squashfs_filesystem() 163 errorf(fc, "Major/Minor mismatch, trying to mount newer " in supported_squashfs_filesystem() 165 errorf(fc, "Please update your kernel"); in supported_squashfs_filesystem() 171 errorf(fc, "Filesystem uses \"%s\" compression. This is not supported", in supported_squashfs_filesystem() 219 errorf(fc, "unable to read squashfs_super_block"); in squashfs_fill_super() 231 errorf(fc, "Can't find a SQUASHFS superblock on %pg", in squashfs_fill_super() 268 errorf(fc, "Page size > filesystem block size (%d). This is " in squashfs_fill_super() 328 errorf(fc, "Failed to allocate read_page block"); in squashfs_fill_super() 364 errorf(fc, "unable to read xattr id index table"); in squashfs_fill_super() 377 errorf(f in squashfs_fill_super() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdsuper.c | 84 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 130 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd() 152 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd() 163 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdsuper.c | 106 errorf(fc, "MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mtd_get_sb_by_nr() 152 errorf(fc, "MTD: MTD device with name \"%s\" not found", in get_tree_mtd() 175 errorf(fc, "MTD: Couldn't look up '%s': %d", fc->source, ret); in get_tree_mtd() 190 errorf(fc, "MTD: Attempt to mount non-MTD device \"%s\"", in get_tree_mtd()
|
/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3);
|
H A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | parent.h | 10 void (*errorf)(struct nvif_object *, const char *fmt, ...) __printf(2, 3);
|
H A D | printf.h | 19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 227 * errorf - Store supplementary error message 234 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro 246 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 214 * errorf - Store supplementary error message 221 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) macro 233 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL)
|
/third_party/lame/libmp3lame/ |
H A D | lame_global_flags.h | 155 void (*errorf) (const char *format, va_list ap); member
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_parser.c | 171 errorf(fc, "%s: Lookup failure for '%s'", param->key, f->name); in fs_lookup_param() 180 errorf(fc, "%s: Non-blockdev passed as '%s'", in fs_lookup_param()
|