Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dmain.c288 CheckLabel(const char *label, struct prompt *prompt, int mode) in CheckLabel() function
379 CheckLabel(argv[arg], prompt, sw.mode); in main()
381 CheckLabel("default", prompt, sw.mode); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h53 CheckLabel, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1661 case Check::CheckLabel: in getDescription()
1756 return ConsumeModifiers(Check::CheckLabel); in FindCheckType()
1977 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in readCheckFile()
2781 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in checkInput()