Searched refs:relpath (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c83 * and 'relpath' must be at least MAXPATHLEN characters. We also pass a stat64
87 parse_pathname(const char *inpath, char *dataset, char *relpath, argument
137 (void) strcpy(relpath, rel);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c6146 char relpath[MAXPATHLEN]; local
6178 off = sm_strlcpyn(relpath, sizeof(relpath), 2, prefix, "/");
6179 SM_ASSERT(off < sizeof(relpath));
6183 relpath, cp);
6233 i = sizeof(relpath) - off;
6234 if (sm_strlcpy(relpath + off, d->d_name, i) >= i)
6237 if (!chkqdir(relpath, sff))
6265 (void) sm_strlcpyn(subdir, sizeof(subdir), 3, relpath, "/", name); \
6280 newstr(relpath);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2227 const char *relpath; local
2237 relpath = "";
2239 relpath = zhp->zfs_name + strlen(source);
2240 if (relpath[0] == '/')
2241 relpath++;
2262 relpath[0] != '\0'))
2265 if (relpath[0] == '\0')
2270 root, str, relpath[0] == '@' ? "" : "/",
2271 relpath);

Completed in 102 milliseconds