Home
last modified time | relevance | path

Searched refs:checkName (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.cpp113 char checkName[1024]; in GetModulesNT() local
133 lstrcpy(checkName, szModName); in GetModulesNT()
134 strupr(checkName); in GetModulesNT()
138 if (!strstr(checkName, "SYSTEM32")) in GetModulesNT()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1676 void checkName();
1684 checkName(); in Name()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2894 void Record::checkName() { in checkName() function in Record
2922 checkName(); in setName()