/reactos/.github/ |
H A D | labeler.yml | 5 - any-glob-to-any-file: 10 - any-glob-to-any-file: 19 - any-glob-to-any-file: 24 - any-glob-to-any-file: 30 - any-glob-to-any-file: 35 - any-glob-to-any-file: 44 - any-glob-to-any-file: 49 - any-glob-to-any-file:
|
/reactos/sdk/lib/3rdparty/freetype/src/tools/docmaker/ |
H A D | utils.py | 16 import string, sys, os, glob, itertools 111 newpath = glob.glob( pathname )
|
H A D | docmaker.py | 34 import sys, os, time, string, glob, getopt
|
/reactos/modules/rostests/apitests/dbghelp/ |
H A D | data.c | 31 HGLOBAL glob; in extract_one() local 43 glob = LoadResource(mod, rsrc); in extract_one() 44 ok(glob != NULL, "Failed loading '%s' res\n", resid); in extract_one() 45 if (!glob) in extract_one() 48 data = LockResource(glob); in extract_one()
|
/reactos/dll/win32/mscms/ |
H A D | profile.c | 810 char colordir[MAX_PATH], glob[MAX_PATH], **profiles = NULL; in EnumColorProfilesA() local 831 lstrcpyA( glob, colordir ); in EnumColorProfilesA() 832 lstrcatA( glob, spec ); in EnumColorProfilesA() 834 find = FindFirstFileA( glob, &data ); in EnumColorProfilesA() 963 WCHAR colordir[MAX_PATH], glob[MAX_PATH], **profiles = NULL; in EnumColorProfilesW() local 982 lstrcpyW( glob, colordir ); in EnumColorProfilesW() 983 lstrcatW( glob, spec ); in EnumColorProfilesW() 985 find = FindFirstFileW( glob, &data ); in EnumColorProfilesW()
|
/reactos/sdk/lib/apisets/ |
H A D | update.py | 121 for schemafile in input_dir.glob('*.json'):
|
/reactos/modules/rosapps/applications/net/ncftp/ |
H A D | CMakeLists.txt | 52 libncftp/glob.c
|
/reactos/base/applications/network/ftp/ |
H A D | prototypes.h | 13 char **glob(const char *s);
|
H A D | fake.c | 36 char **glob(const char *v) in glob() function
|
H A D | cmds.c | 440 gargs = glob(argv[i]); in mput() 1669 globbed = glob(*cpp); in globulize()
|
/reactos/modules/rostests/winetests/mscms/ |
H A D | profile.c | 1323 char glob[MAX_PATH + sizeof("\\*.icm")]; in have_profile() local 1328 if (!pGetColorDirectoryA( NULL, glob, &size )) return FALSE; in have_profile() 1329 lstrcatA( glob, "\\*.icm" ); in have_profile() 1330 handle = FindFirstFileA( glob, &data ); in have_profile()
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | libncftp.dsp | 100 SOURCE=.\glob.c
|
/reactos/dll/win32/wbemprox/ |
H A D | builtin.c | 2369 WCHAR *glob = NULL, *path = NULL, *new_path, root[] = {'A',':','\\',0}; in fill_datafile() local 2392 heap_free( glob ); in fill_datafile() 2395 if (!(glob = build_glob( root[0], path, len ))) in fill_datafile() 2400 if ((handle = FindFirstFileW( glob, &data )) != INVALID_HANDLE_VALUE) in fill_datafile() 2455 heap_free( glob ); in fill_datafile() 2497 WCHAR *glob = NULL, *path = NULL, *new_path, root[] = {'A',':','\\',0}; in fill_directory() local 2520 heap_free( glob ); in fill_directory() 2523 if (!(glob = build_glob( root[0], path, len ))) in fill_directory() 2528 if ((handle = FindFirstFileW( glob, &data )) != INVALID_HANDLE_VALUE) in fill_directory() 2584 heap_free( glob ); in fill_directory()
|
/reactos/dll/win32/netcfgx/lang/ |
H A D | cs-CZ.rc | 240 IDS_DISABLE_FILTER "Vypnutí tohoto globálního nastavení TCP/IP ovlivní všechny adaptéry."
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | valid.c | 5236 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { in xmlSnprintfElements() argument 5241 if (glob) strcat(buf, "("); in xmlSnprintfElements() 5304 if (glob) strcat(buf, ")"); in xmlSnprintfElements()
|
H A D | xmlregexp.c | 8193 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { in xmlExpDumpInt() argument 8197 if (glob) xmlBufferWriteChar(buf, "("); in xmlExpDumpInt() 8265 if (glob) in xmlExpDumpInt()
|