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

/opensolaris-onvv-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c227 char *server_string; local
235 server_string = strtok(list_copy, delimiter);
236 if (server_string != NULL) {
237 while (server_string != NULL) {
239 &list_array, server_string, count,
246 server_string =

Completed in 102 milliseconds