Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Dstr.h24 #define __str_clen(s) strlen(s) macro
39 str_need(p, __str_clen(str(p))+amu); in str_needplus()
44 register int i = __str_clen(str(p)) - (bytes); in str_chopn()
53 str_needplus(p, __str_clen(s)+1); in str_cat()
65 str_need(p, __str_clen(s)+1); in str_copy()
97 return __str_clen(str(p)); in str_len()
103 #define str_start(a,b) (!str_diffn(a,b,__str_clen(b)))
104 #define str_starti(a,b) (!str_diffin(a,b,__str_clen(b)))
H A Ddns.c79 str_addch(retbuf, __str_clen(p->str)); in join_dns_parts()
H A Dengine.c967 x = ht_fetch(&ldapdns.search, y, __str_clen(y)); in engine_dns_answer_query()
1038 bin_cat(r, x, __str_clen(x)); in do_update_section()
1039 bin_cat(r, d, __str_clen(d)+1);/* also get \0 */ in do_update_section()