Searched refs:access (Results 201 - 225 of 325) sorted by relevance

1234567891011>>

/freebsd-11.0-release/lib/libc/tests/nss/
H A Dgetserv_test.c422 if (access(snapshot_file, W_OK | R_OK) != 0) {
426 printf("can't access the file %s\n",
/freebsd-11.0-release/sbin/ipfw/
H A Dmain.c616 if (access(av[ac - 1], R_OK) == 0)
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_file.c563 if (ldebug(access))
564 printf(ARGS(access, "%s, %d"), path, args->amode);
587 if (ldebug(access))
588 printf(ARGS(access, "%s, %d"), path, args->amode);
/freebsd-11.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c123 * Don't access freed storage.
341 case 'A': /* append access list according to accessfile */
562 changed |= doaccess(); /* Update access list. */
973 register struct access **p, *t;
995 *p = t = ftalloc(struct access);
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_prototype.h227 enum i40e_aq_resource_access_type access,
429 /* prototype for functions used for NVM access */
432 enum i40e_aq_resource_access_type access);
/freebsd-11.0-release/sys/geom/cache/
H A Dg_cache.c522 gp->access = g_cache_access;
669 gp->access = g_cache_access;
/freebsd-11.0-release/sys/geom/concat/
H A Dg_concat.c583 gp->access = g_concat_access;
680 gp->access = g_concat_access;
/freebsd-11.0-release/sys/geom/shsec/
H A Dg_shsec.c205 ("Positive access request (device=%s).", pp->name));
553 gp->access = g_shsec_access;
648 gp->access = g_shsec_access;
/freebsd-11.0-release/lib/libfetch/
H A Dcommon.c709 access(LOCAL_CERT_FILE, R_OK) == 0)
712 access(BASE_CERT_FILE, R_OK) == 0)
/freebsd-11.0-release/usr.bin/makewhatis/
H A Dmakewhatis.c306 if (access(path, F_OK) < 0) {
308 if (access(path, F_OK) < 0)
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_passthru.c852 pio.access = IODEV_PIO_WRITE;
876 pio.access = IODEV_PIO_READ;
/freebsd-11.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c223 entry->syntax, entry->access, entry->strlen);
615 entry->syntax, entry->access ,entry->strlen);
/freebsd-11.0-release/usr.sbin/pkg/
H A Dpkg.c1049 if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) {
1070 if (access(pkgarg, R_OK) == -1) {
/freebsd-11.0-release/contrib/gcc/cp/
H A Dclass.c57 /* The access specifier pending for new declarations in the scope of
59 tree access; member in struct:class_stack_node
588 access its virtual function table directly. */
1117 /* Change the access of FDECL to ACCESS in T. Return 1 if change was
1121 alter_access (tree t, tree fdecl, tree access)
1133 if (TREE_VALUE (elem) != access)
1136 error ("conflicting access specifications for method"
1139 error ("conflicting access specifications for field %qE, ignored",
1144 /* They're changing the access to the same thing they changed
1152 DECL_ACCESS (fdecl) = tree_cons (t, access, DECL_ACCES
1119 alter_access(tree t, tree fdecl, tree access) argument
1163 tree access local
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Ddbxout.c2070 tree access = (accesses ? VEC_index (tree, accesses, i)
2076 stabstr_C (access == access_public_node ? '2' :
2077 access == access_protected_node
2905 we don't have access to dont_output_data here. So, instead,
3169 idea however, since GDB expects to be able access the
2063 tree access = (accesses ? VEC_index (tree, accesses, i) local
H A Dlibgcov.c111 if (access (filename, F_OK) == -1
/freebsd-11.0-release/usr.sbin/pw/
H A Dpw_user.c182 pwd->pw_passwd = "*"; /* No access */
263 * access. Of course, this only prevents access via
459 if (access(shellpath, X_OK) == 0)
464 if (access(shellpath, X_OK) == 0)
943 if (access(file, F_OK) == 0) {
1376 "(superuser access!)", pwd->pw_name);
1662 "(superuser access!)", pwd->pw_name);
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c1889 if (access(fileName, R_OK)) {
1890 printf("libsdp Error: No access to open File:%s %s\n",
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwindRegistersRestore.S354 @ want the compiler to generate instructions that access those) but this is
H A DUnwindRegistersSave.S373 @ want the compiler to generate instructions that access those) but this is
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp16 #include <unistd.h> // For the ::access()
337 vwbYesAccessible = (::access(vPath.c_str(), 0) == 0);
/freebsd-11.0-release/contrib/amd/amd/
H A Dmapc.c1186 if (access(full_path, R_OK) == 0)
/freebsd-11.0-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp289 if (access(index_file, R_OK) == 0)
/freebsd-11.0-release/sys/dev/iir/
H A Diir.h451 u_int8_t access; member in struct:gdt_ctrt
/freebsd-11.0-release/sys/geom/
H A Dgeom_ccd.c905 .access = g_ccd_access,

Completed in 336 milliseconds

1234567891011>>