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

/macosx-10.9.5/sudo-72/src/
H A Dglob.c603 glob2(pathbuf, pathbuf_last, pathend, pathend_last, pattern, pattern_last, pglob)
605 Char *pathend, *pathend_last;
619 *pathend = EOS;
624 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
628 if (pathend+1 > pathend_last)
630 *pathend++ = SEP;
631 *pathend = EOS;
637 /* Find end of next segment, copy tentatively to pathend. */
638 q = pathend;
649 pathend
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dglob.c512 glob2(Char *pathbuf, Char *pathend, Char *pathlim, argument
525 *pathend = EOS;
530 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
534 if (pathend >= pathlim)
536 *pathend++ = SEP;
537 *pathend = EOS;
543 /* Find end of next segment, copy tentatively to pathend. */
544 q = pathend;
555 pathend = q;
558 if (pathend >
570 glob3(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, Char *restpattern, glob_t *pglob, size_t *limit) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dglob.c597 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, argument
610 *pathend = EOS;
617 *pathend++ = SEP;
618 *pathend = EOS;
622 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode)
626 if (pathend + 1 > pathend_last)
628 *pathend++ = SEP;
629 *pathend = EOS;
635 /* Find end of next segment, copy tentatively to pathend. */
636 q = pathend;
662 glob3(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, Char *restpattern, glob_t *pglob, struct glob_limit *limit, locale_t loc) argument
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dglob.c627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, argument
640 *pathend = EOS;
647 *pathend++ = SEP;
648 *pathend = EOS;
653 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
657 if (pathend+1 > pathend_last)
659 *pathend++ = SEP;
660 *pathend = EOS;
666 /* Find end of next segment, copy tentatively to pathend. */
667 q = pathend;
695 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...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dma.setp.c236 struct pelem *pe, *pathend; local
252 pathhead = pathend = pe;
254 pathend->pnext = pe;
255 pathend = pe;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c6416 char *cp, *pathend, *mpname; local
6433 pathend = &mp->mnt_vfsstat.f_mntonname[0];
6434 for (cp = pathend; *cp != '\0'; ++cp) {
6436 pathend = cp + 1;
6444 maxlen = MAXPATHLEN - (pathend - mp->mnt_vfsstat.f_mntonname);
6445 bzero(pathend, maxlen);
6446 strlcpy(pathend, mpname, maxlen);

Completed in 163 milliseconds