Searched refs:EOS (Results 1 – 1 of 1) sorted by relevance
114 #define EOS '\0' macro210 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()214 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()216 if ((c = *patnext++) == EOS) { in glob()225 *bufnext = EOS; in glob()248 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1()287 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()289 if (*pe == EOS) { in globexp2()306 if (i != 0 || *pe == EOS) { in globexp2()319 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()[all …]