Searched refs:s_fgets (Results 1 – 4 of 4) sorted by relevance
/titanic_44/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 | 1974 while (s_fgets(safefilep->name, MAXPATHLEN + in cmpstat() 2406 while (s_fgets(buf, sizeof (buf), fp) != NULL) { in read_one_list() 3771 while (s_fgets(cksum_line, sizeof (cksum_line), cfp) != NULL) { in synchronize_BE_menu() 4512 while (s_fgets(cp, len, fp) != NULL) { in menu_read() 5031 while (s_fgets(linebuf, sizeof (linebuf), fp) != NULL) { 5199 while (s_fgets(tmpsign, sizeof (tmpsign), bfp) != NULL) { 6447 for (i = 0; s_fgets(tmpsign, sizeof (tmpsign), tfp); i++) { 6620 while (s_fgets(tmpsign, sizeof (tmpsign), bfp)) { 7141 cp = s_fgets(title, sizeof (title), fp); 9190 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()
|