Lines Matching refs:strings
93 static char **shells, *strings;120 if (strings != NULL)121 (void) free(strings);122 strings = NULL;143 if (strings != NULL)144 (void) free(strings);145 strings = NULL;161 ((strings = malloc((size_t)statb.st_size + 1)) == NULL)) {168 (void) free(strings);169 strings = NULL;173 cp = strings;