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

/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c461 char *strprop; local
466 if ((strprop = strdup(value)) == NULL) {
475 for (namep = strprop;
492 free(strprop);
499 free(strprop);
557 char *strprop = NULL; local
593 strprop = strdup(prot_props);
594 if (strprop == NULL) {
600 for (namep = strprop;
740 free(strprop);
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c302 char *strprop = NULL; local
337 strprop = strdup(prot_props);
338 if (strprop == NULL) {
346 for (namep = strprop;
418 free(strprop);
427 if (strprop != NULL)
428 free(strprop);

Completed in 45 milliseconds