Searched refs:path_ext (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.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 | 3557 char *path_ext; /* Can point to physical const memory but only when in svn_io_detect_mimetype2() local 3559 svn_path_splitext(NULL, (const char **)&path_ext, file, pool); in svn_io_detect_mimetype2() 3560 fileext_tolower(path_ext); in svn_io_detect_mimetype2() 3561 if ((type_from_map = svn_hash_gets(mimetype_map, path_ext))) in svn_io_detect_mimetype2()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_path.h | 183 svn_path_splitext(const char **path_root, const char **path_ext,
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | update_editor.c | 3866 const char *path_ext = ""; in svn_wc__perform_file_merge() local 3884 svn_path_splitext(NULL, &path_ext, local_abspath, scratch_pool); in svn_wc__perform_file_merge() 3885 if (! (*path_ext && svn_cstring_match_glob_list(path_ext, ext_patterns))) in svn_wc__perform_file_merge() 3886 path_ext = ""; in svn_wc__perform_file_merge() 3896 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3897 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge() 3901 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3902 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge() 3904 *path_ext ? "." : "", in svn_wc__perform_file_merge() 3905 *path_ext ? path_ext : ""); in svn_wc__perform_file_merge()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | merge.c | 2094 const char *path_ext = ""; in merge_file_changed() local 2098 svn_path_splitext(NULL, &path_ext, local_abspath, scratch_pool); in merge_file_changed() 2099 if (! (*path_ext in merge_file_changed() 2100 && svn_cstring_match_glob_list(path_ext, in merge_file_changed() 2103 path_ext = ""; in merge_file_changed() 2112 *path_ext ? "." : "", path_ext); in merge_file_changed() 2116 *path_ext ? "." : "", path_ext); in merge_file_changed() 2120 *path_ext ? "." : "", path_ext); in merge_file_changed()
|