Searched refs:Current_Dir (Results 1 – 6 of 6) sorted by relevance
135 extern char *Current_Dir(char *pathname);
4246 StrAllocCopy(temp, wwwName(Current_Dir(curdir))); in LYConvertToURL()4273 Current_Dir(curdir); in LYConvertToURL()5107 char *Current_Dir(char *pathname) in Current_Dir() function6733 cp = Current_Dir(buf); in LYValidateFilename()6822 Current_Dir(temp); in LYLocalFileToURL()
522 temp2 = wwwName(Current_Dir(curdir)); in LYFillLocalFileURL()
1554 if (!strcmp(Current_Dir(filename), ".")) { in main()
5286 Current_Dir(buf2); in handle_LYK_CHDIR()5317 HTInfoMsg(Current_Dir(buffer)); in handle_LYK_PWD()
6503 Current_Dir() rather than environment variable $PWD, since the $PWD directory6506 * add/use function Current_Dir(), to check for failure in getcwd/getwd -TD