Home
last modified time | relevance | path

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

/dports/dns/ldapdns/ldapdns-2.07/
H A Dstr.h41 #define str_chop(s) str_chopn(s, 1)
42 static void inline str_chopn(str_t p, int bytes) in str_chopn() function
H A Dldapdns.c63 if (i) str_chopn(retbuf, 2); in name_to_ldap()