Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfileutil.c162 char *start_of_commentp; in fileutil_get_cmd_from_string() local
175 start_of_commentp = strchr(current_string, '#'); in fileutil_get_cmd_from_string()
176 if (start_of_commentp != NULL) { in fileutil_get_cmd_from_string()
177 *start_of_commentp = '\0'; in fileutil_get_cmd_from_string()