Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 1 of 1) sorted by relevance

/misc/
A Dgetusershell.c58 static char **curshell, **shells, *strings; variable
83 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