Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Dstr.h102 #define str_diffni(a,b,l) (!str_diffin(a,b,l))
104 #define str_starti(a,b) (!str_diffin(a,b,__str_clen(b)))
106 #define str_startni(a,b,l) (!str_diffin(a,b,l))
107 #define str_startin(a,b,l) (!str_diffin(a,b,l))
120 static int inline str_diffin(char *a, char *b, int l) { in str_diffin() function