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

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

Completed in 107 milliseconds