Lines Matching defs:optval
565 blksize_handler(int opcode, char *optval, int *errcode)
572 value = (int)strtol(optval, &endp, 10);
594 timeout_handler(int opcode, char *optval, int *errcode)
601 value = (int)strtol(optval, &endp, 10);
623 tsize_handler(int opcode, char *optval, int *errcode)
630 value = strtoll(optval, &endp, 10);
662 char *cp, *optname, *optval, *ostr, *oackend;
686 if ((optval = next_field(optname, endopts)) == NULL) {
690 if ((opts = next_field(optval, endopts)) == NULL) {
699 ostr = options[i].opt_handler(opcode, optval, &errcode);