Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dslre.c92 static const char *meta_chars = "|.^$*+?()[\\"; variable
199 while (**re != '\0' && (strchr(meta_chars, **re)) == NULL) in exact()