Searched refs:last_dot (Results 1 - 3 of 3) sorted by relevance

/external/dbus/tools/
H A Ddbus-send.c302 char *last_dot; local
304 last_dot = strrchr (name, '.');
305 if (last_dot == NULL)
311 *last_dot = '\0';
316 last_dot + 1);
321 char *last_dot; local
323 last_dot = strrchr (name, '.');
324 if (last_dot == NULL)
330 *last_dot = '\0';
332 message = dbus_message_new_signal (path, name, last_dot
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-validate.c783 const unsigned char *last_dot; local
798 last_dot = NULL;
821 last_dot = s;
832 if (_DBUS_UNLIKELY (last_dot == NULL))
961 const unsigned char *last_dot; local
976 last_dot = NULL;
1023 last_dot = s;
1034 if (_DBUS_UNLIKELY (last_dot == NULL))
/external/bluetooth/glib/glib/
H A Dgutils.c374 const gchar *last_dot = strrchr (program, '.'); local
376 if (last_dot == NULL ||
377 strchr (last_dot, '\\') != NULL ||
378 strchr (last_dot, '/') != NULL)

Completed in 32 milliseconds