Searched defs:EOS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c114 #define EOS '\0' macro
210 while (bufnext < bufend && (c = *patnext++) != EOS)
214 while (bufnext < bufend && (c = *patnext++) != EOS)
216 if ((c = *patnext++) == EOS) {
225 *bufnext = EOS;
248 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
287 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
289 if (*pe == EOS) {
306 if (i != 0 || *pe == EOS) {
319 for (pl = pm++; *pm != RBRACKET && *pm != EOS; p
[all...]

Completed in 147 milliseconds