Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 528) sorted by path

12345678910>>...22

/PHP-5.5/
H A D.gitattributes50 /ext/standard/tests/dir/scandir_variation3.phpt -crlf
H A DINSTALL736 <Object ppath="d:\path\to\authenticated\dir\*">
1457 --extension-dir [...]
1458 --include-dir [...]
1472 --extension-dir Directory where extensions are searched by default
1473 --include-dir Directory prefix where header files are installed by
1648 ":/new/dir".
1864 --with-config-file-scan-dir=PATH
H A DMakefile.gcov21 dir=lcov_data/`dirname $$x`; \
22 test -d "$$dir" || $(mkinstalldirs) "$$dir"; \
60 …for dir in ext/bcmath/libbcmath ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstri…
61 if test -d lcov_data/$$dir; then \
62 rm -rf lcov_data/$$dir ; \
H A DNEWS260 . Fixed bug #70002 (TS issues with temporary dir handling). (Anatol)
1405 . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
1843 . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
2255 with non std tmp dir). (Pierre)
4073 and an --man-dir argument to php-config. (Hannes)
5176 parent dir). (Etienne)
6757 - Fixed bug #45691 (Some per-dir or runtime settings may leak into other
7253 dir). (Ilia)
7670 is in root dir). (Marcus)
8533 in root dir). (Tony)
[all …]
H A DREADME.STREAMS82 PHPAPI php_stream *php_stream_fopen_temporary_file(const char *dir,
H A DREADME.UNIX-BUILD-SYSTEM87 This will read a file in the source-dir of your extension called
H A Dacinclude.m4832 dnl PHP_SHARED_MODULE(module-name, object-var, build-dir, cxx, zend_ext)
835 dnl from object_var in build-dir.
1371 DIR *dir;
1375 dir = opendir("/");
1376 if (!dir)
1378 if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0)
2204 PHP_ARG_WITH(icu-dir,,
2205 [ --with-icu-dir=DIR Specify where ICU libraries and headers can be found], DEFAULT, no)
H A Dconfigure.in907 PHP_ARG_WITH(config-file-scan-dir,,
908 [ --with-config-file-scan-dir=PATH
/PHP-5.5/TSRM/
H A Dreaddir.h34 char *dir; /* the dir we are reading */ member
H A Dtsrm_virtual_cwd.c1870 char *ptr, *dir; in virtual_popen() local
1876 dir = CWDG(cwd).cwd; in virtual_popen()
1878 if (*dir == '\'') extra+=3; in virtual_popen()
1879 dir++; in virtual_popen()
1883 dir = CWDG(cwd).cwd; in virtual_popen()
1897 switch (*dir) { in virtual_popen()
1904 *ptr++ = *dir; in virtual_popen()
1906 dir++; in virtual_popen()
/PHP-5.5/build/
H A Dconfig-stubs5 dir=$1; shift
6 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
H A Dlibtool.m4473 for dir in $PATH /usr/ucb; do
475 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
476 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
477 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
479 echo="$dir/echo"
1336 # and add multilib dir if necessary.
1469 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
1472 $install_prog $dir/$dlname \$dldir/$dlname~
1475 dlpath=$dir/\$dldll~
H A Dshtool516 for dir in $paths; do
517 if [ -r "$dir/$tool" ]; then
519 bold="`$dir/$tool $seq 2>/dev/null`"
527 norm="`$dir/$tool $seq 2>/dev/null`"
805 for dir in "$@"; do
806 eval "$cmd $dir" || shtool_exit $?
1727 for dir in $paths; do
1728 dir=`echo $dir | sed -e 's;/*$;;'`
1731 if [ $minusx "$dir/$name" ] && [ ! -d "$dir/$name" ]; then
1732 perl="$dir/$name"
/PHP-5.5/ext/curl/
H A Dconfig.m425 easy.h should be in <curl-dir>/include/curl/)
/PHP-5.5/ext/date/lib/
H A Dparse_date.c517 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
529 dir *= -1; in timelib_get_unsigned_nr()
533 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
H A Dparse_date.re515 timelib_ull dir = 1;
527 dir *= -1;
531 return dir * timelib_get_nr(ptr, max_length);
H A Dparse_iso_intervals.c160 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
172 dir *= -1; in timelib_get_unsigned_nr()
176 return dir * timelib_get_nr(ptr, max_length); in timelib_get_unsigned_nr()
H A Dparse_iso_intervals.re158 timelib_ull dir = 1;
170 dir *= -1;
174 return dir * timelib_get_nr(ptr, max_length);
/PHP-5.5/ext/dom/
H A Dconfig.m49 PHP_ARG_WITH(libxml-dir, libxml2 install dir,
10 [ --with-libxml-dir[=DIR] DOM: libxml2 install prefix], no, no)
/PHP-5.5/ext/exif/
H A Dtest.txt66 if ($dir = @opendir($root.$path.'/')) {
67 while (($found = @readdir($dir)) !== false) {
94 case 'dir':
101 @closedir($dir);
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch380 - DIR *dir;
382 + php_stream *dir;
410 - dir = opendir(fn);
418 if (!dir) {
430 - closedir(dir);
431 + php_stream_closedir(dir);
447 - closedir(dir);
448 + php_stream_closedir(dir);
456 - closedir(dir);
457 + php_stream_closedir(dir);
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c1141 php_stream *dir; in apprentice_load() local
1174 dir = php_stream_opendir((char *)fn, REPORT_ERRORS, NULL); in apprentice_load()
1175 if (!dir) { in apprentice_load()
1179 while (php_stream_readdir(dir, &d)) { in apprentice_load()
1184 php_stream_closedir(dir); in apprentice_load()
1197 php_stream_closedir(dir); in apprentice_load()
1204 php_stream_closedir(dir); in apprentice_load()
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype()
63 (*dir == '\0') ? "./" : dir, in file_os2_apptype()
H A Dcdf.c611 dir->dir_len = ns * nd; in cdf_read_dir()
613 calloc(dir->dir_len, sizeof(dir->dir_tab[0]))); in cdf_read_dir()
614 if (dir->dir_tab == NULL) in cdf_read_dir()
618 free(dir->dir_tab); in cdf_read_dir()
644 free(dir->dir_tab); in cdf_read_dir()
704 if (i == dir->dir_len) in cdf_read_short_stream()
706 d = &dir->dir_tab[i]; in cdf_read_short_stream()
750 d = &dir->dir_tab[i - 1]; in cdf_read_summary_info()
1147 const cdf_dir_t *dir) in cdf_dump_dir() argument
1159 d = &dir->dir_tab[i]; in cdf_dump_dir()
[all …]
H A Dreadcdf.c233 cdf_dir_t dir; local
265 if ((i = cdf_read_dir(&info, &h, &sat, &dir)) == -1) {
270 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst)) == -1) {
275 cdf_dump_dir(&info, &h, &sat, &ssat, &sst, &dir);
278 if ((i = cdf_read_summary_info(&info, &h, &sat, &ssat, &sst, &dir,
298 for (j = 0; j < dir.dir_len; j++) {
299 d = &dir.dir_tab[j];
319 free(dir.dir_tab);

Completed in 188 milliseconds

12345678910>>...22