Searched refs:access (Results 251 - 275 of 348) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h329 u_int access; member in struct:am_ACCESS3args
335 u_int access; member in struct:am_ACCESS3resok
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c856 gp->access = g_stripe_access;
954 gp->access = g_stripe_access;
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgethostby_test.c974 if (access(hostlist_file, R_OK) != 0) {
975 printf("can't access the hostlist file %s\n", hostlist_file);
993 if (access(snapshot_file, W_OK | R_OK) != 0) {
1000 printf("can't access the snapshot file %s\n",
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf921 description = Test platform-specific auth provider access
1605 diff diff3 diff4 fsfs-access-map
1650 [fsfs-access-map]
1653 sources = fsfs-access-map.c
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp400 ClangASTContext::ConvertAccessTypeToAccessSpecifier(AccessType access) { argument
401 switch (access) {
1334 // Function templates inside a record need to have an access specifier.
1335 // It doesn't matter what access specifier we give the template as LLDB
1523 // Make the access equal to the stricter of the field and the nested field's
1524 // access
2520 ConvertAccessTypeToObjCIvarAccessControl(AccessType access) { argument
2521 switch (access) {
4236 decl->setAccess(clang::AS_public); // TODO respect proper access specifier
4357 decl->setAccess(clang::AS_public); // TODO respect proper access specifie
6864 AddFieldToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &field_clang_type, AccessType access, uint32_t bitfield_bit_size) argument
7078 AddVariableToRecordType( const CompilerType &type, llvm::StringRef name, const CompilerType &var_type, AccessType access) argument
7120 AddMethodToCXXRecordType( lldb::opaque_compiler_type_t type, llvm::StringRef name, const char *mangled_name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_virtual, bool is_static, bool is_inline, bool is_explicit, bool is_attr_used, bool is_artificial) argument
7312 CreateBaseClassSpecifier(lldb::opaque_compiler_type_t type, AccessType access, bool is_virtual, bool base_of_class) argument
7564 AddMethodToObjCObjectType( const CompilerType &type, const char *name, const CompilerType &method_clang_type, lldb::AccessType access, bool is_artificial, bool is_variadic, bool is_objc_direct_call) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c105 #define access _access macro
931 if (!access(f, F_OK))
949 if (access(f, F_OK))
1295 failure_start(file, line, "Can't access %s\n", pathname);
1815 failure_start(file, line, "Can't access %s\n", pathname);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c725 cb->reg_mr_wr.access = IB_ACCESS_REMOTE_READ;
727 cb->reg_mr_wr.access = IB_ACCESS_REMOTE_WRITE | IB_ACCESS_LOCAL_WRITE;
1806 fr.access = IB_ACCESS_REMOTE_WRITE | IB_ACCESS_LOCAL_WRITE;
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1123 WRAPPER2(int , access, const char *path, int mode)
1128 MF_VALIDATE_EXTENT (path, CLAMPADD(n, 1), __MF_CHECK_READ, "access path");
1129 return access (path, mode);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c513 reply(530, "User %s access denied.", name);
549 reply(530, "User %s access denied.", name);
578 reply(530, "User %s access denied.", name);
644 * Determine whether a user has access, based on information in
764 reply(code, "Guest login ok, access restrictions apply.");
984 access(name, R_OK) == 0){
996 if (access(ext, R_OK) == 0) {
/freebsd-11-stable/contrib/amd/amd/
H A Dnfs_subr.c697 * Update last access to original node. This
1230 u_int accessbits = argp->access;
1253 result.res_u.ok.access = accessbits & accessmask;
H A Dmapc.c1252 if (access(full_path, R_OK) == 0)
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c539 gp->access = g_multipath_access;
593 * Set access permissions on new consumer to match other consumers
608 printf("GEOM_MULTIPATH: cannot set access in "
803 gp->access = g_multipath_access;
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c789 gp->access = (void *)invalid_call; /* compiler doesn't complain. */
1104 gp->access = g_virstor_access;
1167 /* Replicate access permissions from first "live" consumer
1242 LOG_MSG(LVL_ERROR, "Cannot acquire read access for %s to "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp37 // If this exact symbol opens a scope, we can just directly access its
772 lldb::AccessType access = local
780 context, access, uname, ttk, lldb::eLanguageTypeC_plus_plus, &metadata);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c74 return access(atf_fs_path_cstring(p), F_OK) == 0;
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drshd.c717 if (pwd->pw_uid != 0 && access (_PATH_NOLOGIN, F_OK) == 0)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c503 if (access(line, 6) == 0)
1354 syslog(LOG_INFO, "unauthenticated access from %s (%s)",
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c1252 quietlog = !access(QUIET_LOGIN_FILE, F_OK);
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c103 * Check for memory exhaustion; don't access freed storage.
231 struct access const *curaccess;
420 aputs(accessListString, out); /* print access list */
/freebsd-11-stable/contrib/nvi/common/
H A Dexf.c368 * mounted readonly (access catches this one on a few systems), or
374 * write bits were set, or if an an access(2) call on the path
380 * a file, even if the access call would have succeeded. This makes
400 access(frp->name, W_OK))))
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum.c171 gp->access = gv_access;
804 G_VINUM_DEBUG(0, "unable to access "
834 G_VINUM_DEBUG(0, "unable to access "
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c104 /* It seems that .access can be called with negative dr,dw,dx
106 G_LLVM_DEBUG(0, "access(%d, %d, %d) for %s",
112 ("%s: Positive access for %s", __func__, pp->name));
437 /* Replicate access permissions from first "live"
556 gp->access = g_llvm_access;
/freebsd-11-stable/contrib/mdocml/
H A Dcgi.c1077 *req.q.query == '\0' || access(path, F_OK) == -1)
/freebsd-11-stable/sbin/geom/core/
H A Dgeom.c536 ret = access(path, F_OK);
546 err(EXIT_FAILURE, "Cannot access library");
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c1245 if (access(outfile, F_OK) < 0)

Completed in 481 milliseconds

<<11121314