Searched refs:path_ext (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | path.c | 1252 const char **path_ext, in svn_path_splitext() argument 1259 if (! (path_root || path_ext)) in svn_path_splitext() 1280 if (path_ext) in svn_path_splitext() 1281 *path_ext = apr_pstrdup(pool, last_dot + 1); in svn_path_splitext() 1289 if (path_ext) in svn_path_splitext() 1290 *path_ext = ""; in svn_path_splitext()
|
| H A D | io.c | 3821 char *path_ext; /* Can point to physical const memory but only when in svn_io_detect_mimetype2() local 3823 svn_path_splitext(NULL, (const char **)&path_ext, file, pool); in svn_io_detect_mimetype2() 3824 fileext_tolower(path_ext); in svn_io_detect_mimetype2() 3825 if ((type_from_map = svn_hash_gets(mimetype_map, path_ext))) in svn_io_detect_mimetype2()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_path.h | 183 svn_path_splitext(const char **path_root, const char **path_ext,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 3877 const char *path_ext = ""; in svn_wc__perform_file_merge() local 3895 svn_path_splitext(NULL, &path_ext, local_abspath, scratch_pool); in svn_wc__perform_file_merge() 3896 if (! (*path_ext && svn_cstring_match_glob_list(path_ext, ext_patterns))) in svn_wc__perform_file_merge() 3897 path_ext = ""; in svn_wc__perform_file_merge() 3907 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3908 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge() 3912 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3913 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge() 3915 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3916 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | merge.c | 2110 const char *path_ext = ""; in merge_file_changed() local 2114 svn_path_splitext(NULL, &path_ext, local_abspath, scratch_pool); in merge_file_changed() 2115 if (! (*path_ext in merge_file_changed() 2116 && svn_cstring_match_glob_list(path_ext, in merge_file_changed() 2119 path_ext = ""; in merge_file_changed() 2128 *path_ext ? "." : "", path_ext); in merge_file_changed() 2132 *path_ext ? "." : "", path_ext); in merge_file_changed() 2136 *path_ext ? "." : "", path_ext); in merge_file_changed()
|