Lines Matching defs:end
528 // the argument have no effect. A quoted argv0 must start and end
574 const wchar_t *end = argv0End; // will be end of the executable name
577 if (*tail == L'"' && end == argv0End) {
578 // Move the "end" up to the quote, so we also allow moving for
580 end = argv0End = tail;
581 } else if (*tail == L'.' && end == argv0End) {
582 end = tail;
592 int tailLen = (int)(end ? (end - tail) : wcsnlen_s(tail, MAXLEN));
1038 // Each template must end with "python"
1052 // Search for "python{command}" overrides. All templates end with
2393 int end = (int)wcsnlen_s(buffer, MAXLEN);
2394 if (end < bufferLength - (search->executableArgsLength + 1)) {
2395 exitCode = wcsncpy_s(&buffer[end], bufferLength - end,