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

  /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;
  /external/dbus/dbus/
dbus-string-util.c 852 const char two_strings[] = "one\ttwo"; local
860 if (!_dbus_string_append (&str, two_strings))

Completed in 439 milliseconds