Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Ddns.c33 str_addch(retbuf, tmp = length > 127 ? 127 : length); in name_to_dns_fix()
54 str_addch(retbuf, ch[joinhow]); in dns_to_name()
70 str_addch(retbuf, '.'); in join_name_parts()
79 str_addch(retbuf, __str_clen(p->str)); in join_dns_parts()
H A Derror.c123 str_addch(buf, '%'); in _log_helper()
137 str_addch(buf, va_arg(ap, int)); in _log_helper()
144 str_addch(buf, m[0]); in _log_helper()
H A Dldapdns.c37 str_addch(retbuf, '\\'); in ldap_escape()
39 str_addch(retbuf, *s); in ldap_escape()
86 str_addch(s, *x); in ldap_into_parts()
102 str_addch(s, *x); in ldap_into_parts()
151 str_addch(retbuf, '.'); in ldap_to_name()
H A Dstr.h89 static void inline str_addch(str_t p, int ch) { in str_addch() function
H A Dengine.c494 str_addch(sr, '='); in do_simple_search()
505 str_addch(sr, j); in do_simple_search()
507 str_addch(sr, ')'); in do_simple_search()
3247 str_addch(line, c); in root_read_search()
3302 str_addch(line, c); in root_read_sw()
3343 str_addch(retbuf, ' '); in root_read()
3345 str_addch(retbuf, c); in root_read()
3792 str_addch(hbuf, ':'); in main()