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