Searched refs:install_from (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libc++/src/
H A Dlocale.cpp165 template <class F> void install_from(const __imp& other);
339 locale::__imp::install_from(const locale::__imp& one) function in class:locale::__imp
359 install_from<_VSTD::collate<char> >(one);
360 install_from<_VSTD::collate<wchar_t> >(one);
364 install_from<_VSTD::ctype<char> >(one);
365 install_from<_VSTD::ctype<wchar_t> >(one);
366 install_from<_VSTD::codecvt<char, char, mbstate_t> >(one);
367 install_from<_VSTD::codecvt<char16_t, char, mbstate_t> >(one);
368 install_from<_VSTD::codecvt<char32_t, char, mbstate_t> >(one);
369 install_from<_VST
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c4033 const char **install_from,
4067 *install_from = NULL;
4202 *install_from = tmptext;
4396 const char *install_from = NULL;
4423 &install_pristine, &install_from,
4475 record_fileinfo = (install_from == NULL);
4480 install_from,
4512 if (install_from != NULL
4513 && strcmp(install_from, fb->local_abspath) != 0)
4516 fb->local_abspath, install_from,
4026 merge_file(svn_skel_t **work_items, svn_skel_t **conflict_skel, svn_boolean_t *install_pristine, const char **install_from, svn_wc_notify_state_t *content_state, struct file_baton *fb, apr_hash_t *actual_props, apr_time_t last_changed_date, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4392 const char *install_from = NULL; local
[all...]
H A Dexternals.c772 const char *install_from = NULL;
837 install_from,
770 const char *install_from = NULL; local

Completed in 187 milliseconds