Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c116 char *oper, *arg; in jcl() local
120 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()