Lines Matching refs:strings
80 static char **shells, *strings; variable
107 if (strings != NULL) in endusershell()
108 (void) free(strings); in endusershell()
109 strings = NULL; in endusershell()
130 if (strings != NULL) in initshells()
131 (void) free(strings); in initshells()
132 strings = NULL; in initshells()
148 ((strings = malloc((size_t)statb.st_size + 1)) == NULL)) { in initshells()
155 (void) free(strings); in initshells()
156 strings = NULL; in initshells()
160 cp = strings; in initshells()