Searched refs:menupath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c96 const char *iplpath = "/boot/boot0", *menupath = "/boot/boot0.5"; local
121 menupath = optarg;
198 fd1 = open(menupath, O_RDONLY);
203 err(1, "%s", menupath);
205 errx(1, "%s: invalid file", menupath);

Completed in 41 milliseconds