Searched refs:sep1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 150 const void *sep1 = memchr(path, '/', len); in fdt_path_next_separator() local 153 if (sep1 && sep2) in fdt_path_next_separator() 154 return (sep1 < sep2) ? sep1 : sep2; in fdt_path_next_separator() 155 else if (sep1) in fdt_path_next_separator() 156 return sep1; in fdt_path_next_separator()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/ |
H A D | fix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch | 43 { "/Buddies/sep1", NULL, NULL, 0, "<Separator>", NULL }, 99 { "/Conversation/sep1", NULL, NULL, 0, "<Separator>", NULL },
|