Home
last modified time | relevance | path

Searched refs:SubString (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c637 char *SubString; in AcpiDbDisplayInterfaces() local
676 SubString = strstr ("INSTALL", ActionArg); in AcpiDbDisplayInterfaces()
677 if (SubString) in AcpiDbDisplayInterfaces()
690 SubString = strstr ("REMOVE", ActionArg); in AcpiDbDisplayInterfaces()
691 if (SubString) in AcpiDbDisplayInterfaces()
/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dpump.py208 def SubString(lines, start, end): function
240 return Token(start, end, SubString(lines, start, end), token_type)
291 if SubString(lines, pos, pos + 1) == '(':
336 if SubString(lines, pos, pos + 2) != '[[':