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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dbreakage.c45 const char *sub_haystack = haystack, *sub_needle = needle; local
51 while ((*sub_haystack != '\0') && (*sub_needle != '\0')) {
52 if (sub_haystack[offset] == sub_needle) {
55 sub_needle++;
60 sub_needle = needle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbreakage.c43 const char *sub_haystack = haystack, *sub_needle = needle; local
49 while((*sub_haystack != '\0') && (*sub_needle != '\0')) {
50 if(sub_haystack[offset] == sub_needle) {
53 sub_needle++;
58 sub_needle = needle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dbreakage.c45 const char *sub_haystack = haystack, *sub_needle = needle; local
51 while ((*sub_haystack != '\0') && (*sub_needle != '\0')) {
52 if (sub_haystack[offset] == sub_needle) {
55 sub_needle++;
60 sub_needle = needle;

Completed in 67 milliseconds