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
315 if ((equalptr = strchr(option_ptr, '=')) != NULL) in cmp_requested_to_actual_options()
316 *equalptr = '\0'; in cmp_requested_to_actual_options()
355 if ((equalptr = strchr(actopt, '=')) != NULL) in cmp_requested_to_actual_options()
356 *equalptr = '\0'; in cmp_requested_to_actual_options()