Searched refs:subpath (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/stand/powerpc/kboot/
H A Dkbootfdt.c39 char subpath[512]; local
62 sprintf(subpath, "%s/%s", path, dent->d_name);
76 add_node_to_fdt(buffer, subpath, child_offset);
80 pfd = host_open(subpath, O_RDONLY, 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp512 static bool ScanBracketedRange(llvm::StringRef subpath, argument
518 const size_t open_bracket_index = subpath.find('[');
525 close_bracket_index = subpath.find(']', open_bracket_index + 1);
532 var_name_final_if_array_range = subpath.data() + open_bracket_index;
540 const size_t separator_index = subpath.find('-', open_bracket_index + 1);
543 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1;
551 const char *index_lower_cstr = subpath.data() + open_bracket_index + 1;
552 const char *index_higher_cstr = subpath.data() + separator_index + 1;
753 llvm::StringRef subpath(entry.string);
766 ScanBracketedRange(subpath, close_bracket_inde
[all...]
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1621 char *path = *pathp, *name = NULL, *subpath = NULL; local
1623 subpath = strrchr(path, '/');
1624 if (subpath == NULL) {
1629 *subpath = '\0';
1633 name = subpath + 1;

Completed in 128 milliseconds