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

  /external/dbus/dbus/
dbus-string-util.c 847 const char two_strings[] = "one\ttwo"; local
855 if (!_dbus_string_append (&str, two_strings))
  /external/clang/test/Analysis/
string.c 72 struct two_strings { char a[2], b[2]; }; struct
73 extern void use_two_strings(struct two_strings *);
75 struct two_strings z;

Completed in 941 milliseconds