Home
last modified time | relevance | path

Searched refs:prop_string_equals_cstring (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/prep/prep/
H A Dautoconf.c252 if (!(prop_string_equals_cstring(str3, "/") || in gen_fwpath()
253 prop_string_equals_cstring(str1, ""))) in gen_fwpath()
255 if (!prop_string_equals_cstring(str1, "/")) in gen_fwpath()
/netbsd-src/common/include/prop/
H A Dprop_string.h68 bool prop_string_equals_cstring(prop_string_t, const char *);
/netbsd-src/common/lib/libprop/
H A Dprop_string.c602 _PROP_DEPRECATED(prop_string_equals_cstring,
606 prop_string_equals_cstring(prop_string_t ps, const char *cp) in prop_string_equals_cstring() function