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

/freebsd-11-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c97 char *iplbakpath = NULL, *menubakpath = NULL; local
112 menubakpath = optarg;
173 if (menubakpath != NULL) {
174 fd1 = open(menubakpath, O_WRONLY | O_CREAT | O_TRUNC, 0666);
176 err(1, "%s", menubakpath);
179 err(1, "%s", menubakpath);
181 errx(1, "%s: short write", menubakpath);

Completed in 105 milliseconds