Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 14 of 14) sorted by relevance

/reactos/dll/win32/shell32/wine/
H A Dcontrol.c886 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 Dfnmatch.c328 int quoted = 0; local
339 quoted++;
346 if (!quoted && c == '[') {
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dutils.c138 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 Dadvpack_private.h27 LPWSTR get_parameter(LPWSTR *params, WCHAR separator, BOOL quoted) DECLSPEC_HIDDEN;
H A Dinstall.c200 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 Dasmname.c665 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 Dcmd.c436 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 Dhistory.txt331 (quoted paths / file names).
/reactos/modules/rostests/winetests/shell32/
H A Dshlexec.c1645 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 Dfile.c2962 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 Dchangelog175 * Mailboxes containing spaces in their names are quoted.
/reactos/dll/win32/inetcomm/
H A Dmimeole.c638 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 Deditor.c5394 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 Dtest_builtins.cmd3309 if not errorlevel 1 echo quoted drive change unexpectedly worked