Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/rdistd/
Dserver.c71 static int chkparent(char *, opt_t);
638 chkparent(char *name, opt_t opts) in chkparent() function
653 if (errno == ENOENT && chkparent(name, opts) >= 0) { in chkparent()
743 if (chkparent(new, opts) < 0 || (f = mkstemp(new)) == -1) { in recvfile()
1081 (chkparent(target, opts) == 0 && in recvdir()
1151 if (chkparent(new, opts) < 0 || mktemp(new) == NULL || in recvlink()
1258 if (chkparent(target, options) < 0 ) { in hardlink()