Home | History | Annotate | Download | only in Glob

Lines Matching defs:EOS

114 #define EOS           '\0'

210 while (bufnext < bufend && (c = *patnext++) != EOS)
214 while (bufnext < bufend && (c = *patnext++) != EOS)
216 if ((c = *patnext++) == EOS) {
225 *bufnext = EOS;
248 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
287 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
289 if (*pe == EOS) {
306 if (i != 0 || *pe == EOS) {
319 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
321 if (*pm == EOS) {
351 for (pl = pe + 1; (*lm++ = *pl++) != EOS;)
405 *d = EOS;
408 if (*d == EOS) {
432 while (b < pend && (*b++ = *p++) != EOS)
467 while ((c = *qpatnext++) != EOS) {
473 if (*qpatnext == EOS ||
513 *bufnext = EOS;
564 if (*pattern == EOS)
600 if (*pattern == EOS) { /* End of pattern? */
601 *pathend = EOS;
609 *pathend = EOS;
621 *pathend = EOS;
630 while (*p != EOS && *p != SEP) {
695 *pathend = EOS;
733 *pathend = EOS;
749 ((dp->FileName[1] == EOS) ||
750 ((dp->FileName[1] == DOT) && (dp->FileName[2] == EOS))))
753 * The resulting string contains EOS, so we can
757 dc <= pathlim && (*dc++ = *sc++) != EOS;)
761 * Have we filled the buffer without seeing EOS?
763 if (dc > pathlim && *pathlim != EOS) {
774 *pathend = EOS;
780 *pathend = EOS;
889 while (*name++ != EOS);
892 if (*name++ == EOS)
897 if ((k = *name++) == EOS)
899 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
917 return *name == EOS;
1017 for (dc = buf; len && (*dc++ = *str++) != EOS; len--)