Searched refs:listCopy (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.c258 char *listCopy; local
263 listCopy = strdup(exportList_in_string_form);
264 if (listCopy == NULL) {
274 export = strtok(listCopy, endOfLine);
289 free(listCopy);
293 free(listCopy);
294 listCopy = strdup(exportList_in_string_form);
295 if (listCopy == NULL) {
302 export = strtok(listCopy, endOfLine);
312 free(listCopy);
[all...]

Completed in 100 milliseconds