Searched refs:two_strings (Results 1 – 2 of 2) sorted by relevance
180 struct two_strings { wchar_t a[2], b[2]; }; in wcslen_subregion() argument181 extern void use_two_strings(struct two_strings *); in wcslen_subregion()183 struct two_strings z; in wcslen_subregion()
113 struct two_strings { char a[2], b[2]; }; in strlen_subregion() struct114 extern void use_two_strings(struct two_strings *); in strlen_subregion()116 struct two_strings z; in strlen_subregion()