Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dcommon.h63 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) macro
/netbsd-src/games/warp/
H A Dwarp.h147 #define strnNE(s1,s2,l) (strncmp(s1,s2,l)) macro