Lines Matching defs:name
180 isEnvVarSet(const wchar_t *name)
184 return GetEnvironmentVariableW(name, NULL, 0) >= 2;
395 // name of the target executable. Length can be -1 if the string
405 // company name for PEP 514 lookup. Length can be -1 if the string
474 _debugStringAndLength(const wchar_t *s, int len, const wchar_t *name)
477 debug(L"%s: (null)\n", name);
479 debug(L"%s: (empty)\n", name);
481 debug(L"%s: %s\n", name, s);
483 debug(L"%s: %.*ls\n", name, len, s);
573 const wchar_t *tail = argv0End; // will be start of the executable name
574 const wchar_t *end = argv0End; // will be end of the executable name
1333 // Sort by company name
1844 // The package family name. Can be found for an installed package using the
2338 // executable name.
2355 fwprintf_s(stderr, L"Cannot launch %s %s because no executable name is available",