Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dcommon.h49 #define strNE(s1,s2) (strcmp(s1, s2)) macro
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h701 #define strNE(s1,s2) (strcmp(s1,s2) != 0) macro