Home
last modified time | relevance | path

Searched refs:s_fgets (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/boot/bootadm/
H A Dbootadm.h170 extern char *s_fgets(char *buf, int n, FILE *fp);
H A Dbootadm.c1977 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 Dbootadm_upgrade.c79 while (s_fgets(buf, sizeof (buf), fp) != NULL) { in get_findroot_cap()
H A Dbootadm_hyper.c675 while (s_fgets(line, LINEBUF_SZ, fp) != NULL) { in parse_bootenvrc()