Home
last modified time | relevance | path

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

/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dstr.c146 str_alloc_text(p_str, vsf_sysutil_ulong_to_hex(the_long)); in str_alloc_ulong_hex()
325 str_append_text(p_str, vsf_sysutil_ulong_to_hex(the_ulong)); in str_append_ulong_hex()
H A Dsysutil.h207 const char* vsf_sysutil_ulong_to_hex(unsigned long the_ulong);
H A Dsysutil.c884 vsf_sysutil_ulong_to_hex(unsigned long the_ulong) in vsf_sysutil_ulong_to_hex() function