Lines Matching refs:errx
119 errx(1, "unable to allocate space for the argument \"%s\"", *argv); in jcl()
121 errx(1, "unknown operand %s", oper); in jcl()
124 errx(1, "no value specified for %s", oper); in jcl()
129 errx(1, "unknown operand %s", tmp.name); in jcl()
131 errx(1, "%s: illegal argument combination or already set", in jcl()
160 errx(1, "record operations require cbs"); in jcl()
162 errx(1, "cbs cannot be zero"); in jcl()
174 errx(1, "cbs meaningless if not doing record operations"); in jcl()
194 errx(1, "bs must be between 1 and %zd", (ssize_t)SSIZE_MAX); in f_bs()
205 errx(1, "cbs must be between 1 and %zd", (ssize_t)SSIZE_MAX); in f_cbs()
229 errx(1, "files must be between 1 and %zu", SIZE_MAX); in f_files()
237 errx(1, "need exactly one fill char"); in f_fillchar()
250 errx(1, "ibs must be between 1 and %zd", in f_ibs()
281 errx(1, "unknown iflag %s", tmp.name); in f_iflag()
283 errx(1, "%s: illegal conversion combination", tmp.name); in f_iflag()
304 errx(1, "obs must be between 1 and %zd", in f_obs()
349 errx(1, "unknown status %s", arg); in f_status()
391 errx(1, "unknown conversion %s", tmp.name); in f_conv()
393 errx(1, "%s: illegal conversion combination", tmp.name); in f_conv()
427 errx(1, "unknown open flag %s", tmp.name); in f_oflag()
503 errx(1, "%s: invalid numeric value", oper); in get_num()
530 errx(1, "%s: %s", oper, strerror(ERANGE)); in get_num()
532 errx(1, "%s: illegal numeric value", oper); in get_num()
552 errx(1, "%s: invalid numeric value", oper); in get_off_t()
579 errx(1, "%s: %s", oper, strerror(ERANGE)); in get_off_t()
581 errx(1, "%s: illegal numeric value", oper); in get_off_t()