Lines Matching refs:bootfile
628 char *homedir, *bootfile; in handle_request() local
846 bootfile = NULL; in handle_request()
849 bootfile = strrchr(homedir, '/'); in handle_request()
850 if (bootfile) { in handle_request()
851 if (homedir == bootfile) in handle_request()
853 *bootfile++ = '\0'; in handle_request()
856 bootfile = homedir; in handle_request()
862 (bootfile) ? bootfile : ""); in handle_request()
871 if (hp->flags.bootfile) in handle_request()
872 bootfile = hp->bootfile->string; in handle_request()
883 if (bootfile) { in handle_request()
884 if (bootfile[0] != '/') in handle_request()
886 strcat(clntpath, bootfile); in handle_request()
887 bootfile = NULL; in handle_request()