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

/freebsd-13-stable/contrib/apr/include/
H A Dapr_strings.h87 APR_DECLARE(int) apr_strnatcasecmp(char const *a, char const *b);
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_strnatcmp.c146 APR_DECLARE(int) apr_strnatcasecmp(char const *a, char const *b) function
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c835 if (apr_strnatcasecmp(answer, _("yes")) == 0 ||
836 apr_strnatcasecmp(answer, _("y")) == 0)
841 else if (apr_strnatcasecmp(answer, _("no")) == 0 ||
842 apr_strnatcasecmp(answer, _("n")) == 0)
H A Dconfig.c514 && apr_strnatcasecmp(section, SVN_CONFIG__DEFAULT_SECTION) != 0)
H A Dio.c1376 if (sleep_env_var && apr_strnatcasecmp(sleep_env_var, "yes") == 0)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c289 && apr_strnatcasecmp(ignore_v2_env_var, "yes") == 0))
H A Dupdate.c2639 if (apr_strnatcasecmp(sess->server_allows_bulk, "off") == 0)
2644 else if (apr_strnatcasecmp(sess->server_allows_bulk, "prefer") == 0)

Completed in 93 milliseconds