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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/
H A Duniconv.c56 char* to_charset; variable
185 from_charset, to_charset, name, ntohl(cur_did));
194 from_charset, to_charset, name, ntohl(cur_did));
469 to_charset = strdup(optarg);
507 if ( from_charset == NULL || to_charset == NULL) {
541 if ( (charset_t) -1 == ( ch_to = add_charset(to_charset)) ) {
542 fprintf( stderr, "Setting codepage %s as destination codepage failed", to_charset);

Completed in 58 milliseconds