Home
last modified time | relevance | path

Searched defs:realpath (Results 101 – 125 of 1481) sorted by relevance

12345678910>>...60

/dports/security/py-certbot/certbot-1.22.0/certbot/compat/
H A D_path.py36 def realpath(*unused_args, **unused_kwargs): # type: ignore function
/dports/www/drupal8/drupal-8.9.20/core/modules/file/tests/file_test/src/StreamWrapper/
H A DDummyRemoteStreamWrapper.php30 public function realpath() { function in Drupal\\file_test\\StreamWrapper\\DummyRemoteStreamWrapper
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/file_test/src/StreamWrapper/
H A DDummyRemoteStreamWrapper.php30 public function realpath() { function in Drupal\\file_test\\StreamWrapper\\DummyRemoteStreamWrapper
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/ci/
H A Dapple-install-libcxx.sh95 function realpath() { function
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/catalog/
H A Dstorage.c75 * This function is transactional. The creation is WAL-logged, and if the
199 prev = NULL; in fusepod_readdir()
200 for (pending = pendingDeletes; pending != NULL; pending = next) in fusepod_readdir()
223 * RelationTruncate
298 * Copy a fork's data, block by block.
408 maxrels = 0; in fusepod_mkdir()
409 SMgrRelation *srels = NULL; in fusepod_mkdir()
/dports/games/manaplus/manaplus-2.1.3.17/src/fs/
H A Dpaths.cpp42 #define realpath(N, R) strcpy(R, N) macro
47 #define realpath(N, R) _fullpath((R), (N), _MAX_PATH) macro
/dports/multimedia/vlc/vlc-3.0.16/compat/
H A Drealpath.c31 char *realpath(const char * restrict relpath, char * restrict resolved_path) in realpath() function
/dports/lang/micropython/micropython-1.17/ports/windows/
H A Drealpath.c48 char *realpath(const char *path, char *resolved_path) { in realpath() function
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dbsd-realpath.h19 # define realpath(A, B) bsd_realpath(A, B) macro
/dports/devel/rth/rth/
H A Ddownload.php80 $realpath = realpath(FILE_UPLOAD_PATH); variable
/dports/net/p5-Net-SFTP-Foreign/Net-SFTP-Foreign-1.93/lib/Net/SFTP/Foreign/
H A DLocal.pm23 sub realpath { subroutine
/dports/security/pam_ssh/pam_ssh-8.0/openbsd-compat/
H A Dopenbsd-compat.h63 # define realpath(x, y) _ssh_compat_realpath(x, y) macro
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/PHPTAL/
H A DStringSource.php24 public function __construct($data, $realpath = null)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dsupport.h69 #define realpath(N, R) _fullpath((R), (N), _MAX_PATH) macro
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/misc/
H A Drealpath.c12 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
/dports/devel/radare2/radare2-5.1.1/shlr/grub/include/grub/util/
H A Dmisc.h93 #define realpath(a, b) (char *) a macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/misc/
H A Drealpath.c10 char *realpath(const char *restrict filename, char *restrict resolved) in realpath() function
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libutil/
H A Dopendev.c49 opendev(const char *path, int oflags, int dflags, char **realpath) in opendev()
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/
H A DFile.php102 public static function realpath($pFilename) { function in PHPExcel_Shared_File
/dports/misc/py-powerline-status/powerline-2.8.2/tests/shlib/
H A Dcommon.sh147 realpath() { function
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFile.php97 public static function realpath($pFilename) function in PHPExcel_Shared_File
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DFile.php97 public static function realpath($pFilename) function in PHPExcel_Shared_File
/dports/archivers/arj/arj-3.10.22/
H A Dpackager.c97 static void package_unix(FILE *stream, char *name, char *trunk, char *realpath, char *unixpath) in package_unix()
132 static void package_txt(FILE *stream, char *name, char *trunk, char *realpath, char *unixpath) in package_txt()
153 static void package_bin(FILE *stream, char *name, char *trunk, char *realpath, char *unixpath) in package_bin()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/physfs/
H A Dutil.cpp25 std::string realpath(const std::string& path) in realpath() function
/dports/devel/p5-File-PathConvert/File-PathConvert-0.9/
H A DPathConvert.pm547 sub realpath($;) { subroutine

12345678910>>...60