Searched refs:as_you_like_it_1 (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_utility.c106 static const char* as_you_like_it_1 = "All the world's a stage, and all the men and women merely players"; variable
200 int returned = am_vasprintf_test(&buff, "%s: %s; %s", as_you_like_it_1, as_you_like_it_2, as_you_like_it_3);
204 int correct_length = strlen(as_you_like_it_1) + 2 + strlen(as_you_like_it_2) + 2 + strlen(as_you_like_it_3);
221 am_asprintf(&buff, "%s: ", as_you_like_it_1);
227 strcpy(check, as_you_like_it_1);
267 char* lowercase_text1 = am_strldup(as_you_like_it_1);
367 result = char_count(as_you_like_it_1, 't', NULL);

Completed in 1155 milliseconds