Searched refs:delaytype (Results 1 – 1 of 1) sorted by relevance
727 char *delaytype = NULL; in cctl_delay() local739 delaytype = strdup(optarg); in cctl_delay()766 if ((delaytype == NULL) in cctl_delay()767 || (strcmp(delaytype, "oneshot") == 0)) in cctl_delay()769 else if (strcmp(delaytype, "cont") == 0) in cctl_delay()772 warnx("%s: invalid delay type %s", __func__, delaytype); in cctl_delay()820 free(delaytype); in cctl_delay()