Home
last modified time | relevance | path

Searched refs:strcaseNE (Results 1 – 2 of 2) sorted by relevance

/dports/news/trn4/trn-4.0-test77/
H A Dconfig2.h89 #define strcaseNE(s1,s2) (strcasecmp(s1,s2)) macro
96 #define strcaseNE(s1,s2) (trn_casecmp(s1,s2)) macro
H A Drespond.c532 if (strcaseNE(getval("FROM",""),from_buf) in cancel_article()
606 if (strcaseNE(getval("FROM",""),from_buf) in supersede_article()