Searched refs:ldaptool_charset (Results 1 – 3 of 3) sorted by relevance
46 extern char *ldaptool_charset;203 extern char *ldaptool_charset;664 else if (*src == 0 || (ldaptool_charset == NULL) 665 || (!strcmp( ldaptool_charset, "" )))672 if( !strcmp( ldaptool_charset, "0" )679 free( ldaptool_charset );681 ldaptool_charset = strdup(newcharset);682 if (ldaptool_charset == NULL) {689 if( strcmp( ldaptool_charset, "" ) && (!charsetset) )696 outLen = (size_t) ucnv_convert( "utf-8", ldaptool_charset, NULL, 0, src,[all …]
148 extern char *ldaptool_charset;
191 char *ldaptool_charset = ""; variable631 ldaptool_charset = strdup( optarg );632 if (NULL == ldaptool_charset)