Lines Matching refs:str_has_pfx
15 #define str_has_pfx(str, pfx) \
170 if (!in_regex && str_has_pfx(pattern, "{{")) {
175 if (in_regex && str_has_pfx(pattern, "}}")) {
276 if (str_has_pfx(str, "0x"))
451 if (str_has_pfx(s, TEST_TAG_DESCRIPTION_PFX)) {
519 } else if (str_has_pfx(s, TEST_TAG_RETVAL_PFX)) {
526 } else if (str_has_pfx(s, TEST_TAG_RETVAL_PFX_UNPRIV)) {
534 } else if (str_has_pfx(s, TEST_TAG_LOG_LEVEL_PFX)) {
539 } else if (str_has_pfx(s, TEST_TAG_PROG_FLAGS_PFX)) {
566 } else if (str_has_pfx(s, TEST_TAG_ARCH)) {
583 } else if (str_has_pfx(s, TEST_BTF_PATH)) {
585 } else if (str_has_pfx(s, TEST_TAG_CAPS_UNPRIV)) {
591 } else if (str_has_pfx(s, TEST_TAG_LOAD_MODE_PFX)) {