Searched refs:EOS (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c564 #define EOS '\0' macro
578 case EOS:
581 return (*string == EOS ? 0 : FNM_NOMATCH);
583 if (*string == EOS)
605 if (c == EOS)
619 while ((test = *string) != EOS) {
629 if (*string == EOS)
651 if ((c = *pattern++) == EOS) {
701 if (c == EOS)
711 && (c2 = *(pattern+1)) != EOS
[all...]

Completed in 424 milliseconds