/reactos/dll/win32/shell32/wine/ |
H A D | control.c | 886 BOOL quoted = FALSE; in Control_DoLaunch() local 896 if (ch == '"') quoted = !quoted; in Control_DoLaunch() 897 if (!quoted && (ch == ' ' || ch == ',' || ch == '\0')) { in Control_DoLaunch() 921 quoted = FALSE; in Control_DoLaunch() 925 if (ch == '"') quoted = !quoted; in Control_DoLaunch() 926 if (!quoted && (ch == ' ' || ch == ',' || ch == '\0')) { in Control_DoLaunch() 984 BOOL quoted = FALSE; in Control_DoLaunch() 1006 if (quoted && wszCmd[i] != L'"') in Control_DoLaunch() 1011 quoted = !quoted; in Control_DoLaunch()
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | fnmatch.c | 328 int quoted = 0; local 339 quoted++; 346 if (!quoted && c == '[') {
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | utils.c | 138 int base, len, neg, quoted; in ppp_vslprintf() local 285 quoted = c == 'q'; in ppp_vslprintf() 299 if (!quoted && c >= 0x80) { in ppp_vslprintf() 304 if (quoted && (c == '"' || c == '\\')) in ppp_vslprintf() 307 if (quoted) { in ppp_vslprintf()
|
/reactos/dll/win32/advpack/ |
H A D | advpack_private.h | 27 LPWSTR get_parameter(LPWSTR *params, WCHAR separator, BOOL quoted) DECLSPEC_HIDDEN;
|
H A D | install.c | 200 LPWSTR get_parameter(LPWSTR *params, WCHAR separator, BOOL quoted) in get_parameter() argument 207 if (quoted && *token == '"') in get_parameter()
|
/reactos/dll/win32/fusion/ |
H A D | asmname.c | 665 BOOL quoted = FALSE; in parse_value() local 671 quoted = TRUE; in parse_value() 675 if ((quoted && *p != '\"') || (!quoted && *p == '\"')) in parse_value()
|
/reactos/base/shell/cmd/ |
H A D | cmd.c | 436 BOOL quoted = !!_tcschr(First, _T(' ')); in Execute() local 437 _tcscpy(szFullCmdLine, quoted ? _T("\"") : _T("")); in Execute() 439 … _tcsncat(szFullCmdLine, quoted ? _T("\"") : _T(""), CMDLINE_LENGTH - _tcslen(szFullCmdLine) - 1); in Execute()
|
H A D | history.txt | 331 (quoted paths / file names).
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlexec.c | 1645 char quoted[MAX_PATH + 2]; in test_filename() local 1648 sprintf(quoted, "\"%s\"", filename); in test_filename() 1649 rc=shell_execute(test->verb, quoted, NULL, NULL); in test_filename()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | file.c | 2962 char quoted[16]; in test_FindFirstFile_wildcards() local 2964 sprintf( quoted, ", '%.10s'", find_data.cFileName ); in test_FindFirstFile_wildcards() 2966 if ((ptr = strstr(missing, quoted))) in test_FindFirstFile_wildcards() 2968 int len = strlen(quoted); in test_FindFirstFile_wildcards() 2971 strcat(correct, quoted); in test_FindFirstFile_wildcards() 2974 strcat(incorrect, quoted); in test_FindFirstFile_wildcards()
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | changelog | 175 * Mailboxes containing spaces in their names are quoted.
|
/reactos/dll/win32/inetcomm/ |
H A D | mimeole.c | 638 BOOL quoted = FALSE; in unquote_string() local 645 quoted = TRUE; in unquote_string() 655 if(!quoted) in unquote_string()
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 5394 BOOL candidateStarted = FALSE, quoted = FALSE; in ME_FindNextURLCandidate() local 5419 quoted = (c == '<'); in ME_FindNextURLCandidate() 5432 if (quoted && c != '\r') in ME_FindNextURLCandidate() 5447 if (quoted && c == '>') in ME_FindNextURLCandidate()
|
/reactos/modules/rostests/winetests/cmd/ |
H A D | test_builtins.cmd | 3309 if not errorlevel 1 echo quoted drive change unexpectedly worked
|