Home | History | Annotate | Download | only in gen

Lines Matching defs:EOS

112 #define	EOS		'\0'
208 while (bufnext < bufend && (c = *patnext++) != EOS)
212 while (bufnext < bufend && (c = *patnext++) != EOS)
214 if ((c = *patnext++) == EOS) {
223 *bufnext = EOS;
252 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
291 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
293 if (*pe == EOS) {
310 if (i != 0 || *pe == EOS) {
323 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
325 if (*pm == EOS) {
355 for (pl = pe + 1; (*lm++ = *pl++) != EOS;)
416 *d = EOS;
419 if (*d == EOS) {
457 while (b < pend && (*b++ = *p++) != EOS)
495 while ((c = *qpatnext++) != EOS) {
501 if (*qpatnext == EOS ||
544 *bufnext = EOS;
595 if (*pattern == EOS)
633 if (*pattern == EOS) { /* End of pattern? */
634 *pathend = EOS;
642 *pathend = EOS;
653 *pathend = EOS;
662 while (*p != EOS && *p != SEP) {
713 *pathend = EOS;
729 *restpattern == EOS ?
738 *pathend = EOS;
784 *pathend = EOS;
801 ((dp->d_name[1] == EOS) ||
802 ((dp->d_name[1] == DOT) && (dp->d_name[2] == EOS))))
805 * The resulting string contains EOS, so we can
809 dc <= pathlim && (*dc++ = *sc++) != EOS;)
813 * Have we filled the buffer without seeing EOS?
815 if (dc > pathlim && *pathlim != EOS) {
826 *pathend = EOS;
844 *dc = EOS;
849 *pathend = EOS;
852 *pathend = EOS;
961 if (*name == EOS)
971 if (*name == EOS)
978 if ((k = *name) == EOS)
982 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
1045 if (quote && pattern[1] != EOS)
1142 for (dc = buf; len && (*dc++ = *str++) != EOS; len--)