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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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) {
51 /* sub_haystack is still a candidate */
55 /* sub_haystack is no longer a possibility */
56 sub_haystack++;
61 if(*sub_haystack == '\0')
64 return sub_haystack;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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) {
51 /* sub_haystack is still a candidate */
55 /* sub_haystack is no longer a possibility */
56 sub_haystack++;
61 if(*sub_haystack == '\0')
64 return sub_haystack;

Completed in 121 milliseconds