Searched refs:subpath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/stand/kboot/kboot/ |
| H A D | kbootfdt.c | 37 char subpath[512]; in add_node_to_fdt() local 53 sprintf(subpath, "%s/%s", path, dent->d_name); in add_node_to_fdt() 66 add_node_to_fdt(buffer, subpath, child_offset); in add_node_to_fdt() 70 pfd = host_open(subpath, O_RDONLY, 0); in add_node_to_fdt()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 500 static bool ScanBracketedRange(llvm::StringRef subpath, in ScanBracketedRange() argument 506 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange() 513 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange() 520 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange() 528 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange() 531 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 539 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 540 const char *index_higher_cstr = subpath.data() + separator_index + 1; in ScanBracketedRange() 731 llvm::StringRef subpath(entry.string); in DumpValue() local 744 ScanBracketedRange(subpath, close_bracket_index, in DumpValue() [all …]
|
| /freebsd-14.2/stand/fdt/ |
| H A D | fdt_loader_cmd.c | 1635 char *path = *pathp, *name = NULL, *subpath = NULL; in fdt_extract_nameloc() local 1637 subpath = strrchr(path, '/'); in fdt_extract_nameloc() 1638 if (subpath == NULL) { in fdt_extract_nameloc() 1643 *subpath = '\0'; in fdt_extract_nameloc() 1647 name = subpath + 1; in fdt_extract_nameloc()
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.README | 729 TESTSBASE and the subpath should match the relative
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 15065 the Scope() operator could not be optimized if the namepath was a subpath
|