Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:pathbuf

566 	Char pathbuf[MAXPATHLEN];
571 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
572 pathbuf, pathbuf+MAXPATHLEN-1,
582 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
596 if (g_lstat(pathbuf, &sb, pglob))
610 (g_stat(pathbuf, &sb, pglob) == 0) &&
618 return(globextend(pathbuf, pglob, limitp, &sb));
642 return(glob3(pathbuf, pathbuf_last, pathend,
650 glob3(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last,
672 if ((dirp = g_opendir(pathbuf, pglob)) == NULL) {
675 if (g_Ctoc(pathbuf, buf, sizeof(buf)))
720 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,