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

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c144 char **secstringarray; local
156 secstringarray =
158 if (secstringarray == NULL) {
178 secstringarray[*count] = strdup(strptr);
179 if (secstringarray[*count] == NULL) {
183 secstringarray, *count);
185 free(secstringarray);
195 secstringarray[*count] = strdup(temp_str);
196 if (secstringarray[*count] == NULL) {
200 secstringarray, *coun
[all...]

Completed in 55 milliseconds