/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 | 1363 static char * histfile_find(lbool must_exist) in histfile_find() 1373 name = dirfile(lgetenv("XDG_STATE_HOME"), &LESSHISTFILE[1], must_exist); in histfile_name() argument 1379 name = dirfile(dir, &LESSHISTFILE[1], must_exist); in histfile_name() 1384 name = dirfile(lgetenv("XDG_DATA_HOME"), &LESSHISTFILE[1], must_exist); in histfile_name() 1386 name = dirfile(home, LESSHISTFILE, must_exist); in histfile_name() 1390 static char * histfile_name(lbool must_exist) in histfile_name() 1410 if (!must_exist) in read_cmdhist2() 1416 wname = histfile_find(must_exist); in read_cmdhist2() 1346 histfile_find(int must_exist) histfile_find() argument
|
H A D | filename.c | 240 public char * dirfile(constant char *dirname, constant char *filename, int must_exist) in dirfile() 256 if (must_exist) in homefile() 215 dirfile(char * dirname,char * filename,int must_exist) dirfile() argument
|
H A D | funcs.h | 156 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 894 if (must_exist || errno == EPERM) { 901 if (must_exist) { 984 bool must_exist; member 1019 if (!ucl_fetch_url (urlbuf, &buf, &buflen, &parser->err, params->must_exist)) { 1020 return !params->must_exist; 1100 if (!params->must_exist && errno != EPERM) { [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()
|