Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c321 const Char *pe, *pm, *pm1, *pl; in globexp2() local
331 for (i = 0, pe = ++ptr; *pe != EOS; pe++) in globexp2()
332 if (*pe == LBRACKET) { in globexp2()
334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
336 if (*pe == EOS) { in globexp2()
341 pe = pm; in globexp2()
344 else if (*pe == LBRACE) in globexp2()
346 else if (*pe == RBRACE) { in globexp2()
353 if (i != 0 || *pe == EOS) in globexp2()
356 for (i = 0, pl = pm = ptr; pm <= pe; pm++) in globexp2()
[all …]