Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h54 CheckLabel, enumerator
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp601 case Check::CheckLabel: in getDescription()
655 return {Check::CheckLabel, Rest}; in FindCheckType()
835 if ((CheckTy == Check::CheckLabel) && P.hasVariable()) { in ReadCheckFile()
1401 if (CheckLabelStr.Pat.getCheckTy() != Check::CheckLabel) { in CheckInput()