Searched refs:__BIONIC_DLERROR_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
104 #define __BIONIC_DLERROR_BUFFER_SIZE 512 macro105 char dlerror_buffer[__BIONIC_DLERROR_BUFFER_SIZE];
46 strlcpy(buffer, msg, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()48 strlcat(buffer, ": ", __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()49 strlcat(buffer, detail, __BIONIC_DLERROR_BUFFER_SIZE); in __bionic_format_dlerror()