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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c581 glob2(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, glob_t *pglob, argument
591 _DIAGASSERT(pathend != NULL);
601 *pathend = EOS;
608 *pathend++ = SEP;
609 *pathend = EOS;
613 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
618 if (pathend >= pathlim)
620 *pathend++ = SEP;
621 *pathend = EOS;
627 /* Find end of next segment, copy tentatively to pathend
673 glob3(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, Char *restpattern, glob_t *pglob, size_t *limit) argument
[all...]

Completed in 43 milliseconds