Searched refs:fgetstr (Results 1 – 11 of 11) sorted by relevance
| /freebsd/stand/kboot/libkboot/ |
| H A D | seg.c | 295 if (fgetstr(buf, sizeof(buf), fd) < 0) in populate_avail_from_iomem() 319 while (fgetstr(buf, sizeof(buf), fd) >= 0 && buf[0] == ' ') { in populate_avail_from_iomem() 342 if (fgetstr(buf, sizeof(buf), fd) < 0) in populate_avail_from_iomem()
|
| /freebsd/stand/libsa/ |
| H A D | gets.c | 85 fgetstr(char *buf, int size, int fd) in fgetstr() function
|
| H A D | splitfs.c | 142 while (fgetstr(buf, CONF_BUF, conffd) > 0) { in splitfs_open()
|
| H A D | stand.h | 313 extern int fgetstr(char *buf, int size, int fd);
|
| /freebsd/stand/liblua/ |
| H A D | lstd.h | 100 #define fgets(b, l, s) fgetstr((b), (l), 0)
|
| /freebsd/stand/common/ |
| H A D | commands.c | 68 if (fgetstr(line, 80, fd) < 0) in help_getnext() 182 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
|
| H A D | interp_simple.c | 115 while (fgetstr(input, sizeof(input), fd) >= 0) { in interp_include()
|
| H A D | interp_forth.c | 406 while (fgetstr(input, sizeof(input), fd) >= 0) { in interp_include()
|
| H A D | boot.c | 336 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) { in getrootmount()
|
| H A D | gfx_fb.c | 2610 while ((len = fgetstr(buf, sizeof (buf), fd)) >= 0) { in read_list()
|
| /freebsd/stand/kboot/kboot/ |
| H A D | main.c | 97 while (fgetstr(buf, sizeof(buf), fd) > 0) { in memory_limits()
|