Home
last modified time | relevance | path

Searched refs:posix_rename (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/libressl-static/libressl-3.3.5/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/security/libretls/libretls-3.4.2/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/security/libressl/libressl-3.4.3/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/emulators/citra/citra-ac98458e0/externals/libressl/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/www/obhttpd/libressl-3.4.1/include/compat/
H A Dstdio.h36 int posix_rename(const char *oldpath, const char *newpath);
42 #define rename(oldpath, newpath) posix_rename(oldpath, newpath)
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dsftp_si.py210 def posix_rename(self, oldpath, newpath):
H A Dsftp_server.py531 request_number, self.server.posix_rename(oldpath, newpath)
H A Dsftp_client.py425 def posix_rename(self, oldpath, newpath): member in SFTPClient
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/paramiko/paramiko/
H A Dsftp_si.pyi17 def posix_rename(self, oldpath: str, newpath: str) -> int: ...
H A Dsftp_client.pyi35 def posix_rename(self, oldpath: Union[bytes, Text], newpath: Union[bytes, Text]) -> None: ...
/dports/security/libressl-static/libressl-3.3.5/crypto/
H A DMakefile.am91 -echo posix_rename >> crypto_portable.sym
/dports/www/obhttpd/libressl-3.4.1/crypto/
H A DMakefile.am91 -echo posix_rename >> crypto_portable.sym
/dports/security/libressl/libressl-3.4.3/crypto/
H A DMakefile.am91 -echo posix_rename >> crypto_portable.sym
/dports/security/libressl-static/libressl-3.3.5/crypto/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/security/libretls/libretls-3.4.2/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/security/libressl/libressl-3.4.3/crypto/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/www/obhttpd/libressl-3.4.1/crypto/compat/
H A Dposix_win.c81 posix_rename(const char *oldpath, const char *newpath) in posix_rename() function
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dsftp.py158 self.ftp.posix_rename(old, new)
/dports/security/py-paramiko/paramiko-2.7.2/tests/
H A Dstub_sftp.py162 def posix_rename(self, oldpath, newpath): member in StubSFTPServer
H A Dtest_sftp.py203 sftp.posix_rename(sftp.FOLDER + "/a", sftp.FOLDER + "/b")
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dsftp.py1479 async def posix_rename(self, oldpath, newpath): member in SFTPClientHandler
3174 async def posix_rename(self, oldpath, newpath): member in SFTPClient
3199 await self._handler.posix_rename(oldpath, newpath)
3974 result = self._server.posix_rename(oldpath, newpath)
4783 def posix_rename(self, oldpath, newpath): member in SFTPServer
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_sftp.py394 async def posix_rename(self, oldpath, newpath): member in _AsyncSFTPServer
397 super().posix_rename(oldpath, newpath)
1085 await sftp.posix_rename('file1', 'file2')
2312 await sftp.posix_rename('file1', # pragma: no branch

12