Home
last modified time | relevance | path

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

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