Home | History | Annotate | Download | only in disas

Lines Matching refs:strneq

77 #ifndef strneq
78 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)