Home
last modified time | relevance | path

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

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/compat/
H A Dsnprintf.c174 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() function
403 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()
/dports/dns/py-ldns/ldns-1.8.1/compat/
H A Dsnprintf.c174 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() function
403 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()
/dports/dns/ldns/ldns-1.8.1/compat/
H A Dsnprintf.c174 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() function
403 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()
/dports/dns/unbound/unbound-1.14.0/compat/
H A Dsnprintf.c175 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() function
404 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()
/dports/dns/nsd/nsd-4.3.9/compat/
H A Dsnprintf.c175 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() function
404 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()
/dports/security/op/op-1.34/
H A Dsnprintf.c175 static int print_hex_l(char *buf, int max, unsigned long value) in print_hex_l() function
414 int len = print_hex_l(buf, (int)sizeof(buf), value); in print_num_lx()