Lines Matching refs:clntpath
600 char *clntpath; in handle_request() local
813 clntpath = &lrealpath[strlen(lrealpath)]; in handle_request()
814 clntpathmaxlen = sizeof(lrealpath) + lrealpath - clntpath; in handle_request()
817 clntpath = lrealpath; in handle_request()
887 n = strlen(clntpath); in handle_request()
888 strlcat(clntpath, ".", clntpathmaxlen); in handle_request()
889 strlcat(clntpath, hp->hostname->string, clntpathmaxlen); in handle_request()
891 clntpath[n] = 0; /* Try it without the suffix */ in handle_request()
902 "requested file not found: \"%s\"", clntpath); in handle_request()
918 clntpath); in handle_request()
924 strlcpy(bp->bp_file, clntpath, sizeof(bp->bp_file)); in handle_request()
926 report(LOG_INFO, "bootfile=\"%s\"", clntpath); in handle_request()