Home
last modified time | relevance | path

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

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhooks.c824 char *data_locale; in hk_ext_cmd() local
826 data_locale = from_utf8(data); in hk_ext_cmd()
843 size_t data_locale_len = strlen(data_locale); in hk_ext_cmd()
844 ssize_t a = write(fd, data_locale, data_locale_len); in hk_ext_cmd()
855 g_free(data_locale); in hk_ext_cmd()