OpenGrok
Cross Reference: arm-dis.c
xref
: /
external
/
qemu
/
arm-dis.c
Home
|
History
|
Annotate
|
Download
|
only in
qemu
Lines Matching
refs:strneq
77
#ifndef
strneq
78
#define
strneq
(a,b,n) (strncmp ((a), (b), (n)) == 0)