Searched refs:subpath (Results 1 – 5 of 5) sorted by relevance
/freebsd/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/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 501 static bool ScanBracketedRange(llvm::StringRef subpath, in ScanBracketedRange() argument 507 const size_t open_bracket_index = subpath.find('['); in ScanBracketedRange() 514 close_bracket_index = subpath.find(']', open_bracket_index + 1); in ScanBracketedRange() 521 var_name_final_if_array_range = subpath.data() + open_bracket_index; in ScanBracketedRange() 529 const size_t separator_index = subpath.find('-', open_bracket_index + 1); in ScanBracketedRange() 532 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 540 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1; in ScanBracketedRange() 541 const char *index_higher_cstr = subpath.data() + separator_index + 1; in ScanBracketedRange() 764 auto subpath = split.first; in DumpValue() local 768 if (subpath.empty()) { in DumpValue() [all …]
|
/freebsd/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/share/mk/ |
H A D | bsd.README | 726 TESTSBASE and the subpath should match the relative
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 15278 the Scope() operator could not be optimized if the namepath was a subpath
|