Home | History | Annotate | Download | only in tools

Lines Matching refs:last_dot

302       char *last_dot;
304 last_dot = strrchr (name, '.');
305 if (last_dot == NULL)
311 *last_dot = '\0';
316 last_dot + 1);
321 char *last_dot;
323 last_dot = strrchr (name, '.');
324 if (last_dot == NULL)
330 *last_dot = '\0';
332 message = dbus_message_new_signal (path, name, last_dot + 1);