Searched refs:ftype (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | glob.c | 180 int *ftype, in UnDosLine() argument 261 *ftype = '-'; in UnDosLine() 267 *ftype = 'd'; in UnDosLine() 278 *ftype = 'd'; in UnDosLine() 307 if (*ftype == 'd') in UnDosLine() 312 if (*ftype == 'd') in UnDosLine() 360 int *ftype, in UnLslRLine() argument 552 *ftype = '-'; in UnLslRLine() 572 int ftype; in UnLslR() local 658 fi.type = ftype; in UnLslR() [all …]
|
H A D | cmds.c | 1475 FTPFileType(const FTPCIPtr cip, const char *const file, int *const ftype) in FTPFileType() argument 1490 if (ftype == NULL) { in FTPFileType() 1495 *ftype = 0; in FTPFileType() 1498 *ftype = mlsInfo.ftype; in FTPFileType() 1507 *ftype = 'd'; in FTPFileType() 1533 int result, ftype; in FTPIsDir() local 1545 result = FTPFileType(cip, dir, &ftype); in FTPIsDir() 1548 if (ftype == 'd') in FTPIsDir() 1560 int result, ftype; in FTPIsRegularFile() local 1572 result = FTPFileType(cip, file, &ftype); in FTPIsRegularFile() [all …]
|
H A D | ncftp.h | 278 int ftype; member 545 int FTPFileType(const FTPCIPtr cip, const char *const file, int *const ftype);
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 187 FileTypeInfo& ftype = super::operator[](ext); in operator []() local 189 ftype._neverShowExt = false; in operator []() 196 ftype._classname = value; in operator []() 199 if (!RegQueryValue(HKEY_CLASSES_ROOT, ftype._classname, display_name, &valuelen)) in operator []() 200 ftype._displayname = display_name; in operator []() 202 if (!RegOpenKey(HKEY_CLASSES_ROOT, ftype._classname, &hkey)) { in operator []() 204 ftype._neverShowExt = true; in operator []() 210 return ftype; in operator []()
|
/reactos/modules/rostests/win32/cmd/ |
H A D | test_builtins.cmd | 456 :: ftype 458 :: ftype xxx 460 :: ftype
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_builtins.cmd | 2456 echo ------------ Testing ftype ------------ 2464 ftype footype> baz 2468 ftype footype=foo_opencmd 2470 ftype footype 2475 echo ftype footype>> tmp.cmd 2484 ftype footype= 2485 ftype footype > baz 2488 rem FIXME Revisit once a grep-like program like ftype is implemented
|
H A D | test_builtins.cmd.exp | 1459 ------------ Testing ftype ------------
|