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

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/mount_methods/
H A Dmountprov_methods.c150 int commandLen; local
172 commandLen = strlen(SHOWEXPORTS) + strlen(host) + 1;
174 showExportsCommand = calloc(commandLen, sizeof (char));
181 (void) snprintf(showExportsCommand, commandLen, "%s%s", SHOWEXPORTS,

Completed in 96 milliseconds