Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dcommon.h61 #define strNE(s1,s2) (strcmp(s1, s2)) macro
/netbsd-src/games/warp/
H A Dwarp.h145 #define strNE(s1,s2) (strcmp(s1,s2)) macro