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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dshareutil.c50 char *optvalue; local
60 optvalue = strchr(optname, '=');
61 if (optvalue == NULL) {
65 *optvalue++ = '\0'; /* separate the halves */
67 optvalue = NULL;
71 newopt->optvalue = optvalue;
84 tmp->optvalue = optvalue;
H A Dsharemgr.h101 char *optvalue; member in struct:options

Completed in 63 milliseconds