Searched refs:curpath (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/pax/
H A Dftree.c410 static char curdir[PAXPATHLEN+2], curpath[PAXPATHLEN+2]; local
436 if (snprintf(curpath, sizeof(curpath), "%s%s%s",
438 >= (int)sizeof(curpath)) {
446 Mftent.fts_path = curpath;
527 curdirlen = strlcpy(curdir, curpath, sizeof(curdir));
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstabs.c189 char curpath[MAXPATHLEN]; local
266 strcpy(curpath, str);
267 curfile = basename(curpath);

Completed in 200 milliseconds