Home
last modified time | relevance | path

Searched refs:modp_toprint_copy (Results 1 – 4 of 4) sorted by relevance

/dports/devel/stringencoders/stringencoders-v3.10.3/src/
H A Dmodp_ascii.h99 void modp_toprint_copy(char* dest, const char* str, int len);
137 modp_toprint_copy(const_cast<char*>(s.c_str()), s.data(), s.size()); in toprint()
H A Dmodp_ascii.c121 void modp_toprint_copy(char* dest, const char* str, int len) in modp_toprint_copy() function
152 modp_toprint_copy(str,str,len); in modp_toprint()
/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/src/
H A Dmodp_ascii.h96 void modp_toprint_copy(char* dest, const char* str, size_t len);
142 modp_toprint_copy(const_cast<char*>(s.data()), str.data(), str.size()); in toprint()
H A Dmodp_ascii.c103 void modp_toprint_copy(char* dest, const char* str, size_t len) in modp_toprint_copy() function
144 modp_toprint_copy(str, str, len); in modp_toprint()