Home | History | Annotate | Download | only in opcodes

Lines Matching refs:strneq

40 #ifndef strneq
41 #define strneq(a,b,n) (strncmp ((a), (b), (n)) == 0)
6101 if (strneq (option, regnames[i].name, strlen (regnames[i].name)))