Searched refs:must_exist (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/less/ |
| H A D | cmdbuf.c | 1346 static char * histfile_find(int must_exist) in histfile_find() argument 1356 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1362 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_find() 1367 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_find() 1369 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_find() 1373 static char * histfile_name(int must_exist) in histfile_name() argument 1392 if (!must_exist) in histfile_name() 1398 name = histfile_find(must_exist); in histfile_name()
|
| H A D | filename.c | 215 public char * dirfile(char *dirname, char *filename, int must_exist) in dirfile() argument 231 if (must_exist) in dirfile()
|
| H A D | funcs.h | 138 public char * dirfile(char *dirname, char *filename, int must_exist);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
| /freebsd-14.2/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 894 if (must_exist || errno == EPERM) { 901 if (must_exist) { 984 bool must_exist; member 1020 return !params->must_exist; 1433 return (!params->must_exist || false); 1462 if (cnt == 0 && params->must_exist) { [all …]
|
| H A D | ucl_internal.h | 627 bool must_exist); 641 bool must_exist);
|
| /freebsd-14.2/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-14.2/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() 561 bool must_exist) { in SplitArchivePathWithObject() argument 570 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 206 lldb_private::ConstString &archive_object, bool must_exist);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 440 const bool must_exist = true; in GetModuleByCompUnitInfo() local 443 oso_object, must_exist)) { in GetModuleByCompUnitInfo()
|