Home
last modified time | relevance | path

Searched defs:strneq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/mkpasswd/
H A Dutils.h7 #define strneq(a, b, n) (strncmp(a, b, n) == 0) macro
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.h70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) macro