Searched refs:source_username (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c295 const char *source_username; member in struct:opt_baton_t
1965 const char *username = NULL, *source_username = NULL, *sync_username = NULL;
2061 opt_err = svn_utf_cstring_to_utf8(&source_username, opt_arg, pool);
2201 && (source_username || sync_username
2212 source_username = username;
2220 opt_baton.source_username = source_username;
2365 opt_baton.source_username,
1958 const char *username = NULL, *source_username = NULL, *sync_username = NULL; local

Completed in 36 milliseconds