Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/patch/
H A Dcommon.h62 #define strEQ(s1,s2) (!strcmp(s1, s2)) macro
/netbsd-src/games/warp/
H A Dwarp.h146 #define strEQ(s1,s2) (!strcmp(s1,s2)) macro