Lines Matching refs:oper
85 static char *oper; variable
99 if ((oper = strdup(*argv)) == NULL) in jcl()
101 if ((arg = strchr(oper, '=')) == NULL) in jcl()
102 errx(1, "unknown operand %s", oper); in jcl()
105 errx(1, "no value specified for %s", oper); in jcl()
106 tmp.name = oper; in jcl()
116 free(oper); in jcl()
329 errx(1, "%s: illegal numeric value", oper); in get_bsz()
334 err(1, "%s", oper); in get_bsz()
336 errx(1, "%s: illegal numeric value", oper); in get_bsz()
388 errx(1, "%s: illegal numeric value", oper); in get_bsz()
392 errc(1, ERANGE, "%s", oper); in get_bsz()
414 err(1, "%s", oper); in get_off()
416 errx(1, "%s: illegal numeric value", oper); in get_off()
468 errx(1, "%s: illegal numeric value", oper); in get_off()
472 errc(1, ERANGE, "%s", oper); in get_off()