Home
last modified time | relevance | path

Searched refs:utf8name (Results 1 – 25 of 129) sorted by relevance

123456

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/io/
H A Dsys.cpp44 for ( int i = 0; utf8name[i]; i++ ) in dump_fopen_call()
46 if ( utf8name[i] == '\\' ) in dump_fopen_call()
50 else if ( (utf8name[i] >= 0x20) && ((0x0ff & utf8name[i]) <= 0x7f) ) in dump_fopen_call()
52 str += utf8name[i]; in dump_fopen_call()
63 (void)utf8name; in dump_fopen_call()
133 if ( utf8name ) { in file_test()
135 if (utf8name && !g_utf8_validate(utf8name, -1, nullptr)) { in file_test()
162 if ( utf8name) { in file_is_writable()
164 if (utf8name && !g_utf8_validate(utf8name, -1, nullptr)) { in file_is_writable()
197 if ( utf8name) { in file_directory_exists()
[all …]
H A Dsys.h31 void dump_fopen_call( char const *utf8name, char const *id );
33 FILE *fopen_utf8name( char const *utf8name, char const *mode );
35 int mkdir_utf8name( char const *utf8name );
37 bool file_test( char const *utf8name, GFileTest test );
39 bool file_directory_exists( char const *utf8name );
41 bool file_is_writable( char const *utf8name);
43 GDir *dir_open(gchar const *utf8name, guint flags, GError **error);
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-input-memory.c213 char *utf8name = g_filename_display_name (filename); in GSF_CLASS() local
216 utf8name, g_strerror (save_errno)); in GSF_CLASS()
217 g_free (utf8name); in GSF_CLASS()
225 char *utf8name = g_filename_display_name (filename); in GSF_CLASS() local
228 utf8name); in GSF_CLASS()
229 g_free (utf8name); in GSF_CLASS()
238 char *utf8name = g_filename_display_name (filename); in GSF_CLASS() local
241 utf8name); in GSF_CLASS()
242 g_free (utf8name); in GSF_CLASS()
264 utf8name, g_strerror (save_errno)); in GSF_CLASS()
[all …]
H A Dgsf-input-stdio.c88 char *utf8name = filename in make_local_copy() local
93 utf8name); in make_local_copy()
94 g_free (utf8name); in make_local_copy()
125 char *utf8name = g_filename_display_name (filename); in gsf_input_stdio_new() local
130 utf8name, g_strerror (save_errno)); in gsf_input_stdio_new()
131 g_free (utf8name); in gsf_input_stdio_new()
H A Dgsf-outfile-stdio.c123 char *utf8name = g_filename_display_name (root); in GSF_CLASS() local
126 utf8name, g_strerror (save_errno)); in GSF_CLASS()
127 g_free (utf8name); in GSF_CLASS()
/dports/sysutils/backuppc/BackupPC-3.3.2/lib/BackupPC/Xfer/
H A DFtp.pm606 $f->{utf8name} = $f->{name};
699 $attrib->set( $f->{utf8name}, $attribInfo );
729 $f->{utf8name} = $fSym->{name};
730 from_to( $f->{utf8name}, $conf->{ClientCharset}, "utf8" )
762 if ( exists($dir->{utf8name})) {
770 $t->logFileAction( "fail", $dir->{utf8name}, $dir );
784 $t->logFileAction( "fail", $dir->{utf8name}, $dir );
821 $attrib->set( $f->{utf8name}, $attribInfo);
902 delete $attribInfo->{utf8name}; # unused value
955 $attrib->set( $f->{utf8name}, $attribInfo );
[all …]
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dwindows.c41 char utf8name [512] ; in sf_wchar_open() local
50 if (WideCharToMultiByte (CP_UTF8, 0, wpath, -1, utf8name, sizeof (utf8name), NULL, NULL) == 0) in sf_wchar_open()
53 psf_log_printf (psf, "File : '%s' (utf-8 converted from ucs-2)\n", utf8name) ; in sf_wchar_open()
/dports/lang/tcl87/tcl8.7a5/tests/
H A DfileSystemEncoding.test40 set utf8name [encoding convertto utf-8 $fname1a]
41 makeFile {} $utf8name
49 removeFile $utf8name
/dports/lang/tcl86/tcl8.6.12/tests/
H A DfileSystemEncoding.test40 set utf8name [encoding convertto utf-8 $fname1a]
41 makeFile {} $utf8name
49 removeFile $utf8name
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/wp8/
H A DMUserAlert.cpp129 const char *utf8name = megaUserAlert->getName(); variable
130 if (!utf8name)
133 MegaApi::utf8ToUtf16(utf8name, &utf16name);
134 delete[] utf8name;
H A DMNode.cpp59 const char *utf8name = megaNode->getName(); variable
60 MegaApi::utf8ToUtf16(utf8name, &utf16name);
62 return utf8name ? ref new String((wchar_t *)utf16name.data()) : nullptr;
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/xetexdir/
H A DXeTeXFontMgr_FC.cpp110 char* utf8name = NULL; in readNames() local
123utf8name = convertToUtf8(macRomanConv, nameRec.string, nameRec.string_len); in readNames()
128utf8name = convertToUtf8(utf16beConv, nameRec.string, nameRec.string_len); in readNames()
130 if (utf8name != NULL) { in readNames()
150 prependToList(nameList, utf8name); in readNames()
152 appendToList(nameList, utf8name); in readNames()
153 delete[] utf8name; in readNames()
/dports/games/zaz/zaz-1.0.1/src/
H A Ddirectorylister.cpp101 char utf8name[1024]; in ListFiles() local
103 WideCharToMultiByte(CP_UTF8, 0, FindFileData.cFileName, -1, utf8name, MAX_PATH, NULL, NULL); in ListFiles()
104 ret.push_back(utf8name); in ListFiles()
/dports/sysutils/vchanger/vchanger/src/
H A Duuidlookup.c68 char tmp[128], *utf8name = NULL; in GetMountpointFromUUID() local
122 UTF16ToAnsi(pname, &utf8name, &n); in GetMountpointFromUUID()
124 free(utf8name); in GetMountpointFromUUID()
127 strncpy(mountp, utf8name, mountp_sz); in GetMountpointFromUUID()
128 free(utf8name); in GetMountpointFromUUID()
/dports/archivers/v1541commander/v1541commander-1.1/src/bin/v1541commander/
H A Dcbmdosfilemimedata.cpp40 char utf8name[65]; in addFile() local
41 petscii_toUtf8(utf8name, 65, name, namelen, in addFile()
43 QString hostFileName = qfnsan(QString::fromUtf8(utf8name)); in addFile()
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/test_system/
H A Dmock_text_window.h72 void ConcreteSetName(const std::string& utf8name, in ConcreteSetName() argument
74 TestTextWindow::SetName(utf8name, next_char); in ConcreteSetName()
H A Dtest_text_window.cc78 void TestTextWindow::SetName(const std::string& utf8name, in SetName() argument
80 TextWindow::SetName(utf8name, next_char); in SetName()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/testdata/qgis_server/
H A Dtest_project_scaledsymbols.qgs226 <field name="utf8nameè">
237 <alias field="utf8nameè" index="2" name=""></alias>
244 <default applyOnUpdate="0" expression="" field="utf8nameè"></default>
249 …<constraint constraints="0" exp_strength="0" field="utf8nameè" notnull_strength="0" unique_strengt…
254 <constraint desc="" exp="" field="utf8nameè"></constraint>
264 <column hidden="0" name="utf8nameè" type="field" width="-1"></column>
298 <field editable="1" name="utf8nameè"></field>
303 <field labelOnTop="0" name="utf8nameè"></field>
/dports/graphics/qgis/qgis-3.22.3/tests/testdata/qgis_server/
H A Dtest_project_scaledsymbols.qgs226 <field name="utf8nameè">
237 <alias field="utf8nameè" index="2" name=""></alias>
244 <default applyOnUpdate="0" expression="" field="utf8nameè"></default>
249 …<constraint constraints="0" exp_strength="0" field="utf8nameè" notnull_strength="0" unique_strengt…
254 <constraint desc="" exp="" field="utf8nameè"></constraint>
264 <column hidden="0" name="utf8nameè" type="field" width="-1"></column>
298 <field editable="1" name="utf8nameè"></field>
303 <field labelOnTop="0" name="utf8nameè"></field>

123456