Lines Matching +defs:command +defs:s
474 _debugStringAndLength(const wchar_t *s, int len, const wchar_t *name) in _debugStringAndLength()
495 #define DEBUGNAME(s) L"SearchInfo." ## s in dumpSearchInfo() argument
496 #define DEBUG(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? (search->s) : L"(null)") in dumpSearchInfo() argument
497 #define DEBUG_2(s, sl) _debugStringAndLength((search->s), (search->sl), DEBUGNAME(#s)) in dumpSearchInfo() argument
498 #define DEBUG_BOOL(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? L"True" : L"False") in dumpSearchInfo() argument
596 #define MATCHES(s) (0 == _comparePath(tail, tailLen, (s), -1)) in parseCommandLine() argument
597 #define STARTSWITH(s) _startsWith(tail, tailLen, (s), -1) in parseCommandLine() argument
643 #define MATCHES(s) (0 == _compareArgument(arg, argLen, (s), -1)) in parseCommandLine() argument
644 #define STARTSWITH(s) _startsWithArgument(arg, argLen, (s), -1) in parseCommandLine() argument
762 wchar_t *command; in searchPath() local
875 _findCommand(SearchInfo *search, const wchar_t *command, int commandLength) in _findCommand()
899 wchar_t command[MAXLEN]; in _useShebangAsExecutable() local
1036 const wchar_t *command; in checkShebang() local
1957 _installEnvironment(const wchar_t *command, const wchar_t *arguments) in _installEnvironment()
2036 wchar_t command[MAXLEN]; in installEnvironment() local