Home | History | Annotate | Download | only in dropbear

Lines Matching refs:strings

86 static char **curshell, **shells, *strings;
222 if (strings != NULL)
223 free(strings);
224 strings = NULL;
243 if (strings != NULL)
244 free(strings);
245 strings = NULL;
252 if ((strings = malloc((u_int)statb.st_size + 1)) == NULL) {
259 free(strings);
260 strings = NULL;
264 cp = strings;
266 while (fgets(cp, flen - (cp - strings), fp) != NULL) {