Searched refs:strings (Results 1 – 1 of 1) sorted by relevance
58 static char **curshell, **shells, *strings; variable83 free(strings); in endusershell()84 strings = NULL; in endusershell()105 free(strings); in initshells()106 strings = NULL; in initshells()120 if ((strings = malloc(flen)) == NULL) in initshells()124 free(strings); in initshells()125 strings = NULL; in initshells()129 cp = strings; in initshells()130 while (fgets_unlocked(cp, flen - (cp - strings), fp) != NULL) { in initshells()
Completed in 4 milliseconds