Home | History | Annotate | Download | only in dbus

Lines Matching refs:os_strncmp

98 		if (!os_strncmp(dsc->dbus_interface, interface,
203 return !os_strncmp(registered_sig, sig, MAX_SIG_LEN);
273 if (!os_strncmp(property_dsc->dbus_property, property,
275 !os_strncmp(property_dsc->dbus_interface, interface,
289 if (os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
308 if (!os_strncmp(WPA_DBUS_PROPERTIES_GET, method,
310 !os_strncmp(WPA_DBUS_PROPERTIES_SET, method,
312 !os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
324 if (!os_strncmp(WPA_DBUS_PROPERTIES_GETALL, method,
351 if (!os_strncmp(method_dsc->dbus_method, method,
353 !os_strncmp(method_dsc->dbus_interface, msg_interface,
412 if (!os_strncmp(WPA_DBUS_INTROSPECTION_METHOD, method,
414 !os_strncmp(WPA_DBUS_INTROSPECTION_INTERFACE, msg_interface,
424 } else if (!os_strncmp(WPA_DBUS_PROPERTIES_INTERFACE, msg_interface,
911 if (!path || os_strncmp(path, WPAS_DBUS_NEW_PATH_INTERFACES "/",