Home
last modified time | relevance | path

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

/openbsd/usr.bin/patch/
H A Dcommon.h51 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) macro
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h708 #define strnNE(s1,s2,l) (strncmp(s1,s2,l) != 0) macro