Searched refs:tunable_remote_charset (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dutility.c83 sprintf(tmp, "%s%s_%s", NLS_NVRAM_U2C, tunable_remote_charset, buf);
105 sprintf(tmp, "%s%s_%s", NLS_NVRAM_C2U, tunable_remote_charset, buf);
H A Dtunables.c129 const char* tunable_remote_charset = "cp950"; variable
H A Dtunables.h122 extern const char* tunable_remote_charset;
H A Dparseconf.c168 { "remote_charset", &tunable_remote_charset }, // Jiahao
/asus-wl-520gu-7.0.1.45/src/router/nvram/
H A Djj_iconv.c14 char tunable_remote_charset[5] = "cp950"; variable
57 sprintf(tmp, "%s%s_%s", NLS_NVRAM_C2U, tunable_remote_charset, buf);
114 strcpy(tunable_remote_charset, locale_from);
130 // printf("from locale: %s\n", tunable_remote_charset);

Completed in 93 milliseconds