Searched refs:prop_string_equals_cstring (Results 1 – 3 of 3) sorted by relevance
252 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()
68 bool prop_string_equals_cstring(prop_string_t, const char *);
602 _PROP_DEPRECATED(prop_string_equals_cstring,606 prop_string_equals_cstring(prop_string_t ps, const char *cp) in prop_string_equals_cstring() function