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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c97 #define CHAR_EOS '\0' macro
192 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
194 if ((c = *patnext++) == CHAR_EOS) {
204 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
206 *bufnext = CHAR_EOS;
225 if (pattern[0] == CHAR_LBRACE && pattern[1] == CHAR_RBRACE && pattern[2] == CHAR_EOS)
258 for (pm = pe++; *pe != CHAR_RBRACKET && *pe != CHAR_EOS; pe++)
260 if (*pe == CHAR_EOS) {
277 if (i != 0 || *pe == CHAR_EOS) {
286 for (pl = pm++; *pm != CHAR_RBRACKET && *pm != CHAR_EOS; p
[all...]

Completed in 242 milliseconds