Lines Matching refs:oper
98 static char *oper; variable
111 while ((oper = *++argv) != NULL) { in jcl()
112 if ((oper = strdup(oper)) == NULL) in jcl()
114 if ((arg = strchr(oper, '=')) == NULL) in jcl()
115 errx(1, "unknown operand %s", oper); in jcl()
118 errx(1, "no value specified for %s", oper); in jcl()
119 tmp.name = oper; in jcl()
210 errc(1, ERANGE, "%s", oper); in f_count()
497 errx(1, "%s: invalid numeric value", oper); in get_num()
499 err(1, "%s", oper); in get_num()
524 errx(1, "%s: %s", oper, strerror(ERANGE)); in get_num()
526 errx(1, "%s: illegal numeric value", oper); in get_num()
546 errx(1, "%s: invalid numeric value", oper); in get_off_t()
548 err(1, "%s", oper); in get_off_t()
573 errx(1, "%s: %s", oper, strerror(ERANGE)); in get_off_t()
575 errx(1, "%s: illegal numeric value", oper); in get_off_t()