Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h280 #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode) argument
281 #define VCWD_RMDIR(pathname) virtual_rmdir(pathname) argument
282 #define VCWD_OPENDIR(pathname) virtual_opendir(pathname) argument
284 #define VCWD_ACCESS(pathname, mode) virtual_access(pathname, mode) argument
306 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode) argument
307 #define VCWD_RMDIR(pathname) php_win32_ioutil_rmdir(pathname) argument
310 #define VCWD_ACCESS(pathname, mode) tsrm_win32_access(pathname, mode) argument
318 #define VCWD_MKDIR(pathname, mode) mkdir(pathname, mode) argument
319 #define VCWD_RMDIR(pathname) rmdir(pathname) argument
322 #define VCWD_ACCESS(pathname, mode) access(pathname, mode) argument
[all …]
H A Dzend_virtual_cwd.c1334 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access() argument
1340 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_access()
1592 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir() argument
1598 if (virtual_file_ex(&new_state, pathname, NULL, CWD_FILEPATH)) { in virtual_mkdir()
1613 CWD_API int virtual_rmdir(const char *pathname) /* {{{ */ in virtual_rmdir() argument
1619 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
1638 CWD_API DIR *virtual_opendir(const char *pathname) /* {{{ */ in virtual_opendir() argument
1644 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_opendir()
/php-src/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-src/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-src/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-src/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-src/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-src/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt26 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',
/php-src/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to
/php-src/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-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます38998 # pathname of boot application, as null-terminated Unicode string; typically
H A Dmagic38998 # pathname of boot application, as null-terminated Unicode string; typically

Completed in 214 milliseconds