Home
last modified time | relevance | path

Searched refs:fgetstr (Results 1 – 11 of 11) sorted by relevance

/freebsd/stand/kboot/libkboot/
H A Dseg.c295 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 Dgets.c85 fgetstr(char *buf, int size, int fd) in fgetstr() function
H A Dsplitfs.c142 while (fgetstr(buf, CONF_BUF, conffd) > 0) { in splitfs_open()
H A Dstand.h313 extern int fgetstr(char *buf, int size, int fd);
/freebsd/stand/liblua/
H A Dlstd.h100 #define fgets(b, l, s) fgetstr((b), (l), 0)
/freebsd/stand/common/
H A Dcommands.c68 if (fgetstr(line, 80, fd) < 0) in help_getnext()
182 while (fgetstr(buf, 80, hfd) >= 0 && in command_help()
H A Dinterp_simple.c115 while (fgetstr(input, sizeof(input), fd) >= 0) { in interp_include()
H A Dinterp_forth.c406 while (fgetstr(input, sizeof(input), fd) >= 0) { in interp_include()
H A Dboot.c336 while (fgetstr(lbuf, sizeof(lbuf), fd) >= 0) { in getrootmount()
H A Dgfx_fb.c2610 while ((len = fgetstr(buf, sizeof (buf), fd)) >= 0) { in read_list()
/freebsd/stand/kboot/kboot/
H A Dmain.c97 while (fgetstr(buf, sizeof(buf), fd) > 0) { in memory_limits()