Searched refs:get_line (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | lsscsi.c | 29 static char *get_line(const char *filename, char *buf, char *bufend) in get_line() function 74 ptr = get_line("vendor", buf, buf + sizeof(buf)); in lsscsi_main() 77 ptr = get_line("type", ptr, buf + sizeof(buf)); in lsscsi_main() 80 ptr = get_line("model", ptr, buf + sizeof(buf)); in lsscsi_main() 83 /*ptr =*/ get_line("rev", ptr, buf + sizeof(buf)); in lsscsi_main()
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | textbox.c | 27 static char *get_line(void); 213 get_line(); in dialog_textbox() 439 line = get_line(); in print_line() 465 static char *get_line(void) in get_line() function
|
/busybox-1.35.0/editors/ |
D | patch_toybox.c | 151 char *get_line(int fd) in get_line() function 331 char *data = get_line(TT.filein); in apply_one_hunk() 447 patchline = get_line(TT.filepatch); in patch_main()
|
/busybox-1.35.0/networking/ |
D | httpd.c | 1306 static unsigned get_line(void) in get_line() function 2247 if (!get_line()) { /* EOF or error or empty line */ in handle_incoming_and_exit() 2466 unsigned iobuf_len = get_line(); in handle_incoming_and_exit()
|