Home
last modified time | relevance | path

Searched refs:str_convert (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dcharset.cc38 EXPORT StringBuf str_convert(const char * str, int len, in str_convert() function
97 StringBuf utf8 = str_convert(str, len, charset, "UTF-8"); in str_from_locale()
116 StringBuf local = str_convert(str, len, "UTF-8", charset); in str_to_locale()
154 StringBuf utf8 = str_convert(str, len, detected, "UTF-8"); in convert_to_utf8()
163 StringBuf utf8 = str_convert(str, len, fallback, "UTF-8"); in convert_to_utf8()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/postscript/common/
H A Dmisc.c23 int str_convert(char **str, int err);
46 start = stop = str_convert(&str, 0);
49 stop = str_convert(&str, 9999);
158 str_convert(str, err) in str_convert() function
/dports/graphics/icoutils/icoutils-0.32.3/common/
H A Dstring-utils.h35 void str_convert(char *str, int (*convert)(int));
36 #define str_toupper(str) str_convert((str), toupper)
37 #define str_tolower(str) str_convert((str), tolower)
/dports/sysutils/renameutils/renameutils-0.12.0/src/common/
H A Dstring-utils.h35 void str_convert(char *str, int (*convert)(int));
36 #define str_toupper(str) str_convert((str), toupper)
37 #define str_tolower(str) str_convert((str), tolower)
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/troff.d/dpost.d/
H A Dmisc.c147 start = stop = str_convert(&str, 0); in out_list()
150 stop = str_convert(&str, 9999); in out_list()
249 str_convert ( in str_convert() function
H A Dgen.h157 int str_convert(char **, int);
/dports/misc/mc/mc-4.8.27/lib/mcconfig/
H A Dhistory.c140 if (str_convert (conv, this_entry, buffer) == ESTR_FAILURE) in mc_config_history_load()
207 if (str_convert (conv, text, buffer) == ESTR_FAILURE) in mc_config_history_save()
/dports/misc/mc-nox11/mc-4.8.27/lib/mcconfig/
H A Dhistory.c140 if (str_convert (conv, this_entry, buffer) == ESTR_FAILURE) in mc_config_history_load()
207 if (str_convert (conv, text, buffer) == ESTR_FAILURE) in mc_config_history_save()
/dports/audio/tagtool/tagtool-0.12.3/src/
H A DMakefile.am53 str_convert.c str_convert.h about.c about.h prefs_dlg.c \
H A DMakefile.in208 str_convert.c str_convert.h about.c about.h prefs_dlg.c \
237 str_util.h str_convert.c str_convert.h about.c about.h \
267 tagtool-str_convert.$(OBJEXT) tagtool-about.$(OBJEXT) \
310 @AMDEP_TRUE@ ./$(DEPDIR)/tagtool-str_convert.Po \
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tagtool-str_convert.Po@am__quote@
938 tagtool-str_convert.o: str_convert.c
939 …ES) $(AM_CPPFLAGS) $(CPPFLAGS) $(tagtool_CFLAGS) $(CFLAGS) -MT tagtool-str_convert.o -MD -MP -MF "…
940 @am__fastdepCC_TRUE@ -c -o tagtool-str_convert.o `test -f 'str_convert.c' || echo '$(srcdir)/'`st…
947 …(tagtool_CFLAGS) $(CFLAGS) -c -o tagtool-str_convert.o `test -f 'str_convert.c' || echo '$(srcdir)…
949 tagtool-str_convert.obj: str_convert.c
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dencode.c50 static int str_convert(iconv_t conv, const char *inbuf, size_t *inbuflen, in str_convert() function
249 if (str_convert(decode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_decode_str()
304 if (str_convert(encode_conv, inbuf, &inbuflen, outbuf, &outbuflen) < 0) { in pr_encode_str()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr_conv.h18 extern int str_convert( str *s,
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr_conv.h18 extern int str_convert( str *s,
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr_conv.h18 int str_convert( str *s,
/dports/multimedia/audacious/audacious-4.1/src/audacious/
H A Dutil.cc53 argv[i] = String(str_convert((char *)argvw[i], in get_argv_utf8()
/dports/multimedia/audacious/audacious-4.1/src/libaudtag/id3/
H A Did3-common.cc76 return str_convert (data, aud::min (size, 2 * MAX_STRING), "UTF-16", "UTF-8"); in id3_convert()
78 return str_convert (data, aud::min (size, 2 * MAX_STRING), "UTF-16BE", "UTF-8"); in id3_convert()
/dports/devel/efl/efl-1.25.1/src/tests/eina/
H A Deina_test_str.c365 EFL_START_TEST(str_convert) in EFL_START_TEST() argument
402 tcase_add_test(tc, str_convert); in eina_test_str()

123