Home
last modified time | relevance | path

Searched defs:STARTSWITH (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/PC/
Dlauncher2.c597 #define STARTSWITH(s) _startsWith(tail, tailLen, (s), -1) in parseCommandLine() macro
644 #define STARTSWITH(s) _startsWithArgument(arg, argLen, (s), -1) in parseCommandLine() macro