Searched refs:sub_needle (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) {
53 sub_needle++;
58 sub_needle = needle;
/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) {
53 sub_needle++;
58 sub_needle = needle;

Completed in 61 milliseconds