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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c185 char curpath[MAXPATHLEN]; local
262 strcpy(curpath, str);
263 curfile = basename(curpath);
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c518 char *curpath, path[MAXPATHLEN], *tofree, *totalpath; local
529 curpath = strsep(&totalpath, ":");
531 curpath = totalpath;
533 while (curpath != NULL) {
534 snprintf(path, sizeof(path), "%s/geom_%s.so", curpath,
543 curpath = strsep(&totalpath, ":");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2451 static char curpath[PATH_MAX]; variable
2472 (void) strlcat(curpath, name, sizeof (curpath));
2476 curpath, strerror(err));
2500 (u_longlong_t)child_obj, curpath, doi.doi_type,
2504 (void) strlcat(curpath, "/", sizeof (curpath));
2545 (void) snprintf(curpath, sizeof (curpath), "dataset=%s path=/", ds);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c5023 const char *curpath = lastpath->data;
5033 SVN_ERR(prev_location(&curpath, &currev, fs, curroot,
5034 curpath, subpool));
5035 if (! curpath)
5040 svn_stringbuf_set(lastpath, curpath);
5007 const char *curpath = lastpath->data; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c3812 const char *curpath = lastpath->data;
3823 SVN_ERR(prev_location(&curpath, &currev, fs, curroot, curpath,
3825 if (! curpath)
3830 svn_stringbuf_set(lastpath, curpath);
3799 const char *curpath = lastpath->data; local

Completed in 214 milliseconds