Searched refs:equalptr (Results 1 – 1 of 1) sorted by relevance
298 char *option_ptr, *actopt, *equalptr; in cmp_requested_to_actual_options() local318 if ((equalptr = strchr(option_ptr, '=')) != NULL) in cmp_requested_to_actual_options()319 *equalptr = '\0'; in cmp_requested_to_actual_options()358 if ((equalptr = strchr(actopt, '=')) != NULL) in cmp_requested_to_actual_options()359 *equalptr = '\0'; in cmp_requested_to_actual_options()