Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Deqn.c38 #define STRNEQ(p1, sz1, p2, sz2) \ macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c47 #define STRNEQ(x,y,n) !strncmp(((x) ? (x) : ""), ((y) ? (y) : ""),(n)) macro