Searched refs:access (Results 26 - 50 of 453) sorted by relevance

1234567891011>>

/openbsd-current/regress/sys/kern/unveil/
H A Dsyscalls.c434 UV_SHOULD_SUCCEED((access(filename, R_OK) == -1), "access");
436 UV_SHOULD_SUCCEED((access(filename, R_OK) == -1), "access");
440 UV_SHOULD_SUCCEED((access("poop", R_OK) == -1), "access");
448 UV_SHOULD_SUCCEED((access("poop", R_OK) == -1), "access");
449 UV_SHOULD_SUCCEED((access("../subdir1/poop", R_OK) == -1), "access");
[all...]
/openbsd-current/regress/sys/kern/
H A DMakefile3 SUBDIR+= accept access
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dsearch.c169 required access checks. IS_VIRTUAL indicates if BINFO is morally
180 lookup_base_r (binfo, base, access, is_virtual, binfo_ptr)
182 base_access access;
203 if (access != ba_any)
224 access,
231 if (access != ba_any)
267 /* [class.access.base]
281 /* Lookup BASE in the hierarchy dominated by T. Do access checking as
292 lookup_base (t, base, access, kind_ptr)
294 base_access access;
722 access_kind access = ak_none; local
863 access_kind access; local
885 access_kind access; local
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/Hash-Util/t/
H A DUtil.t59 like( $@, qr/^Attempt to access disallowed key 'baz' in a restricted hash/,
70 like( $@, qr/^Attempt to access disallowed key 'i_dont_exist' in a restricted hash/,
75 like( $@, qr/^Attempt to access disallowed key 'four' in a restricted hash/,
79 like( $@, qr/^Attempt to access disallowed key '(.*)' in a restricted hash/,
116 like( $@, qr/^Attempt to access disallowed key 'wubble'/,'Disallowed 3' );
144 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/,
162 like( $@, qr/^Attempt to access disallowed key 'wibble' in a restricted hash/,
206 qr/^Attempt to access disallowed key 'I_DONT_EXIST' in a restricted hash/,
235 qr/^Attempt to access disallowed key 'zeroeth' in a restricted hash/,
239 qr/^Attempt to access disallowe
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp69 llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access,
78 qt.getAsOpaquePtr(), TranslateMemberAccess(access),
90 MemberAccess access, MethodOptions options,
107 lldb::AccessType access_type = TranslateMemberAccess(access);
161 lldb::AccessType access = local
164 m_derived_ct, static_data_member.Name, member_ct, access);
259 lldb::AccessType access = TranslateMemberAccess(data_member.getAccess()); local
264 m_record.CollectMember(data_member.Name, offset, field_size, member_qt, access,
352 field->access, field->bitfield_width);
416 clang::QualType qt, lldb::AccessType access, uint64_
68 AddBaseClassForTypeIndex( llvm::codeview::TypeIndex ti, llvm::codeview::MemberAccess access, std::optional<uint64_t> vtable_idx) argument
89 AddMethod(llvm::StringRef name, TypeIndex type_idx, MemberAccess access, MethodOptions options, MemberAttributes attrs) argument
414 CollectMember( llvm::StringRef name, uint64_t offset, uint64_t field_size, clang::QualType qt, lldb::AccessType access, uint64_t bitfield_width) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dmpw.h118 #define access mpw_access macro
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dutil.py19 # directories pass the os.access check.
21 return (os.path.exists(fn) and os.access(fn, mode)
/openbsd-current/gnu/usr.bin/perl/haiku/Haiku/
H A DHaiku.pm33 The Haiku module contains functions to access Haiku APIs.
/openbsd-current/usr.bin/libtool/LT/
H A DGetopt.pm190 my $access = $option;
191 $access =~ s/^\-//;
192 $access =~ s/-/_/g;
205 unless ($self->can($access)) {
207 *{$callpkg."::$access"} = $actual;
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp58 unsigned access = MO.getTargetFlags() & PPCII::MO_ACCESS_MASK; local
60 switch (access) {
77 bool IsPCRel = (MO.getTargetFlags() & ~access) == PPCII::MO_PCREL_FLAG;
139 switch (access) {
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_fill.h15 #include <__ranges/access.h>
H A Dranges_is_sorted.h18 #include <__ranges/access.h>
H A Dranges_reverse.h17 #include <__ranges/access.h>
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dconcepts.h18 #include <__ranges/access.h>
/openbsd-current/gnu/usr.bin/perl/ext/SDBM_File/
H A DSDBM_File.pm23 SDBM_File - Tied access to sdbm files
70 O_RDONLY read-only access
71 O_WRONLY write-only access
72 O_RDWR read and write access
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.pm20 ODBM_File - Tied access to odbm files
69 Read-only access to the data in the file.
73 Write-only access to the data in the file.
77 Both read and write access.
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.pm20 NDBM_File - Tied access to ndbm files
72 Read-only access to the data in the file.
76 Write-only access to the data in the file.
80 Both read and write access.
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dposix.t16 errno localeconv dup dup2 lseek access);
439 # The access() system call is a potential security hole due to race
441 is(access('Makefile.PL', POSIX::F_OK), '0 but true', 'access');
442 is(access('Makefile.PL', POSIX::R_OK), '0 but true', 'access');
444 is(access('no such file', POSIX::F_OK), undef, 'access on missing file');
446 is(access('Makefile.PL/nonsense', POSIX::F_OK), undef,
447 'access o
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsearch.c155 true, consider any special access of the current scope, or access
163 /* [class.access.base]
182 /* Lookup BASE in the hierarchy dominated by T. Do access checking as
193 lookup_base (tree t, tree base, base_access access, base_kind *kind_ptr)
229 data.want_any = access == ba_any;
250 if (access != ba_any)
257 if (!(access & ba_quiet))
265 if ((access & ba_check_bit)
273 && !accessible_base_p (t, base, !(access
191 lookup_base(tree t, tree base, base_access access, base_kind *kind_ptr) argument
601 access_kind access = ak_none; local
717 access_kind access; local
856 access_kind access; local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp249 PB_DS_STATIC_ASSERT(access, external_load_access);
258 PB_DS_STATIC_ASSERT(access, external_load_access);
H A Dhash_standard_resize_policy_imp.hpp187 PB_DS_STATIC_ASSERT(access, external_size_access);
196 PB_DS_STATIC_ASSERT(access, external_size_access);
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcslock.in15 # There are times when you need exclusive access to a file. This
37 # When a developer needs exclusive access to a version of a file, s/he
155 # access list: is the line immediately following the list of locks.
156 if ( /^access list:/ )
/openbsd-current/gnu/usr.bin/perl/lib/Time/
H A Dgmtime.pm82 To access this functionality without the core overrides,
83 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm78 To access this functionality without the core overrides,
79 pass the C<use> an empty import list, and then access
/openbsd-current/lib/libcurses/tinfo/
H A Daccess.c1 /* $OpenBSD: access.c,v 1.6 2023/10/17 09:52:09 nicm Exp $ */
57 MODULE_ID("$Id: access.c,v 1.6 2023/10/17 09:52:09 nicm Exp $")
62 # define ACCESS(FN, MODE) access((FN), (MODE)&(R_OK|W_OK))
64 # define ACCESS access
253 * Limit privileges if possible; otherwise disallow access for updating files.

Completed in 902 milliseconds

1234567891011>>