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

/freebsd-10.2-release/lib/libstand/
H A Dnandfs.c639 char *strp, *lpath; local
648 lpath = namebuf;
654 while ((strp = strsep(&lpath, "/")) != NULL) {
736 if (lpath != NULL) {
738 strncpy(namebuf + nameidx + link_len, lpath,
744 NANDFS_DEBUG("%s: strp=%s, lpath=%s, namebuf0=%s, "
745 "namebuf1=%s, idx=%d\n", __func__, strp, lpath,
748 lpath = namebuf + nameidx;
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_repos/
H A Dreporter.c1469 write_path_info(report_baton_t *b, const char *path, const char *lpath, argument
1480 lrep = lpath ? apr_psprintf(pool, "+%" APR_SIZE_T_FMT ":%s",
1481 strlen(lpath), lpath) : "-";

Completed in 101 milliseconds