Searched refs:must_exist (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | State.cpp | 89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() argument 102 return !must_exist; in StateIsStoppedState()
|
| /freebsd/contrib/less/ |
| H A D | cmdbuf.c | 1471 static char * histfile_find(lbool must_exist) in histfile_find() argument 1481 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1487 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_find() 1492 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1494 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_find() 1498 static char * histfile_name(lbool must_exist) in histfile_name() argument 1518 if (!must_exist) in histfile_name() 1524 wname = histfile_find(must_exist); in histfile_name()
|
| H A D | filename.c | 240 public char * dirfile(constant char *dirname, constant char *filename, int must_exist) in dirfile() argument 256 if (must_exist) in dirfile()
|
| H A D | funcs.h | 171 public char * dirfile(constant char *dirname, constant char *filename, int must_exist);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 791 UT_string **err, bool must_exist) argument 806 if (!must_exist) { 856 if (!must_exist) { 888 UT_string **err, bool must_exist) argument 899 if (must_exist || errno == EPERM) { 908 if (must_exist) { 989 bool must_exist; member 1024 if (!ucl_fetch_url (urlbuf, &buf, &buflen, &parser->err, params->must_exist)) { 1025 if (!params->must_exist) { 1028 return !params->must_exist; [all …]
|
| H A D | ucl_internal.h | 627 bool must_exist); 641 bool must_exist);
|
| /freebsd/sbin/ldconfig/ |
| H A D | elfhints.c | 192 read_elf_hints(const char *hintsfile, bool must_exist, bool force_be) in read_elf_hints() argument 204 if (errno == ENOENT && !must_exist) in read_elf_hints()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 98 const bool must_exist = true; in FindPlugin() local 100 archive_object, must_exist)) { in FindPlugin() 570 bool must_exist) { in SplitArchivePathWithObject() argument 579 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 207 lldb_private::ConstString &archive_object, bool must_exist);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 441 const bool must_exist = true; in GetModuleByCompUnitInfo() local 444 oso_object, must_exist)) { in GetModuleByCompUnitInfo()
|