Searched refs:pfgets (Results 1 – 3 of 3) sorted by relevance
/system/core/sh/ | ||
D | input.h | 50 char *pfgets(char *, int); |
D | input.c | 144 pfgets(char *line, int len) in pfgets() function |
D | parser.c | 1171 if (pfgets(line, sizeof line) != NULL) { in readtoken1() |