Searched refs:delaytype (Results 1 – 1 of 1) sorted by relevance
702 char *delaytype = NULL; in cctl_delay() local714 delaytype = strdup(optarg); in cctl_delay()741 if ((delaytype == NULL) in cctl_delay()742 || (strcmp(delaytype, "oneshot") == 0)) in cctl_delay()744 else if (strcmp(delaytype, "cont") == 0) in cctl_delay()747 warnx("%s: invalid delay type %s", __func__, delaytype); in cctl_delay()795 free(delaytype); in cctl_delay()