Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dchsh.c63 if (!(shell = xgetline(stdin))) xexit();
68 while ((line = xgetline(file)) && strcmp(shell, line)) free(line);
69 else do line = xgetline(file); while (line && *line != '/');
Dsh.c1267 if (!(new = xgetline(f ? f : stdin, 0))) break; in sh_main()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h190 char *xgetline(FILE *fp, int *len);
/third_party/toybox/lib/
Dlib.h197 char *xgetline(FILE *fp, int *len);
Dxwrap.c1043 char *xgetline(FILE *fp, int *len) in xgetline() function