Searched refs:STRNCASEEQ (Results 1 – 3 of 3) sorted by relevance
271 #define STRNCASEEQ(s1,s2,n) (strncasecmp (s1, s2, n) == 0) macro
1108 && (STRNCASEEQ ((char *) output_paragraph + start_pos, "*Note:", 6) in cm_strong()1109 || STRNCASEEQ ((char *) output_paragraph + start_pos, "*Note ", 6))) in cm_strong()
736 * lib/system.h (STRCASEEQ, STRNCASEEQ): new #defines for