Home
last modified time | relevance | path

Searched defs:rsync (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/rpki-client/
H A Drsync.c43 struct rsync { struct
45 char *uri; /* uri of this rsync proc */ argument
52 static TAILQ_HEAD(, rsync) states = TAILQ_HEAD_INITIALIZER(states); argument
[all...]
H A Dmain.c971 int rc, c, i, st, proc, rsync, http, rrdp, hangup = 0; main() local
H A Drepo.c95 const struct rsyncrepo *rsync; global() member
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DMirrors.pm576 sub rsync { shift->{rsync} || '' } subroutine