Home | History | Annotate | Download | only in openbsd-compat

Lines Matching defs:EOS

83 #define	EOS		'\0'
195 while (bufnext < bufend && (c = *patnext++) != EOS)
199 while (bufnext < bufend && (c = *patnext++) != EOS)
201 if ((c = *patnext++) == EOS) {
209 *bufnext = EOS;
228 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
255 *lm = EOS;
262 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
264 if (*pe == EOS) {
280 if (i != 0 || *pe == EOS)
287 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
289 if (*pm == EOS) {
320 for (pl = pe + 1; (*lm++ = *pl++) != EOS; )
365 *h = EOS;
372 if (((char *) patbuf)[0] == EOS) {
401 while (b < eb && (*b++ = *p++) != EOS)
403 *b = EOS;
469 while ((c = *qpatnext++) != EOS) {
475 if (*qpatnext == EOS ||
529 *bufnext = EOS;
569 if (*pattern == EOS)
594 if (*pattern == EOS) { /* End of pattern? */
595 *pathend = EOS;
603 *pathend = EOS;
615 *pathend = EOS;
624 while (*p != EOS && *p != SEP) {
669 *pathend = EOS;
699 *pathend = EOS;
708 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
711 *dc = EOS;
717 *pathend = EOS;
867 } while (*name++ != EOS);
870 if (*name++ == EOS)
875 if ((k = *name++) == EOS)
877 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
903 return(*name == EOS);
988 if ((*buf++ = *str++) == EOS)