Home
last modified time | relevance | path

Searched refs:equalptr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c298 char *option_ptr, *actopt, *equalptr; in cmp_requested_to_actual_options() local
318 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()