Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c124 #define SEP L'/' macro
441 b < eb && *p != EOS && UNPROT(*p) != SEP; *b++ = *p++) in globtilde()
444 if (*p != EOS && UNPROT(*p) != SEP) in globtilde()
669 UNPROT(pathend[-1]) != SEP && in glob2()
678 *pathend++ = SEP; in glob2()
688 while (*p != EOS && UNPROT(*p) != SEP) { in glob2()
701 while (UNPROT(*pattern) == SEP) { in glob2()