Searched refs:SubString (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/contrib/dev/acpica/components/debugger/ |
| H A D | dbcmds.c | 637 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-12.1/contrib/googletest/googletest/scripts/ |
| H A D | pump.py | 208 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) != '[[':
|