Home
last modified time | relevance | path

Searched refs:have_access (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/external_authorization/
H A Daccess_spec.rb64 expect(access).not_to have_access
99 expect(access).not_to have_access
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dprocess_terminate_unix_test.c49 bool int_blocked, bool term_blocked, bool have_access) in InitFakeProcess() argument
55 proc_1_have_access = have_access; in InitFakeProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path_watcher_kqueue.cc164 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); in HandleAttributesChange() local
165 if (have_access == kNoFileDescriptor) { in HandleAttributesChange()
177 CloseFileDescriptor(&have_access); in HandleAttributesChange()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path_watcher_kqueue.cc143 uintptr_t have_access = FileDescriptorForPath(next_event_data->path_); in HandleAttributesChange() local
144 if (have_access == kNoFileDescriptor) { in HandleAttributesChange()
156 CloseFileDescriptor(&have_access); in HandleAttributesChange()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/ftp/proftpd/proftpd-1.3.7c/modules/
H A Dmod_facl.c557 int have_access = FALSE, res = -1; in check_macosx_facl() local
612 have_access = TRUE; in check_macosx_facl()
627 if (!have_access) { in check_macosx_facl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/media/
H A Dmedia_stream_manager.h468 bool have_access);
H A Dmedia_stream_ui_proxy_unittest.cc54 MOCK_METHOD1(OnCheckResponse, void(bool have_access));
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/media/
H A Dmedia_stream_manager.h497 bool have_access);
H A Dmedia_stream_ui_proxy_unittest.cc61 MOCK_METHOD1(OnCheckResponse, void(bool have_access));
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dopen.c1474 bool have_access = (existing_access & access_mask); in mask_conflict() local
1486 if (have_access && !allow_new) { in mask_conflict()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_acl.cc8001 ulong have_access= 0; in check_grant_all_columns() local
8007 have_access= grant_column->rights; in check_grant_all_columns()
8015 have_access|= grant_column->rights; in check_grant_all_columns()
8018 if (have_access) in check_grant_all_columns()
8020 if (want_access & ~have_access) in check_grant_all_columns()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_acl.cc8001 ulong have_access= 0; in check_grant_all_columns() local
8007 have_access= grant_column->rights; in check_grant_all_columns()
8015 have_access|= grant_column->rights; in check_grant_all_columns()
8018 if (have_access) in check_grant_all_columns()
8020 if (want_access & ~have_access) in check_grant_all_columns()

12