Searched refs:first_colon (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c957 const char *first_colon, *second_colon, *equals_sign; local
959 if ((first_colon = strchr(opt_arg, ':')) && (first_colon != opt_arg))
961 if ((second_colon = strchr(first_colon + 1, ':')) &&
962 (second_colon != first_colon + 1))
971 first_colon - opt_arg);
972 config_option->section = apr_pstrndup(pool, first_colon + 1,
973 second_colon - first_colon - 1);

Completed in 69 milliseconds