Lines Matching refs:bootfile
641 char *homedir, *bootfile; in handle_request() local
859 bootfile = NULL; in handle_request()
862 bootfile = strrchr(homedir, '/'); in handle_request()
863 if (bootfile) { in handle_request()
864 if (homedir == bootfile) in handle_request()
866 *bootfile++ = '\0'; in handle_request()
869 bootfile = homedir; in handle_request()
875 (bootfile) ? bootfile : ""); in handle_request()
884 if (hp->flags.bootfile) in handle_request()
885 bootfile = hp->bootfile->string; in handle_request()
896 if (bootfile) { in handle_request()
897 if (bootfile[0] != '/') in handle_request()
899 strcat(clntpath, bootfile); in handle_request()
900 bootfile = NULL; in handle_request()