Home
last modified time | relevance | path

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

/dports/dns/p5-DNS-Ldns/ldns-1.8.1/compat/
H A Dsnprintf.c192 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() function
417 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
437 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()
/dports/dns/py-ldns/ldns-1.8.1/compat/
H A Dsnprintf.c192 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() function
417 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
437 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()
/dports/dns/ldns/ldns-1.8.1/compat/
H A Dsnprintf.c192 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() function
417 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
437 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()
/dports/dns/unbound/unbound-1.14.0/compat/
H A Dsnprintf.c193 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() function
418 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
438 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()
/dports/dns/nsd/nsd-4.3.9/compat/
H A Dsnprintf.c193 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() function
418 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
438 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()
/dports/security/op/op-1.34/
H A Dsnprintf.c193 static int print_hex_ll(char *buf, int max, unsigned long long value) in print_hex_ll() function
428 int len = print_hex_ll(buf, (int)sizeof(buf), value); in print_num_llx()
448 int len = print_hex_ll(buf, (int)sizeof(buf), llvalue); in print_num_llp()