Lines Matching refs:bootfile
633 char *homedir, *bootfile; in handle_request() local
851 bootfile = NULL; in handle_request()
854 bootfile = strrchr(homedir, '/'); in handle_request()
855 if (bootfile) { in handle_request()
856 if (homedir == bootfile) in handle_request()
858 *bootfile++ = '\0'; in handle_request()
861 bootfile = homedir; in handle_request()
867 (bootfile) ? bootfile : ""); in handle_request()
876 if (hp->flags.bootfile) in handle_request()
877 bootfile = hp->bootfile->string; in handle_request()
888 if (bootfile) { in handle_request()
889 if (bootfile[0] != '/') in handle_request()
891 strcat(clntpath, bootfile); in handle_request()
892 bootfile = NULL; in handle_request()