Lines Matching refs:strings
24 static char **shells, *strings; variable
52 if (strings != NULL) in endusershell()
53 free(strings); in endusershell()
54 strings = NULL; in endusershell()
75 if (strings != NULL) in initshells()
76 free(strings); in initshells()
77 strings = NULL; in initshells()
84 if ((strings = malloc((unsigned)statb.st_size + 1)) == NULL) { in initshells()
91 free(strings); in initshells()
92 strings = NULL; in initshells()
96 cp = strings; in initshells()