Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dcommon.h64 #define strnEQ(s1,s2,l) (!strncmp(s1, s2, l)) macro
/netbsd-src/games/warp/
H A Dwarp.h148 #define strnEQ(s1,s2,l) (!strncmp(s1,s2,l)) macro