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

/vbox/src/apps/svnsync-vbox/
H A Dmain.c335 char hostname_str[APRMAXHOSTLEN + 1] = { 0 };
341 apr_err = apr_gethostname(hostname_str, sizeof(hostname_str), pool);
345 mylocktoken = svn_string_createf(pool, "%s:%s", hostname_str,
334 char hostname_str[APRMAXHOSTLEN + 1] = { 0 }; local

Completed in 68 milliseconds