Searched refs:found_equalsign (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c847 char *found_equalsign; local
851 found_equalsign = strstr(opt, equalsign);
854 * If found_equalsign is NULL then we did not find an equal sign
857 if (found_equalsign == NULL) {

Completed in 53 milliseconds