Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 84) sorted by last modified time

1234

/PHP-5.4/win32/
H A Dreaddir.c22 DIR *opendir(const char *dir) in opendir()
24 DIR *dp; in opendir()
46 dp = (DIR *) malloc(sizeof(DIR)); in opendir()
71 struct dirent *readdir(DIR *dp) in readdir()
92 int readdir_r(DIR *dp, struct dirent *entry, struct dirent **result) in readdir_r()
120 int closedir(DIR *dp) in closedir()
137 int rewinddir(DIR *dp) in rewinddir()
H A Dreaddir.h40 } DIR; typedef
43 DIR *opendir(const char *);
44 struct dirent *readdir(DIR *);
45 int readdir_r(DIR *, struct dirent *, struct dirent **);
46 int closedir(DIR *);
47 int rewinddir(DIR *);
H A Dglob.c143 static DIR *g_opendir(Char *, glob_t *);
620 DIR *dirp;
829 static DIR *
/PHP-5.4/sapi/nsapi/
H A Dconfig.m46 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no)
10 …(Please specify the path to the root of your Netscape/iPlanet/Sun Webserver using --with-nsapi=DIR)
/PHP-5.4/sapi/phttpd/
H A Dconfig.m46 [ --with-phttpd=DIR Build PHP as phttpd module], no, no)
/PHP-5.4/sapi/pi3web/
H A Dconfig.m46 [ --with-pi3web[=DIR] Build PHP as Pi3Web module], no, no)
/PHP-5.4/sapi/roxen/
H A Dconfig.m46 [ --with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
/PHP-5.4/sapi/isapi/
H A Dconfig.m46 [ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus], no, no)
/PHP-5.4/sapi/milter/
H A Dconfig.m46 [ --with-milter[=DIR] Build PHP as Milter application], no, no)
/PHP-5.4/sapi/continuity/
H A Dconfig.m44 [ --with-continuity=DIR Build PHP as Continuity Server module.
5 DIR is path to the installed Continuity Server root], no, no)
9 …_ERROR([Please specify the path to the root of your Continuity server using --with-continuity=DIR])
16 AC_MSG_ERROR([Cannot find your CAPI include files in either DIR/src or DIR/include])
/PHP-5.4/sapi/apache_hooks/
H A Dconfig.m4127 [ --with-apache-hooks-static[=DIR]
128 EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
/PHP-5.4/sapi/caudium/
H A Dconfig.m47 [ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium.
8 DIR is the Caudium server dir [/usr/local/caudium/server]], no, no)
/PHP-5.4/sapi/apache/
H A Dconfig.m4126 [ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
/PHP-5.4/sapi/aolserver/
H A Dconfig.m46 [ --with-aolserver=DIR Specify path to the installed AOLserver], no, no)
15 …ROR(Please specify the path to the source distribution of AOLserver using --with-aolserver-src=DIR)
18 AC_MSG_ERROR(Please specify the path to the root of AOLserver using --with-aolserver=DIR)
/PHP-5.4/
H A Dmakedist56 DIR=php-$VER
57 DIRPATH=$MY_OLDPWD/$DIR
60 echo "The directory $DIR"
70 cd $DIR || exit 5
/PHP-5.4/main/streams/
H A Dplain_wrapper.c818 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read()
837 return closedir((DIR *)stream->abstract); in php_plain_files_dirstream_close()
842 rewinddir((DIR *)stream->abstract); in php_plain_files_dirstream_rewind()
859 DIR *dir = NULL; in php_plain_files_dir_opener()
/PHP-5.4/main/
H A Dphp_reentrancy.h57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
H A Dreentrancy.c128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r()
H A Dphp_scandir.c62 DIR *dirp = NULL; in php_scandir()
/PHP-5.4/ext/zlib/
H A Dconfig0.m46 [ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9)])
9 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
/PHP-5.4/ext/zip/
H A Dconfig.m410 [ --with-zlib-dir[=DIR] ZIP: Set the path to libz install prefix], no, no)
43 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-5.4/ext/xsl/
H A Dconfig.m46 [ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base
/PHP-5.4/ext/xmlwriter/
H A Dconfig.m410 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
/PHP-5.4/ext/xmlreader/
H A Dconfig.m410 [ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
/PHP-5.4/ext/xmlrpc/
H A Dconfig.m411 [ --with-xmlrpc[=DIR] Include XMLRPC-EPI support])
15 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
19 [ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
22 [ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no)
45 AC_MSG_ERROR([xml2-config not found. Use --with-libxml-dir=<DIR>])
60 AC_MSG_ERROR([XML-RPC support requires libexpat. Use --with-libexpat-dir=<DIR> (deprecated!)])

Completed in 49 milliseconds

1234