Searched refs:apr_escape_shell (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/ |
| D | apr_escape.c | 69 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str, in apr_escape_shell() function
|
| D | cmdline.c | 1365 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/ |
| D | svn_dep_compat.h | 203 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
|
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr_escape.h | 85 APR_DECLARE(apr_status_t) apr_escape_shell(char *escaped, const char *str,
|
| /freebsd-12-stable/contrib/apr/encoding/ |
| D | apr_escape.c | 41 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()
|