Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/stand/powerpc/kboot/
H A Dkbootfdt.c39 char subpath[512]; in add_node_to_fdt() local
62 sprintf(subpath, "%s/%s", path, dent->d_name); in add_node_to_fdt()
76 add_node_to_fdt(buffer, subpath, child_offset); in add_node_to_fdt()
80 pfd = host_open(subpath, O_RDONLY, 0); in add_node_to_fdt()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp508 static bool ScanBracketedRange(llvm::StringRef subpath, in ScanBracketedRange() argument
514 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange()
521 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()
528 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange()
536 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange()
539 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()
547 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()
548 const char *index_higher_cstr = subpath.data() + separator_index + 1; in ScanBracketedRange()
746 llvm::StringRef subpath(entry.string); in DumpValue() local
759 ScanBracketedRange(subpath, close_bracket_index, in DumpValue()
[all …]
/freebsd-13.1/stand/fdt/
H A Dfdt_loader_cmd.c1639 char *path = *pathp, *name = NULL, *subpath = NULL; in fdt_extract_nameloc() local
1641 subpath = strrchr(path, '/'); in fdt_extract_nameloc()
1642 if (subpath == NULL) { in fdt_extract_nameloc()
1647 *subpath = '\0'; in fdt_extract_nameloc()
1651 name = subpath + 1; in fdt_extract_nameloc()
/freebsd-13.1/share/mk/
H A Dbsd.README732 TESTSBASE and the subpath should match the relative
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt14709 the Scope() operator could not be optimized if the namepath was a subpath