Lines Matching refs:wcslen
392 n = wcslen(ip->executable);
532 size_t wlen = wcslen(wanted_ver);
537 wlen -= wcslen(L"-32");
541 wlen -= wcslen(L"-64");
544 n = wcslen(ip->version);
626 size_t n = wcslen(wanted_ver);
838 child_command_size = wcslen(executable) + wcslen(cmdline) + 2;
842 child_command_size = wcslen(executable) + wcslen(suffix) +
843 wcslen(cmdline) + 3;
908 n = wcslen(p);
1034 key += wcslen(key) + 1;
1068 plen = wcslen(vpp->shebang);
1673 size_t len = wcslen(s);
1888 newlen = wcslen(wrapped_script_path) + wcslen(command) + 2; /* ' ' + NUL */
1929 cch += (DWORD)wcslen(PYTHON_EXECUTABLE) + 4; /* include sep, null and quotes */
1971 (!wcsncmp(p, L"-0", wcslen(L"-0")) ||
1972 !wcsncmp(p, L"--list", wcslen(L"--list"))))
1989 command += wcslen(p);