Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp525 static bool ScanBracketedRange(llvm::StringRef subpath, in ScanBracketedRange() argument
531 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange()
538 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange()
545 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange()
553 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange()
556 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()
564 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange()
565 const char *index_higher_cstr = subpath.data() + separator_index + 1; in ScanBracketedRange()
768 llvm::StringRef subpath(entry.string); in DumpValue() local
781 ScanBracketedRange(subpath, close_bracket_index, in DumpValue()
[all …]
/freebsd-12.1/stand/fdt/
H A Dfdt_loader_cmd.c1595 char *path = *pathp, *name = NULL, *subpath = NULL; in fdt_extract_nameloc() local
1597 subpath = strrchr(path, '/'); in fdt_extract_nameloc()
1598 if (subpath == NULL) { in fdt_extract_nameloc()
1603 *subpath = '\0'; in fdt_extract_nameloc()
1607 name = subpath + 1; in fdt_extract_nameloc()
/freebsd-12.1/share/mk/
H A Dbsd.README700 TESTSBASE and the subpath should match the relative
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt13667 the Scope() operator could not be optimized if the namepath was a subpath