Searched refs:pathlim (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/ |
H A D | glob.c | 581 glob2(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, glob_t *pglob, argument 618 if (pathend >= pathlim) 633 if (q >= pathlim) 661 if (pathend >= pathlim) 666 return glob3(pathbuf, pathend, pathlim, pattern, p, 673 glob3(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, argument 754 * use the pathlim character, if it is the nul 757 dc <= pathlim && (*dc++ = *sc++) != EOS;) 763 if (dc > pathlim && *pathlim ! [all...] |
Completed in 3280 milliseconds