Home | History | Annotate | Download | only in bits

Lines Matching defs:strncmp

920 # define strncmp(s1, s2, n)						      \
926 ? strcmp (s1, s2) : strncmp (s1, s2, n)))