Home
last modified time | relevance | path

Searched defs:path (Results 676 – 700 of 1431) sorted by relevance

1...<<21222324252627282930>>...58

/freebsd/stand/common/
H A Dinstall.c54 char *path; in setpath() local
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c241 static int dl_pathbyaddr(void *addr, char *path, int sz) in dl_pathbyaddr()
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.c168 acpi_GetPackedUINT64(device_t dev, ACPI_HANDLE handle, char *path, in acpi_GetPackedUINT64()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c106 write_int(const char *path, const int value) in write_int()
120 read_int(const char *path) in read_int()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp191 static bool ReadCode(const std::string &path, std::string &code, in ReadCode() argument
302 auto path = llvm::StringRef(code.substr(1)).trim().str(); IOHandlerInputComplete() local
[all...]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp416 std::string path; in Handle_qPathComplete() local
458 std::string path; in Handle_QSetWorkingDir() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp216 std::optional<MemoryBufferRef> macho::readFile(StringRef path) { in readFile()
1560 static DylibFile *loadDylib(StringRef path, DylibFile *umbrella) { in loadDylib()
1578 static DylibFile *findDylib(StringRef path, DylibFile *umbrella, in findDylib()
1662 static bool isImplicitlyLinked(StringRef path) { in isImplicitlyLinked()
1678 void DylibFile::loadReexport(StringRef path, DylibFile *umbrella, in loadReexport()
2277 std::string path = mb.getBufferIdentifier().str(); in BitcodeFile() local
2332 std::string macho::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp266 void LinkerDriver::addFile(StringRef path, bool withLOption) { in addFile()
358 if (std::optional<std::string> path = searchLibrary(name)) in addLibrary() local
637 if (const char *path = getReproduceOption(args)) { in linkerMain() local
1793 if (std::optional<std::string> path = searchScript(arg->getValue())) { in readConfigs() local
1934 if (std::optional<std::string> path = searchScript(arg->getValue())) { in createFiles() local
2322 for (StringRef path : config->dependencyFiles) { in writeDependencyFile() local
2328 for (StringRef path : config->dependencyFiles) { in writeDependencyFile() local
H A DInputFiles.cpp218 std::optional<MemoryBufferRef> elf::readFile(StringRef path) { in readFile()
365 static std::string createFileLineMsg(StringRef path, unsigned line) { in createFileLineMsg()
1637 static uint16_t getBitcodeMachineKind(StringRef path, const Triple &t) { in getBitcodeMachineKind()
1707 std::string path = mb.getBufferIdentifier().str(); in BitcodeFile() local
1908 std::string elf::replaceThinLTOSuffix(StringRef path) { in replaceThinLTOSuffix()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp411 uptr internal_stat(const char *path, void *buf) { in internal_stat()
447 uptr internal_lstat(const char *path, void *buf) { in internal_lstat()
533 uptr internal_readlink(const char *path, char *buf, uptr bufsize) { in internal_readlink()
542 uptr internal_unlink(const char *path) { in internal_unlink()
600 bool DirExists(const char *path) { in DirExists()
702 static void ReadNullSepFileToArray(const char *path, char ***arr, in ReadNullSepFileToArray()
1108 char path[80]; in IsAlive() local
/freebsd/lib/libnetgraph/
H A Dsock.c186 NgNameNode(int cs, const char *path, const char *fmt, ...) in NgNameNode()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py89 def scanDone2(success, path=None): argument
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_link.c46 static char path[] = "link"; variable
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_process.c146 pmcstat_interned_string path, uintptr_t baseaddr, uintptr_t dynaddr, in pmcstat_process_exec()
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c37 static char path[MAX_PATH_LEN]; variable
/freebsd/contrib/kyua/utils/logging/
H A Doperations_test.cpp174 create_log(const std::string& level, const std::string& path) in create_log()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h174 ArrayRef<APValue::LValuePathEntry> path = lvaluePath.Path; in writeLValuePathSerializationHelper() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp124 void AutoExporter::addWholeArchive(StringRef path) { in addWholeArchive()
/freebsd/contrib/mandoc/
H A Dmanpath.c92 manpath_parseline(struct manpaths *dirs, char *path, char option) in manpath_parseline() argument
/freebsd/sbin/nvmecontrol/
H A Dformat.c117 char *path; in format() local
H A Didentify.c238 char *path; in identify() local
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c79 char *dup_value = NULL, *path = NULL, *comment = NULL, *name = NULL; in smb_retrieve_shares() local
/freebsd/sys/powerpc/ofw/
H A Drtas.c78 char path[31]; in rtas_setup() local
/freebsd/usr.bin/dtc/
H A Dfdt.cc1238 device_tree::collect_names_recursive(node_ptr parent, node_ptr n, node_path &path) in collect_names_recursive()
1381 node_path path = node_paths[pv->string_data]; in resolve_cross_references() local
1431 string path; in resolve_cross_references() local
1911 string path; in to_string() local
2229 string path = p.first; in parse_dts() local
/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c58 gen_a_test_path(char *path) in gen_a_test_path()
88 shm_open_should_fail(const char *path, int flags, mode_t mode, int error) in shm_open_should_fail()
103 shm_unlink_should_fail(const char *path, int error) in shm_unlink_should_fail()
117 scribble_object(const char *path, char value) in scribble_object()
151 verify_object(const char *path, char expected_value) in verify_object()

1...<<21222324252627282930>>...58