Searched refs:s_fgets (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.h | 170 extern char *s_fgets(char *buf, int n, FILE *fp);
|
H A D | bootadm.c | 1977 while (s_fgets(safefilep->name, MAXPATHLEN + in cmpstat() 2409 while (s_fgets(buf, sizeof (buf), fp) != NULL) { in read_one_list() 3799 while (s_fgets(cksum_line, sizeof (cksum_line), cfp) != NULL) { in synchronize_BE_menu() 4540 while (s_fgets(cp, len, fp) != NULL) { in menu_read() 5059 while (s_fgets(linebuf, sizeof (linebuf), fp) != NULL) { 5227 while (s_fgets(tmpsign, sizeof (tmpsign), bfp) != NULL) { 6475 for (i = 0; s_fgets(tmpsign, sizeof (tmpsign), tfp); i++) { 6648 while (s_fgets(tmpsign, sizeof (tmpsign), bfp)) { 7169 cp = s_fgets(title, sizeof (title), fp); 9436 while (s_fgets(buf, sizeof (buf), ptr) != NULL) { [all …]
|
H A D | bootadm_upgrade.c | 79 while (s_fgets(buf, sizeof (buf), fp) != NULL) { in get_findroot_cap()
|
H A D | bootadm_hyper.c | 675 while (s_fgets(line, LINEBUF_SZ, fp) != NULL) { in parse_bootenvrc()
|