Searched refs:two_strings (Results 1 – 2 of 2) sorted by relevance
429 struct two_strings { wchar_t a[2], b[2]; }; in wcslen_subregion() argument430 extern void use_two_strings(struct two_strings *); in wcslen_subregion()432 struct two_strings z; in wcslen_subregion()
137 struct two_strings { char a[2], b[2]; }; in strlen_subregion() argument 138 extern void use_two_strings(struct two_strings *); in strlen_subregion() 140 struct two_strings z; in strlen_subregion()