Home
last modified time | relevance | path

Searched refs:FTPRemoteGlob (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/net/ncftp/libncftp/
H A Dcmds.c58 batchResult = FTPRemoteGlob(cip, &fileList, pattern, doGlob); in FTPChmod()
97 result = FTPRemoteGlob(cip, &fileList, "**", kGlobYes); in FTPRmdirRecursiveL2()
207 batchResult = FTPRemoteGlob(cip, &fileList, pattern, doGlob); in FTPDelete()
796 batchResult = FTPRemoteGlob(cip, &fileList, pattern, doGlob); in FTPRmdir()
H A Dglob.c1341 FTPRemoteGlob(FTPCIPtr cip, LineListPtr fileList, const char *pattern, int doGlob) in FTPRemoteGlob() function
1636 result = FTPRemoteGlob(cip, &fileList, "**", kGlobYes); in FTPFtwL2()
H A Dncftp.h564 int FTPRemoteGlob(FTPCIPtr cip, LineListPtr fileList, const char *pattern, int doGlob);
H A Dio.c2563 batchResult = FTPRemoteGlob(cip, &globList, pattern, doGlob); in FTPGetFiles3()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dcmds.c579 result = FTPRemoteGlob(&gConn, &ll, argv[1], (aip->noglobargv[1] != 0) ? kGlobNo: kGlobYes); in ChdirCmd()
2965 result = FTPRemoteGlob(&gConn, &ll, argv[i], (aip->noglobargv[i] != 0) ? kGlobNo: kGlobYes); in RGlobCmd()
3406 rc = FTPRemoteGlob(&gConn, &ll, pattern, (aip->noglobargv[i] != 0) ? kGlobNo: kGlobYes); in SpoolGetCmd()