filemode 51 ext/dba/dba_db1.c int filemode = 0644; filemode 55 ext/dba/dba_db1.c filemode = Z_LVAL(info->argv[0]); filemode 76 ext/dba/dba_db1.c db = dbopen((char *)info->path, gmode, filemode, DB_HASH, NULL); filemode 52 ext/dba/dba_db2.c int filemode = 0644; filemode 76 ext/dba/dba_db2.c filemode = Z_LVAL(info->argv[0]); filemode 79 ext/dba/dba_db2.c if (db_open(info->path, type, gmode, filemode, NULL, NULL, &dbp)) { filemode 64 ext/dba/dba_db3.c int filemode = 0644; filemode 88 ext/dba/dba_db3.c filemode = Z_LVAL(info->argv[0]); filemode 99 ext/dba/dba_db3.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { filemode 101 ext/dba/dba_db3.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { filemode 78 ext/dba/dba_db4.c int filemode = 0644; filemode 121 ext/dba/dba_db4.c filemode = Z_LVAL(info->argv[0]); filemode 128 ext/dba/dba_db4.c (err=dbp->open(dbp, 0, info->path, NULL, type, gmode, filemode)) == 0) { filemode 130 ext/dba/dba_db4.c (err=dbp->open(dbp, info->path, NULL, type, gmode, filemode)) == 0) { filemode 48 ext/dba/dba_dbm.c if((fd = VCWD_OPEN_MODE(buf, O_CREAT | mode | O_WRONLY, filemode)) == -1) \ filemode 60 ext/dba/dba_dbm.c int filemode = 0644; filemode 64 ext/dba/dba_dbm.c filemode = Z_LVAL(info->argv[0]); filemode 46 ext/dba/dba_gdbm.c int filemode = 0644; filemode 58 ext/dba/dba_gdbm.c filemode = Z_LVAL(info->argv[0]); filemode 61 ext/dba/dba_gdbm.c dbf = gdbm_open(info->path, 0, gmode, filemode, NULL); filemode 41 ext/dba/dba_ndbm.c int filemode = 0644; filemode 63 ext/dba/dba_ndbm.c filemode = Z_LVAL(info->argv[0]); filemode 66 ext/dba/dba_ndbm.c dbf = dbm_open(info->path, gmode, filemode); filemode 99 ext/session/mod_files.c int filemode; filemode 185 ext/session/mod_files.c data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode); filemode 192 ext/session/mod_files.c data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY, data->filemode); filemode 365 ext/session/mod_files.c int filemode = 0600; filemode 398 ext/session/mod_files.c filemode = (int)ZEND_STRTOL(argv[1], NULL, 8); filemode 399 ext/session/mod_files.c if (errno == ERANGE || filemode < 0 || filemode > 07777) { filemode 410 ext/session/mod_files.c data->filemode = filemode;