Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_virtual_cwd.h270 #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode) argument
271 #define VCWD_RMDIR(pathname) virtual_rmdir(pathname) argument
272 #define VCWD_OPENDIR(pathname) virtual_opendir(pathname) argument
274 #define VCWD_ACCESS(pathname, mode) virtual_access(pathname, mode) argument
296 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode) argument
297 #define VCWD_RMDIR(pathname) php_win32_ioutil_rmdir(pathname) argument
300 #define VCWD_ACCESS(pathname, mode) tsrm_win32_access(pathname, mode) argument
308 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
309 #define VCWD_RMDIR(pathname) rmdir(pathname) argument
312 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
[all …]
H A Dzend_virtual_cwd.c1331 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access() argument
1337 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_access()
1589 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir() argument
1595 if (virtual_file_ex(&new_state, pathname, NULL, CWD_FILEPATH)) { in virtual_mkdir()
1610 CWD_API int virtual_rmdir(const char *pathname) /* {{{ */ in virtual_rmdir() argument
1616 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
1635 CWD_API DIR *virtual_opendir(const char *pathname) /* {{{ */ in virtual_opendir() argument
1641 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_opendir()
/PHP-8.2/ext/standard/
H A Dftok.c33 char *pathname, *proj; in PHP_FUNCTION() local
38 Z_PARAM_PATH(pathname, pathname_len) in PHP_FUNCTION()
52 if (php_check_open_basedir(pathname)) { in PHP_FUNCTION()
56 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
/PHP-8.2/win32/
H A Dftok.c26 ftok(const char *pathname, int proj_id) in ftok() argument
32 PHP_WIN32_IOUTIL_INIT_W(pathname) in ftok()
/PHP-8.2/TSRM/
H A Dtsrm_win32.c114 return pathname; in tsrm_win32_get_path_sid_key()
133 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()
207 if(!IS_ABSOLUTE_PATH(pathname, strlen(pathname)+1)) { in tsrm_win32_access()
208 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
212 pathname = real_path; in tsrm_win32_access()
215 PHP_WIN32_IOUTIL_INIT_W(pathname) in tsrm_win32_access()
274 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
278 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
279 pathname = real_path; in tsrm_win32_access()
280 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
[all …]
H A Dtsrm_win32.h91 const char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len…
99 TSRM_API int tsrm_win32_access(const char *pathname, int mode);
/PHP-8.2/ext/standard/tests/file/
H A Dpathinfo_variaton.phpt25 /* pathname containing numeric string */
31 /* pathname as boolean */
35 /* pathname as an array */
39 /* pathname as spaces */
43 /* empty pathname */
47 /* pathname as members of object */
54 /* pathname as member of array */
/PHP-8.2/ext/ftp/tests/
H A Dftp_mlsd.phpt22 Warning: ftp_mlsd(): Missing pathname in MLSD response in %s on line %d
H A Dserver.inc525 fputs($fs, "no_semi pathname\r\n");
526 fputs($fs, "no_eq; pathname\r\n");
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt26 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',
/PHP-8.2/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
/PHP-8.2/build/
H A Dlibtool.m41325 # assumed that no part of a normal pathname contains ";" but that should
2251 # find the pathname to the GNU or non-GNU linker
2276 # Canonicalize the pathname of ld
2572 # find the pathname to a BSD-compatible name lister
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic33722 # pathname of boot application, as null-terminated Unicode string; typically
H A Dmagic私はガラスを食べられます33722 # pathname of boot application, as null-terminated Unicode string; typically

Completed in 182 milliseconds