Home | History | Annotate | Download | only in opcodes

Lines Matching defs:strneq

484 #ifndef strneq
485 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)