Searched refs:access (Results 176 - 200 of 302) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/geom/
H A Dgeom_aes.c370 .access = g_aes_access,
H A Dgeom_fox.c311 printf("FOX: access(%s,0,0,1) = %d\n",
473 .access= g_fox_access,
/freebsd-9.3-release/sys/geom/label/
H A Dg_label.c286 gp->access = g_label_access_taste;
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_ebt3000_cf.c111 * the bool loader has configure attribute memory properly. We then access
123 * access this like CF_16 with the comingled registers. Yet we can't access
175 .access = cf_access,
268 * Traditional 8-bit PC Card/CF bus access.
276 * True IDE access. lower 8 bits on a 16-bit bus (see above).
285 * Traditional 8-bit PC Card/CF bus access.
293 * True IDE access. lower 8 bits on a 16-bit bus (see above).
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c324 fmr->fmr = ib_alloc_fmr(pd, params->access, &fmr_attr);
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getgr.c461 if (access(snapshot_file, W_OK | R_OK) != 0) {
466 printf("can't access the file %s\n",
H A Dtest-getproto.c462 if (access(snapshot_file, W_OK | R_OK) != 0) {
467 printf("can't access the file %s\n",
H A Dtest-getpw.c415 if (access(snapshot_file, W_OK | R_OK) != 0) {
420 printf("can't access the file %s\n",
H A Dtest-getrpc.c462 if (access(snapshot_file, W_OK | R_OK) != 0) {
467 printf("can't access the file %s\n",
H A Dtest-getserv.c478 if (access(snapshot_file, W_OK | R_OK) != 0) {
483 printf("can't access the file %s\n",
H A Dtest-gethostby.c1012 if (access(hostlist_file, R_OK) != 0) {
1014 printf("can't access the hostlist file %s\n",
1029 if (access(snapshot_file, W_OK | R_OK) != 0) {
1037 printf("can't access the snapshot file %s\n",
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c2639 /* Check whether NAME can be accessed in MODE. This is like access,
2654 return access (name, mode);
2695 access to check permissions. If DO_MULTI is true, search multilib
2706 if (! strcmp (name, "as") && access (DEFAULT_ASSEMBLER, mode) == 0)
2711 if (! strcmp(name, "ld") && access (DEFAULT_LINKER, mode) == 0)
2730 if (access (name, mode) == 0)
4321 argv[i] = convert_filename (argv[i], 0, access (argv[i], F_OK));
4324 if (strcmp (argv[i], "-") != 0 && access (argv[i], F_OK) < 0)
4876 && (access (HOST_BIT_BUCKET, W_OK) == 0))
6338 if (access (specs_fil
[all...]
H A Ddbxout.c2068 tree access = (accesses ? VEC_index (tree, accesses, i)
2074 stabstr_C (access == access_public_node ? '2' :
2075 access == access_protected_node
2903 we don't have access to dont_output_data here. So, instead,
3167 idea however, since GDB expects to be able access the
2061 tree access = (accesses ? VEC_index (tree, accesses, i) local
/freebsd-9.3-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-9.3-release/lib/libc/sys/
H A DSymbol.map42 access;
/freebsd-9.3-release/sys/geom/cache/
H A Dg_cache.c522 gp->access = g_cache_access;
669 gp->access = g_cache_access;
/freebsd-9.3-release/sys/geom/concat/
H A Dg_concat.c550 gp->access = g_concat_access;
645 gp->access = g_concat_access;
/freebsd-9.3-release/sys/geom/shsec/
H A Dg_shsec.c207 ("Positive access request (device=%s).", pp->name));
555 gp->access = g_shsec_access;
650 gp->access = g_shsec_access;
/freebsd-9.3-release/usr.bin/makewhatis/
H A Dmakewhatis.c306 if (access(path, F_OK) < 0) {
308 if (access(path, F_OK) < 0)
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lposix69 int (access)(const char *path, int amode);
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c225 entry->syntax, entry->access, entry->strlen);
624 entry->syntax, entry->access ,entry->strlen);
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c1020 if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) {
1041 if (access(pkgarg, R_OK) == -1) {
/freebsd-9.3-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-9.3-release/contrib/libarchive/cpio/test/
H A Dmain.c80 #define access _access macro
727 if (!access(f, F_OK))
751 if (access(f, F_OK))
950 failure_start(file, line, "Can't access %s\n", pathname);
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dmain.c79 #define access _access macro
723 if (!access(f, F_OK))
747 if (access(f, F_OK))
940 failure_start(file, line, "Can't access %s\n", pathname);

Completed in 407 milliseconds

1234567891011>>