Searched refs:errx (Results 1 – 6 of 6) sorted by relevance
/system/core/toolbox/ |
D | newfs_msdos.c | 293 errx(1, "%s: bad FAT type", optarg); in newfs_msdos_main() 302 errx(1, "%s: bad volume label", optarg); in newfs_msdos_main() 307 errx(1, "%s: bad OEM string", optarg); in newfs_msdos_main() 375 errx(1, "create (-C) is incompatible with -N"); in newfs_msdos_main() 378 errx(1, "failed to create %s", fname); in newfs_msdos_main() 380 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create); in newfs_msdos_main() 395 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs); in newfs_msdos_main() 442 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps); in newfs_msdos_main() 444 errx(1, "bytes/sector (%u) is too small; minimum is %u", in newfs_msdos_main() 453 errx(1, "-%c is not a legal FAT%s option", in newfs_msdos_main() [all …]
|
D | dd.c | 1293 errx(EXIT_FAILURE, "unknown conversion %s", tmp.name); in f_conv() 1297 errx(EXIT_FAILURE, "%s: illegal conversion combination", tmp.name); in f_conv()
|
/system/core/toolbox/cp/ |
D | cp.c | 179 errx(EXIT_FAILURE, in cp_main() 184 errx(EXIT_FAILURE, in cp_main() 213 errx(EXIT_FAILURE, "%s: name too long", target); in cp_main() 281 errx(1, "directory %s does not exist", in cp_main() 284 errx(1, "%s is not a directory", to.p_path); in cp_main()
|
/system/core/toolbox/grep/ |
D | grep.c | 452 errx(2, getstr(3), "--devices"); in grep_main() 463 errx(2, getstr(3), "--directories"); in grep_main() 580 errx(2, getstr(3), "--binary-files"); in grep_main() 600 errx(2, getstr(3), "--color"); in grep_main() 679 errx(2, "%s", re_error); in grep_main()
|
D | util.c | 143 errx(2, "%s: %s", p->fts_path, strerror(p->fts_errno)); in grep_tree()
|
/system/core/sh/bltin/ |
D | bltin.h | 66 #define errx sh_errx macro
|