Searched defs:start_of_commentp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 62 milliseconds