Home
last modified time | relevance | path

Searched refs:StrRFindLocalPathDelim (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dutil.c690 StrRFindLocalPathDelim(const char *src) /* TODO: optimize */ in StrRFindLocalPathDelim() function
715 cp = StrRFindLocalPathDelim(dst); in StrRemoveTrailingLocalPathDelim()
847 cp = StrRFindLocalPathDelim(s); in MkDirs()
866 cp = StrRFindLocalPathDelim(s); in MkDirs()
901 cp = StrRFindLocalPathDelim(s); in MkDirs()
H A Dutil.h96 char *StrRFindLocalPathDelim(const char *src);
H A Dncftp.h495 # define StrRFindLocalPathDelim(a) strrchr(a, LOCAL_PATH_DELIM) macro
593 char *StrRFindLocalPathDelim(const char *src);
H A Dglob.c1301 else if ((cp = StrRFindLocalPathDelim(filePtr->line)) == NULL) in FTPLocalRecursiveFileList2()
1507 cp = StrRFindLocalPathDelim(pattern); in WinLocalGlob()
H A Dio.c2636 cp = StrRFindLocalPathDelim(ldir); in FTPGetFiles3()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dutil.c537 cp = StrRFindLocalPathDelim(gOurInstallationPath); in InitOurDirectory()
553 cp = StrRFindLocalPathDelim(gOurInstallationPath); in InitOurDirectory()
H A Dls.c737 cp = StrRFindLocalPathDelim(fip->relname); in LLs()