Searched refs:fixup_str (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_overlay.c490 const char *fixup_str = value; local
499 fixup_len = fixup_end - fixup_str;
504 path = fixup_str;
505 sep = memchr(fixup_str, ':', fixup_len);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_overlay.c427 const char *fixup_str = value; local
436 fixup_len = fixup_end - fixup_str;
441 path = fixup_str;
442 sep = memchr(fixup_str, ':', fixup_len);

Completed in 95 milliseconds