Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 31) sorted by relevance

12

/php-src/main/
H A Dphp_open_temporary_file.c286 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
327 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
332 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
/php-src/scripts/dev/
H A Dtidy.php9 $dir = $argv[1]; variable
11 $dir = __DIR__ . '/../..'; variable
H A Dfind_tested.php182 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c360 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info()
378 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info()
501 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
539 cdf_dir_t dir; in file_trycdf() local
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
H A Dcdf.c674 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir()
772 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream()
817 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_doc_summary_info()
826 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info()
835 const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) in cdf_read_user_stream()
851 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream()
1397 const cdf_dir_t *dir) in cdf_dump_dir()
1577 cdf_dir_t dir; in main() local
/php-src/ext/standard/
H A Ddir.c102 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
108 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
174 PHP_FUNCTION(dir) in PHP_FUNCTION() argument
H A Dfile.c691 char *dir, *prefix; in PHP_FUNCTION() local
1123 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1138 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1147 char *dir; in PHP_FUNCTION() local
1171 char *dir; in PHP_FUNCTION() local
/php-src/ext/ftp/
H A Dphp_ftp.c291 char *dir; in PHP_FUNCTION() local
359 char *dir; in PHP_FUNCTION() local
385 char *dir; in PHP_FUNCTION() local
462 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
488 char **llist, **ptr, *dir; in PHP_FUNCTION() local
515 char **llist, **ptr, *dir; in PHP_FUNCTION() local
H A Dftp.c531 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir()
577 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir()
608 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir()
/php-src/ext/mbstring/ucgendat/
H A Ductest.php4 $dir = __DIR__; variable
H A Ducgendat.php52 $dir = $argv[1]; variable
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c58 char *dir; in create_tempfile() local
/php-src/win32/
H A Dreaddir.c24 DIR *opendir(const char *dir) in opendir()
/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h45 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
H A Dplain_wrapper.c217 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file()
1021 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local
1066 DIR *dir = NULL; in php_plain_files_dir_opener() local
1370 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
/php-src/ext/gettext/
H A Dgettext.c179 zend_string *dir = NULL; in PHP_FUNCTION() local
/php-src/ext/session/
H A Dmod_files.c281 DIR *dir; in ps_files_cleanup_dir() local
/php-src/ext/phar/
H A Ddirstream.c169 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
H A Dutil.c1218 …et_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, in… in phar_get_entry_info_dir()
/php-src/ext/spl/
H A Dspl_directory.h71 } dir; member
/php-src/win32/build/
H A Dconfutils.js1553 function ADD_SOURCES(dir, file_list, target, obj_dir) argument
2845 function PHP_INSTALL_HEADERS(dir, headers_list) argument
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c136 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c967 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/php-src/ext/gd/libgd/
H A Dgdft.c373 char *name, *path=NULL, *dir; local

Completed in 104 milliseconds

12