bootfile
char *homedir, *bootfile;
bootfile = NULL;
bootfile = strrchr(homedir, '/');
if (bootfile) {
if (homedir == bootfile)
*bootfile++ = '\0';
bootfile = homedir;
(bootfile) ? bootfile : "");
if (hp->flags.bootfile)
bootfile = hp->bootfile->string;
if (bootfile) {
if (bootfile[0] != '/')
strcat(clntpath, bootfile);
bootfile = NULL;
struct shared_string *bootfile,
unsigned bootfile :1,
if (hp->flags.bootfile) {
fprintf(fp, "\\\n\t:bf=%s:", hp->bootfile->string);
DUP_LINK(bootfile);
del_string(hostptr->bootfile);
PARSE_STR(bootfile);
bootplayer.bootfile);
bootplayer.bootfile);
uint8_t bootfile[128]; /* boot filename */
strncpy(bp->bp_file, bootfile, sizeof(bp->bp_file));
bcopy(rbuf.rbootp.bp_file, bootfile, sizeof(bootfile));
bootfile[sizeof(bootfile) - 1] = '\0';
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
extern char bootfile[FNAME_SIZE];
SYSCTL_STRING(_kern, KERN_BOOTFILE, bootfile, CTLFLAG_RW,
struct bootfile ntm_bootfile;
bcopy( bp->b_data, &ntmp->ntm_bootfile, sizeof(struct bootfile) );
"syslogd: kernel boot file is %s", bootfile);
static char bootfile[MAXLINE+1]; /* booted kernel file */
(void)strlcpy(bootfile, getbootfile(), sizeof(bootfile));
use_bootfile ? bootfile : "kernel", msg);