Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds