Home
last modified time | relevance | path

Searched refs:UseHLPath (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/cpdup/
H A Dcpdup.h71 extern const char *UseHLPath;
H A Dcpdup.c161 const char *UseHLPath; variable
212 UseHLPath = optarg; in main()
609 if (asprintf(&hpath, "%s%s", UseHLPath, dpath + DstBaseLen) < 0) in checkHLPath()
1099 if (UseHLPath && (hpath = checkHLPath(stat1, spath, dpath)) != NULL) { in DoCopy()