HomeSort by relevance Sort by last modified time
    Searched refs:safe_strcmp (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/tests/
uri-test.c 310 safe_strcmp (const gchar *a, const gchar *b) function
319 return safe_strcmp (a, b);
322 return safe_strcmp (a, b);
342 return safe_strcmp (a, b);
344 if (safe_strcmp (a, "localhost") == 0 && b == NULL)
347 return safe_strcmp (a, b);
434 if (safe_strcmp (uris[j], expected_uris[j]))
  /external/bluetooth/glib/gio/
gpollfilemonitor.c 79 safe_strcmp (const char *a, function
105 if (safe_strcmp (g_file_info_get_etag (last),
gdummyfile.c 221 safe_strcmp (const char *a, function
236 if (safe_strcmp (a->scheme, b->scheme) != 0)
238 if (safe_strcmp (a->userinfo, b->userinfo) != 0)
240 if (safe_strcmp (a->host, b->host) != 0)

Completed in 233 milliseconds