Home | History | Annotate | Download | only in dbus

Lines Matching refs:os_strncmp

32 		if (os_strncmp(dsc->dbus_interface, interface,
142 return !os_strncmp(registered_sig, sig, MAX_SIG_LEN);
253 if (!os_strncmp(property_dsc->dbus_property, property,
255 !os_strncmp(property_dsc->dbus_interface, interface,
269 if (os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
291 if (!os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
293 !os_strncmp(WPA_DBUS_PROPERTIES_SET, method,
295 !os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
306 if (!os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
333 if (!os_strncmp(method_dsc->dbus_method, method,
335 !os_strncmp(method_dsc->dbus_interface, msg_interface,
394 if (!os_strncmp(WPA_DBUS_INTROSPECTION_METHOD, method,
396 !os_strncmp(WPA_DBUS_INTROSPECTION_INTERFACE, msg_interface,
405 } else if (!os_strncmp(WPA_DBUS_PROPERTIES_INTERFACE, msg_interface,
967 if (os_strncmp(path, WPAS_DBUS_NEW_PATH_INTERFACES "/",
988 if (os_strncmp(pos, sep, sep_len) != 0 || pos[sep_len] != '/')