Home
last modified time | relevance | path

Searched refs:oldpathname (Results 1 – 12 of 12) sorted by relevance

/dports/devel/py-tables/tables-3.6.1/tables/
H A Dnode.py552 oldpathname = self._v_pathname
554 file_._log('REMOVE', oldpathname)
555 move_to_shadow(file_, oldpathname)
570 oldpathname = self._v_pathname # to move the HDF5 node
589 oldpathname, self._v_pathname)
686 oldpathname = self._v_pathname
691 self._g_log_move(oldpathname)
693 def _g_log_move(self, oldpathname): argument
694 self._v_file._log('MOVE', oldpathname, self._v_pathname)
923 def _g_log_move(self, oldpathname): argument
H A Dhdf5extension.pyx1095 oldpathname, newpathname): argument
1106 (oldpathname, newpathname) )
/dports/lang/racket/racket-8.3/src/ChezScheme/c/
H A Dwindows.c380 int S_windows_rename(const char *oldpathname, const char *newpathname) { in S_windows_rename() argument
382 if (MultiByteToWideChar(CP_UTF8,0,oldpathname,-1,woldpathname,PATH_MAX) == 0 || in S_windows_rename()
384 return rename(oldpathname, newpathname); in S_windows_rename()
H A Dexterns.h449 extern int S_windows_rename(const char *oldpathname, const char *newpathname);
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/c/
H A Dwindows.c380 int S_windows_rename(const char *oldpathname, const char *newpathname) { in S_windows_rename() argument
382 if (MultiByteToWideChar(CP_UTF8,0,oldpathname,-1,woldpathname,PATH_MAX) == 0 || in S_windows_rename()
384 return rename(oldpathname, newpathname); in S_windows_rename()
H A Dexterns.h449 extern int S_windows_rename(const char *oldpathname, const char *newpathname);
/dports/lang/chez-scheme/ChezScheme-9.5.4/c/
H A Dwindows.c380 int S_windows_rename(const char *oldpathname, const char *newpathname) { in S_windows_rename() argument
382 if (MultiByteToWideChar(CP_UTF8,0,oldpathname,-1,woldpathname,PATH_MAX) == 0 || in S_windows_rename()
384 return rename(oldpathname, newpathname); in S_windows_rename()
H A Dexterns.h399 extern int S_windows_rename(const char *oldpathname, const char *newpathname);
/dports/devel/py-tables/tables-3.6.1/doc/source/
H A DMIGRATING_TO_3.x.rst513 oldPathname oldpathname
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsfile.c352 const char *oldpathname = pathname; in js_fileDirectoryName() local
388 result = JS_strdup(cx, oldpathname); /* may include drive selector */ in js_fileDirectoryName()
/dports/irc/quirc/quirc-0.9.84/
H A DREADME218 proc event_windowchanged { oldpathname oldname oldserver oldindex pathname name server index } { sc…
/dports/irc/quirc/quirc-0.9.84/data/
H A Dglobal.tcl756 proc event_windowchanged { oldpathname oldname oldserver oldindex pathname name server index } {