Home
last modified time | relevance | path

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

/openbsd/usr.bin/rsync/
H A Dmktemp.c224 mkstemplinkat(char *link, int fd, char *path) in mkstemplinkat() function
H A Dextern.h401 char *mkstemplinkat(char*, int, char *);
H A Duploader.c244 if (mkstemplinkat(f->link, p->rootfd, temp) == NULL) { in pre_symlink()