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

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfileutil.c69 char *returned_string; local
75 while ((returned_string =
90 return_array[(*num_elements)] = strdup(returned_string);
94 free(returned_string);
99 free(returned_string);
247 char *returned_string; local
249 while ((returned_string =
252 data = get_first_column_data(returned_string);

Completed in 14 milliseconds