Searched refs:oper (Results 1 – 1 of 1) sorted by relevance
116 char *oper, *arg; in jcl() local120 while ((oper = *++argv) != NULL) { in jcl()121 if ((oper = strdup(oper)) == NULL) { in jcl()127 if ((arg = strchr(oper, '=')) == NULL) { in jcl()128 errx(EXIT_FAILURE, "unknown operand %s", oper); in jcl()133 errx(EXIT_FAILURE, "no value specified for %s", oper); in jcl()136 tmp.name = oper; in jcl()