Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfileutil.c160 char *start_of_commentp; in fileutil_get_cmd_from_string() local
173 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()
174 if (start_of_commentp != NULL) { in fileutil_get_cmd_from_string()
175 *start_of_commentp = '\0'; in fileutil_get_cmd_from_string()