Searched defs:string_array (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfileutil.c192 * char ***string_array - reference to the string array
201 fileutil_add_string_to_array(char ***string_array, char *line, int *count, argument
208 temp_array = *string_array;
221 *string_array = ret_val;

Completed in 21 milliseconds