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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c519 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, argument
532 *pathend = CHAR_EOS;
537 pathend[-1] != CHAR_SEP) && (S_ISDIR(sb.st_mode)
541 *pathend++ = CHAR_SEP;
542 *pathend = CHAR_EOS;
548 /* Find end of next segment, copy tentatively to pathend. */
549 q = pathend;
558 pathend = q;
561 *pathend++ = *pattern++;
563 return(glob3(pathbuf, pathend, patter
570 glob3(Char *pathbuf, Char *pathend, Char *pattern, Char *restpattern, glob_t *pglob, size_t *limit) argument
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c628 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, argument
641 *pathend = EOS;
648 *pathend++ = SEP;
649 *pathend = EOS;
654 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
658 if (pathend+1 > pathend_last)
660 *pathend++ = SEP;
661 *pathend = EOS;
667 /* Find end of next segment, copy tentatively to pathend. */
668 q = pathend;
696 glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob, struct glob_lim *limitp) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c645 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, argument
658 *pathend = EOS;
668 UNPROT(pathend[-1]) != SEP &&
673 if (pathend + 1 > pathend_last) {
677 *pathend++ = SEP;
678 *pathend = EOS;
684 /* Find end of next segment, copy tentatively to pathend. */
685 q = pathend;
698 pathend = q;
701 if (pathend
715 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, Char *restpattern, glob_t *pglob, struct glob_limit *limit) argument
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dma.setp.c235 struct pelem *pe, *pathend; local
251 pathhead = pathend = pe;
253 pathend->pnext = pe;
254 pathend = pe;
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c901 ACPI_DMAR_PCI_PATH *path, *pathend; local
918 pathend = path + pathlen / sizeof(ACPI_DMAR_PCI_PATH);
919 if (path < pathend) {
926 } while (path < pathend);

Completed in 205 milliseconds