Searched refs:delaytype (Results 1 – 1 of 1) sorted by relevance
732 char *delaytype = NULL; in cctl_delay() local744 delaytype = strdup(optarg); in cctl_delay()771 if ((delaytype == NULL) in cctl_delay()772 || (strcmp(delaytype, "oneshot") == 0)) in cctl_delay()774 else if (strcmp(delaytype, "cont") == 0) in cctl_delay()777 warnx("%s: invalid delay type %s", __func__, delaytype); in cctl_delay()825 free(delaytype); in cctl_delay()