Home
last modified time | relevance | path

Searched refs:savedName (Results 1 – 25 of 50) sorted by relevance

12

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/
H A Dautohintexe.c182 char* savedName; in writeFileData() local
186 savedName[0] = '\0'; in writeFileData()
187 strcat(savedName, name); in writeFileData()
188 strcat(savedName, fSuffix); in writeFileData()
189 fp = fopen(savedName, "w"); in writeFileData()
190 free(savedName); in writeFileData()
203 char* savedName; in openReportFile() local
207 savedName[0] = '\0'; in openReportFile()
208 strcat(savedName, name); in openReportFile()
209 strcat(savedName, fSuffix); in openReportFile()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/validator/
H A DsfValidatedFile.class.php24 $savedName = null, variable in sfValidatedFile
52 return null === $this->savedName ? '' : $this->savedName;
122 $this->savedName = $file;
178 return null !== $this->savedName;
188 return $this->savedName;
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/applet/
H A DAppletContentManager.java264 …String savedName = (String)JOptionPane.showInputDialog(SwingUtilities.getRootPane((JComponent)pare… in showSaveDialog() local
266 if (savedName == null) { in showSaveDialog()
269 savedName = savedName.trim(); in showSaveDialog()
273 if (this.recorder.exists(savedName) in showSaveDialog()
274 && !confirmOverwrite(parentView, savedName)) { in showSaveDialog()
275 return showSaveDialog(parentView, dialogTitle, contentType, savedName); in showSaveDialog()
277 } else if (savedName.length() == 0) { in showSaveDialog()
278 return showSaveDialog(parentView, dialogTitle, contentType, savedName); in showSaveDialog()
280 return savedName; in showSaveDialog()
/dports/x11-fonts/xfs/xfs-1.2.0/difs/
H A Dfonts.c882 if (cPtr->savedName) in do_list_fonts_and_aliases()
925 if (cPtr->savedName) in do_list_fonts_and_aliases()
926 fsfree(cPtr->savedName); in do_list_fonts_and_aliases()
928 if (cPtr->savedName) in do_list_fonts_and_aliases()
1037 if (cPtr->savedName) fsfree(cPtr->savedName); in do_list_fonts_and_aliases()
1093 c->savedName = NULL; in ListFonts()
1201 if (cPtr->savedName) in do_list_fonts_with_info()
1204 if (cPtr->savedName) in do_list_fonts_with_info()
1250 name = cPtr->savedName; in do_list_fonts_with_info()
1329 if (cPtr->savedName) fsfree(cPtr->savedName); in do_list_fonts_with_info()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dpathhelper.cs323 char* savedName = stackalloc char[lenSavedName]; in Fixup()
324 String.wstrcpy(savedName, m_arrayPtr + lastSlash + 1, lenSavedName); in Fixup()
333 String.wstrcpy(m_arrayPtr + Length, savedName, lenSavedName); in Fixup()
338 String savedName = m_sb.ToString(lastSlash + 1, lenSavedName); in Fixup()
346 m_sb.Append(savedName); in Fixup()
/dports/graphics/pixie/Pixie/src/ri/
H A Dvariable.y226 const char *savedName; in parseVariable() local
235 savedName = currentName; in parseVariable()
250 currentName = savedName; in parseVariable()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xwayland/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xorg-server/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xephyr/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xarcan/xarcan-0.6.0/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/include/
H A Dclosestr.h80 char *savedName; member
93 char *savedName; member
/dports/x11-fonts/xfs/xfs-1.2.0/include/
H A Dclosestr.h124 char *savedName; member
136 char *savedName; member
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dhudskinlist.qc191 if(me.savedName)
192 strunzone(me.savedName);
195 me.savedName = strzone(box.text);
197 me.savedName = string_null;
220 string s = me.savedName;
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/include/
H A Dclosestr.h87 char *savedName; member
101 char *savedName; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/spatialite/
H A Dqgsspatialitesourceselect.cpp286 QString savedName = myFI.fileName(); in newConnection() local
297 while ( ! settings.value( baseKey + savedName + "/sqlitepath", "" ).toString().isEmpty() ) in newConnection()
300 savedName = QInputDialog::getText( nullptr, tr( "Add Connection" ), in newConnection()
303 if ( !ok || savedName.isEmpty() ) in newConnection()
312 settings.setValue( baseKey + "selected", savedName ); in newConnection()
313 settings.setValue( baseKey + savedName + "/sqlitepath", myFI.canonicalFilePath() ); in newConnection()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/dix/
H A Ddixfonts.c650 if (c->savedName) in doListFontsAndAliases()
691 free(c->savedName); in doListFontsAndAliases()
693 if (c->savedName) in doListFontsAndAliases()
785 free(c->savedName); in doListFontsAndAliases()
838 c->savedName = 0; in ListFonts()
931 free(c->savedName); in doListFontsWithInfo()
932 c->savedName = malloc(namelen + 1); in doListFontsWithInfo()
933 if (c->savedName) in doListFontsWithInfo()
981 name = c->savedName; in doListFontsWithInfo()
1033 free(c->savedName); in doListFontsWithInfo()
[all …]

12