Searched refs:errx (Results 1 - 6 of 6) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c293 errx(1, "%s: bad FAT type", optarg);
302 errx(1, "%s: bad volume label", optarg);
307 errx(1, "%s: bad OEM string", optarg);
375 errx(1, "create (-C) is incompatible with -N");
378 errx(1, "failed to create %s", fname);
380 errx(1, "failed to initialize %jd bytes", (intmax_t)opt_create);
395 errx(1, "cannot seek to %jd", (intmax_t)opt_ofs);
442 errx(1, "bytes/sector (%u) is not a power of 2", bpb.bps);
444 errx(1, "bytes/sector (%u) is too small; minimum is %u",
453 errx(
[all...]
H A Ddd.c1147 * errx(1, "seek offsets cannot be larger than %d", INT_MAX);
1293 errx(EXIT_FAILURE, "unknown conversion %s", tmp.name);
1297 errx(EXIT_FAILURE, "%s: illegal conversion combination", tmp.name);
/system/core/sh/bltin/
H A Dbltin.h66 #define errx sh_errx macro
/system/core/toolbox/cp/
H A Dcp.c179 errx(EXIT_FAILURE,
184 errx(EXIT_FAILURE,
213 errx(EXIT_FAILURE, "%s: name too long", target);
281 errx(1, "directory %s does not exist",
284 errx(1, "%s is not a directory", to.p_path);
/system/core/toolbox/grep/
H A Dgrep.c452 errx(2, getstr(3), "--devices");
463 errx(2, getstr(3), "--directories");
580 errx(2, getstr(3), "--binary-files");
600 errx(2, getstr(3), "--color");
679 errx(2, "%s", re_error);
H A Dutil.c143 errx(2, "%s: %s", p->fts_path, strerror(p->fts_errno));

Completed in 459 milliseconds