getbootfile
const char *getbootfile(void);
uf = getbootfile();
static char *getbootfile(int try);
for (try = 0; (cp = getbootfile(try)) != NULL; try++)
(void)strlcpy(bootfile, getbootfile(), sizeof(bootfile));