Searched refs:from_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.c54 char* from_charset; variable
185 from_charset, to_charset, name, ntohl(cur_did));
194 from_charset, to_charset, name, ntohl(cur_did));
466 from_charset = strdup(optarg);
507 if ( from_charset == NULL || to_charset == NULL) {
536 if ( (charset_t) -1 == ( ch_from = add_charset(from_charset)) ) {
537 fprintf( stderr, "Setting codepage %s as source codepage failed", from_charset);

Completed in 67 milliseconds