Home
last modified time | relevance | path

Searched refs:apr_escape_shell (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dapr_escape.c69 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str, in apr_escape_shell() function
Dcmdline.c1365 status = apr_escape_shell(NULL, orig_path, len, &esc_len); in escape_path()
1433 apr_escape_shell(path, orig_path, len, NULL); in escape_path()
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_dep_compat.h203 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
/freebsd-12-stable/contrib/apr/include/
Dapr_escape.h85 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
/freebsd-12-stable/contrib/apr/encoding/
Dapr_escape.c41 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str, in apr_escape_shell() function
104 switch (apr_escape_shell(NULL, str, APR_ESCAPE_STRING, &len)) { in apr_pescape_shell()
107 apr_escape_shell(cmd, str, APR_ESCAPE_STRING, NULL); in apr_pescape_shell()