Searched refs:flen (Results 1 – 1 of 1) sorted by relevance
101 size_t flen; in initshells() local119 flen = statb.st_size + 3; in initshells()120 if ((strings = malloc(flen)) == NULL) in initshells()130 while (fgets_unlocked(cp, flen - (cp - strings), fp) != NULL) { in initshells()
Completed in 3 milliseconds