Home | History | Annotate | Download | only in wtf

Lines Matching defs:haystack

524     const char *haystack = "janfebmaraprmayjunjulaugsepoctnovdec";
525 const char *str = strstr(haystack, needle);
527 int position = static_cast<int>(str - haystack);