Searched refs:must_exist (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { argument
102 return !must_exist;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DState.h45 /// yet. The \a must_exist argument tells us which of these cases is
51 /// \param[in] must_exist
57 /// where the process or thread is stopped. If \a must_exist is
61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dconfig_file.h68 svn_boolean_t must_exist,
H A Dconfig_file.c183 svn_boolean_t must_exist,
186 if (node_kind == svn_node_none && !must_exist)
211 svn_boolean_t must_exist,
245 url, must_exist,
266 url, must_exist, node_kind));
286 svn_boolean_t must_exist,
296 path, must_exist, node_kind));
318 svn_boolean_t must_exist,
326 SVN_ERR(svn_config_read3(&config, path, must_exist, TRUE, TRUE,
363 svn_boolean_t must_exist,
176 handle_missing_file(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, svn_node_kind_t node_kind) argument
204 get_repos_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *url, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
279 get_file_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
311 get_generic_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
356 svn_repos__get_config(svn_stream_t **stream, svn_checksum_t **checksum, config_access_t *access, const char *path, svn_boolean_t must_exist, apr_pool_t *scratch_pool) argument
[all...]
H A Dconfig_pool.c113 svn_boolean_t must_exist,
125 err = svn_repos__get_config(&stream, &checksum, access, path, must_exist,
139 err = svn_config_read3(cfg, path, must_exist, FALSE, FALSE, pool);
108 svn_repos__config_pool_get(svn_config_t **cfg, svn_repos__config_pool_t *config_pool, const char *path, svn_boolean_t must_exist, svn_repos_t *preferred_repos, apr_pool_t *pool) argument
H A Ddeprecated.c1280 svn_boolean_t must_exist,
1286 must_exist, repos_hint,
1295 svn_boolean_t must_exist,
1300 must_exist, NULL,
1309 svn_boolean_t must_exist, apr_pool_t *pool)
1317 must_exist, pool));
1276 svn_repos_authz_read3(svn_authz_t **authz_p, const char *path, const char *groups_path, svn_boolean_t must_exist, svn_repos_t *repos_hint, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1291 svn_repos_authz_read2(svn_authz_t **authz_p, const char *path, const char *groups_path, svn_boolean_t must_exist, apr_pool_t *pool) argument
1307 svn_repos_authz_read(svn_authz_t **authz_p, const char *file, svn_boolean_t must_exist, apr_pool_t *pool) argument
H A Dauthz.c1575 svn_boolean_t must_exist,
1593 path, must_exist, scratch_pool));
1598 config_access, groups_path, must_exist,
1664 svn_boolean_t must_exist,
1675 must_exist, repos_hint, warning_func, warning_baton,
1564 authz_read(authz_full_t **authz_p, svn_membuf_t **authz_id, const char *path, const char *groups_path, svn_boolean_t must_exist, svn_repos_t *repos_hint, svn_repos_authz_warning_func_t warning_func, void *warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1653 svn_repos_authz_read4(svn_authz_t **authz_p, const char *path, const char *groups_path, svn_boolean_t must_exist, svn_repos_t *repos_hint, svn_repos_authz_warning_func_t warning_func, void *warning_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_impl.h90 svn_boolean_t must_exist,
107 svn_boolean_t must_exist,
H A Dconfig_win.c172 svn_boolean_t must_exist, apr_pool_t *pool)
212 else if (must_exist)
168 svn_config__parse_registry(svn_config_t *cfg, const char *file, svn_boolean_t must_exist, apr_pool_t *pool) argument
H A Dconfig.c133 svn_boolean_t must_exist,
154 must_exist, result_pool);
157 err = svn_config__parse_file(cfg, file, must_exist, result_pool);
413 svn_boolean_t must_exist)
420 SVN_ERR(svn_config_read3(&merge_cfg, file, must_exist,
129 svn_config_read3(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, svn_boolean_t section_names_case_sensitive, svn_boolean_t option_names_case_sensitive, apr_pool_t *result_pool) argument
407 svn_config_merge(svn_config_t *cfg, const char *file, svn_boolean_t must_exist) argument
H A Ddeprecated.c1760 svn_boolean_t must_exist,
1765 must_exist,
1773 svn_boolean_t must_exist,
1777 must_exist,
1757 svn_config_read2(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, svn_boolean_t section_names_case_sensitive, apr_pool_t *result_pool) argument
1770 svn_config_read(svn_config_t **cfgp, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool) argument
H A Dconfig_file.c720 svn_boolean_t must_exist, apr_pool_t *result_pool)
731 if (! must_exist && err && APR_STATUS_IS_ENOENT(err->apr_err))
715 svn_config__parse_file(svn_config_t *cfg, const char *file, svn_boolean_t must_exist, apr_pool_t *result_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_config.h292 * If @a file does not exist, then if @a must_exist, return an error,
306 svn_boolean_t must_exist,
321 svn_boolean_t must_exist,
334 svn_boolean_t must_exist,
365 svn_boolean_t must_exist);
H A Dsvn_repos.h4184 * undefined. If @a must_exist is TRUE, a missing authz or groups file
4203 svn_boolean_t must_exist,
4222 svn_boolean_t must_exist,
4238 svn_boolean_t must_exist,
4253 svn_boolean_t must_exist,
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_repos_private.h227 svn_boolean_t must_exist,
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h536 * @param must_exist fail if cannot find a url
542 bool must_exist);
556 bool must_exist);
H A Ducl_util.c655 UT_string **err, bool must_exist)
670 if (!must_exist) {
720 if (!must_exist) {
750 UT_string **err, bool must_exist)
756 if (must_exist) {
839 bool must_exist; member in struct:ucl_include_params
874 if (!ucl_fetch_url (urlbuf, &buf, &buflen, &parser->err, params->must_exist)) {
875 return !params->must_exist;
928 * @param must_exist
955 if (!params->must_exist) {
654 ucl_fetch_url(const unsigned char *url, unsigned char **buf, size_t *buflen, UT_string **err, bool must_exist) argument
749 ucl_fetch_file(const unsigned char *filename, unsigned char **buf, size_t *buflen, UT_string **err, bool must_exist) argument
[all...]
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c189 read_elf_hints(const char *hintsfile, int must_exist) argument
200 if (errno == ENOENT && !must_exist)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp90 const bool must_exist = true; local
92 path_with_object, archive_file, archive_object, must_exist)) {
579 bool must_exist) {
588 if (must_exist && !FileSystem::Instance().Exists(archive_file))
576 SplitArchivePathWithObject(llvm::StringRef path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h211 lldb_private::ConstString &archive_object, bool must_exist);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp438 const bool must_exist = true; local
441 oso_object, must_exist)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c494 svn_boolean_t must_exist,
509 return must_exist ? SVN_FS__ERR_NO_SUCH_LOCK(fs, path) : SVN_NO_ERROR;
487 get_lock(svn_lock_t **lock_p, svn_fs_t *fs, const char *path, svn_boolean_t have_write_lock, svn_boolean_t must_exist, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlock.c474 svn_boolean_t must_exist,
489 return must_exist ? SVN_FS__ERR_NO_SUCH_LOCK(fs, path) : SVN_NO_ERROR;
467 get_lock(svn_lock_t **lock_p, svn_fs_t *fs, const char *path, svn_boolean_t have_write_lock, svn_boolean_t must_exist, apr_pool_t *pool) argument

Completed in 434 milliseconds