Home
last modified time | relevance | path

Searched refs:dpath (Results 1 – 6 of 6) sorted by relevance

/dragonfly/bin/cpdup/
HDcpdup.c99 char *dpath; member
106 static void RemoveRecur(const char *dpath, dev_t devNo, struct stat *dstat);
123 static char *checkHLPath(struct stat *st, const char *spath, const char *dpath);
124 static int validate_check(const char *spath, const char *dpath);
356 info.dpath = dst; in main()
362 info.dpath = NULL; in main()
603 checkHLPath(struct stat *st1, const char *spath, const char *dpath) in checkHLPath() argument
609 if (asprintf(&hpath, "%s%s", UseHLPath, dpath + DstBaseLen) < 0) in checkHLPath()
643 validate_check(const char *spath, const char *dpath) in validate_check() argument
650 fd2 = hc_open(&DstHost, dpath, O_RDONLY, 0); in validate_check()
[all …]
HDmd5.c183 md5_check(const char *spath, const char *dpath) in md5_check() argument
207 if (dpath == NULL) { in md5_check()
235 dcode = doMD5File(dpath, NULL, 1); in md5_check()
HDcpdup.h65 int md5_check(const char *spath, const char *dpath);
/dragonfly/contrib/dhcpcd/compat/
HDpidfile.c138 char dpath[PATH_MAX], buf[16], *eptr; in pidfile_read() local
146 if (pidfile_varrun_path(dpath, sizeof(dpath), path) == -1) in pidfile_read()
148 path = dpath; in pidfile_read()
179 char dpath[PATH_MAX]; in pidfile_lock() local
190 if (pidfile_varrun_path(dpath, sizeof(dpath), path) == -1) in pidfile_lock()
192 path = dpath; in pidfile_lock()
/dragonfly/sys/netproto/802_11/
HDdofbsddiff16 set dpath = `find $dbase -type f -name $name`
17 if ( "$dpath" == "" ) then
20 diff -w -u $dpath $spath
/dragonfly/usr.bin/dsynth/
HDmount.c40 const char *spath, const char *dpath,
312 domount(worker_t *work, int type, const char *spath, const char *dpath, in domount() argument
330 asprintf(&buf, "%s%s", work->basedir, dpath); in domount()
402 sbase, spath, work->basedir, dpath); in domount()