open 205 Zend/zend_alloc.c zend_mm_dev_zero_fd = open("/dev/zero", O_RDWR, S_IRUSR | S_IWUSR); open 1012 Zend/zend_alloc.c int fd = open("/dev/urandom", 0); open 1680 Zend/zend_virtual_cwd.c f = open(new_state.cwd, flags, mode); open 1682 Zend/zend_virtual_cwd.c f = open(new_state.cwd, flags); open 294 Zend/zend_virtual_cwd.h #define VCWD_OPEN(path, flags) open(path, flags) open 295 Zend/zend_virtual_cwd.h #define VCWD_OPEN_MODE(path, flags, mode) open(path, flags, mode) open 925 ext/dba/dba.c if (error || hptr->open(info, &error TSRMLS_CC) != SUCCESS) { open 94 ext/dba/dba_db3.c if ((err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { open 129 ext/dba/dba_db4.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { open 131 ext/dba/dba_db4.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { open 77 ext/dba/php_dba.h int (*open)(dba_info *, char **error TSRMLS_DC); open 1321 ext/fileinfo/libmagic/cdf.c if ((info.i_fd = open(argv[1], O_RDONLY)) == -1) open 254 ext/fileinfo/libmagic/compress.c tfd = open(ptr, O_RDWR|O_TRUNC|O_EXCL|O_CREAT, 0600); open 160 ext/gd/libgd/gd.c im->open[i] = 1; open 279 ext/gd/libgd/gd.c if (im->open[i]) { open 444 ext/gd/libgd/gd.c if (im->open[i]) { open 469 ext/gd/libgd/gd.c if (im->open[i]) { open 492 ext/gd/libgd/gd.c if (im->open[i]) { open 508 ext/gd/libgd/gd.c im->open[ct] = 0; open 543 ext/gd/libgd/gd.c if (im->open[c]) open 583 ext/gd/libgd/gd.c im->open[op] = 0; open 593 ext/gd/libgd/gd.c im->open[color] = 1; open 640 ext/gd/libgd/gd.c to->open[i] = 0; open 644 ext/gd/libgd/gd.c to->open[i] = 1; open 181 ext/gd/libgd/gd.h int open[gdMaxColors]; open 86 ext/gd/libgd/gd_gd.c im->open[i] = 0; open 269 ext/gd/libgd/gd_gif_in.c if (im->open[i]) { open 578 ext/gd/libgd/gd_gif_in.c im->open[i] = 1; open 601 ext/gd/libgd/gd_gif_in.c if (im->open[v]) { open 602 ext/gd/libgd/gd_gif_in.c im->open[v] = 0; open 133 ext/gd/libgd/gd_png.c int i, j, *open = NULL; open 338 ext/gd/libgd/gd_png.c open = im->open; open 343 ext/gd/libgd/gd_png.c open[i] = 1; open 346 ext/gd/libgd/gd_png.c open[i] = 1; open 397 ext/gd/libgd/gd_png.c open[idx] = 0; open 404 ext/gd/libgd/gd_png.c if (!open[i]) { open 470 ext/gd/libgd/gd_png.c int *open = im->open; open 536 ext/gd/libgd/gd_png.c if (transparent >= im->colorsTotal || (transparent >= 0 && open[transparent])) { open 547 ext/gd/libgd/gd_png.c if (!open[i]) { open 605 ext/gd/libgd/gd_png.c if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { open 627 ext/gd/libgd/gd_png.c if (!im->open[i]) { open 775 ext/gd/libgd/gd_topal.c nim->open[icolor] = 0; open 838 ext/gd/libgd/gd_topal.c nim->open[nim->colorsTotal] = 0; open 171 ext/gd/libgd/gd_webp.c int *open = im->open; open 1455 ext/mcrypt/mcrypt.c *fd = open(source == RANDOM ? "/dev/random" : "/dev/urandom", O_RDONLY); open 39 ext/mysqlnd/mysqlnd_debug.c MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) open 71 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) { open 144 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE); open 169 ext/mysqlnd/mysqlnd_debug.c if (!self->stream && FAIL == self->m->open(self, FALSE)) { open 247 ext/mysqlnd/mysqlnd_debug.c self->m->open(self, TRUE); open 712 ext/mysqlnd/mysqlnd_debug.c MYSQLND_METHOD(mysqlnd_debug, open), open 31 ext/mysqlnd/mysqlnd_debug.h enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen); open 1383 ext/odbc/php_odbc.c if ((params[i-1].fp = open(filename,O_RDONLY)) == -1) { open 172 ext/pcre/pcrelib/sljit/sljitUtils.c dev_zero = open("/dev/zero", O_RDWR); open 185 ext/pcre/pcrelib/sljit/sljitUtils.c dev_zero = open("/dev/zero", O_RDWR); open 84 ext/session/mod_user.c if (PSF(open) == NULL) { open 94 ext/session/mod_user.c retval = ps_call_handler(PSF(open), 2, args TSRMLS_CC); open 39 ext/session/mod_user_class.c PHP_METHOD(SessionHandler, open) open 292 ext/session/php_session.h extern PHP_METHOD(SessionHandler, open); open 2236 ext/session/session.c ZEND_ARG_INFO(0, open) open 2321 ext/session/session.c PHP_ABSTRACT_ME(SessionHandlerInterface, open, arginfo_session_class_open) open 2342 ext/session/session.c PHP_ME(SessionHandler, open, arginfo_session_class_open, ZEND_ACC_PUBLIC) open 1550 ext/soap/php_sdl.c f = open(fn, O_RDONLY|O_BINARY); open 2127 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); open 2129 ext/soap/php_sdl.c f = open(fn,O_CREAT|O_WRONLY|O_EXCL|O_BINARY,S_IREAD|S_IWRITE); open 25768 ext/sqlite3/libsqlite/sqlite3.c return open(zFile, flags, mode); open 101970 ext/sqlite3/libsqlite/sqlite3.c int (*open)(const char*,sqlite3**); open 102216 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_open sqlite3_api->open open 115 ext/sqlite3/libsqlite/sqlite3ext.h int (*open)(const char*,sqlite3**); open 361 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_open sqlite3_api->open open 100 ext/sqlite3/sqlite3.c PHP_METHOD(sqlite3, open) open 1967 ext/sqlite3/sqlite3.c PHP_ME(sqlite3, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC) open 1989 ext/sqlite3/sqlite3.c PHP_MALIAS(sqlite3, __construct, open, arginfo_sqlite3_open, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) open 138 ext/standard/password.c fd = open("/dev/urandom", O_RDONLY); open 679 ext/standard/proc_open.c dev_ptmx = open("/dev/ptmx", O_RDWR); open 686 ext/standard/proc_open.c slave_pty = open(ptsname(dev_ptmx), O_RDWR); open 856 ext/xmlreader/php_xmlreader.c PHP_METHOD(xmlreader, open) open 1284 ext/xmlreader/php_xmlreader.c PHP_ME(xmlreader, open, arginfo_xmlreader_open, ZEND_ACC_PUBLIC|ZEND_ACC_ALLOW_STATIC) open 129 ext/zip/lib/mkstemp.c if ((fd=open(path, O_CREAT|O_EXCL|O_RDWR|O_BINARY, 0600)) >= 0) open 1519 ext/zip/php_zip.c static ZIPARCHIVE_METHOD(open) open 2992 ext/zip/php_zip.c ZIPARCHIVE_ME(open, arginfo_ziparchive_open, ZEND_ACC_PUBLIC) open 2548 main/main.c old_cwd_fd = open(".", 0); open 961 main/streams/plain_wrapper.c fd = open(realpath, open_flags, 0666); open 2074 sapi/cli/php_cli_server.c fd = client->request.path_translated ? open(client->request.path_translated, O_RDONLY): -1; open 78 sapi/fpm/fpm/events/devpoll.c dpfd = open("/dev/poll", O_RDWR); open 956 sapi/fpm/fpm/fpm_conf.c fd = open(wp->config->slowlog, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); open 1498 sapi/fpm/fpm/fpm_conf.c fd = open(filename, O_RDONLY, 0); open 45 sapi/fpm/fpm/fpm_log.c fd = open(wp->config->access_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); open 515 sapi/fpm/fpm/fpm_main.c request_body_fd = open(request_body_filename, O_RDONLY); open 28 sapi/fpm/fpm/fpm_stdio.c int fd = open("/dev/null", O_RDWR); open 302 sapi/fpm/fpm/fpm_stdio.c fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR); open 41 sapi/fpm/fpm/fpm_trace_pread.c mem_file = open(buf, O_RDONLY); open 681 sapi/litespeed/lsapilib.c int fd = open( pSecretFile, O_RDONLY , 0600 ); open 1297 sapi/litespeed/lsapilib.c newfd = open( "/dev/null", O_RDWR );