Home
last modified time | relevance | path

Searched refs:access (Results 26 – 50 of 424) sorted by relevance

12345678910>>...17

/dragonfly/usr.bin/localedef/
H A Dlocaledef.c156 rv = access(srcpath, R_OK); in copy_category()
161 rv = access(srcpath, R_OK); in copy_category()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-WPS15 passphrase/PSK) and configuration of an access point and client
24 environments that require secure network access without chance for
25 allowing outsiders to gain access during the setup phase.
29 - access point: the WLAN access point
38 when WPS is used to configure the access point.
119 AP to access the network.
346 credentials needed to access the network.
399 station to provision the credentials needed to access the network.
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dunistd.h733 # undef access
734 # define access rpl_access
736 _GL_FUNCDECL_RPL (access, int, (const char *file, int mode)
738 _GL_CXXALIAS_RPL (access, int, (const char *file, int mode));
740 _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
742 _GL_CXXALIASWARN (access);
744 # undef access
747 _GL_WARN_ON_USE (access, "access does not always support X_OK - "
/dragonfly/lib/libc/sys/
H A DMakefile.inc64 MAN+= _exit.2 accept.2 access.2 acct.2 adjtime.2 bind.2 \
107 MLINKS+=access.2 eaccess.2 \
108 access.2 faccessat.2
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp238 PB_DS_STATIC_ASSERT(access, external_load_access); in get_loads()
247 PB_DS_STATIC_ASSERT(access, external_load_access); in set_loads()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp237 PB_DS_STATIC_ASSERT(access, external_load_access); in get_loads()
246 PB_DS_STATIC_ASSERT(access, external_load_access); in set_loads()
/dragonfly/include/rpcsvc/
H A Dnlm_prot.x123 fsh_access access; member
185 fsh_access access; member
/dragonfly/lib/libpam/modules/pam_login_access/
H A DMakefile29 MAN= login.access.5 pam_login_access.8
/dragonfly/tools/tools/net80211/w00t/
H A DREADME12 ap A wifi access point.
39 The same as assoc, but acts as an access point. Example:
/dragonfly/lib/libc/sysvipc/
H A Dsysvipc_shm.h51 int access; /* Used only for sems to avoid a segfault when try to member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-dump.c285 tree access = (accesses ? (*accesses)[ix] : access_public_node); in dequeue_and_dump() local
288 if (access == access_public_node) in dequeue_and_dump()
290 else if (access == access_protected_node) in dequeue_and_dump()
292 else if (access == access_private_node) in dequeue_and_dump()
/dragonfly/sbin/adjkerntz/
H A Dadjkerntz.c110 if (access(_PATH_CLOCK, F_OK) != 0) in main()
138 wall_clock = (access(_PATH_CLOCK, F_OK) == 0); in main()
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Doptions.lnt84 -e661 // Allow access beyond "end of pointer" for ACPI tables declared with x[1] fields
85 -e796 // Allow access beyond "end of pointer" for namestrings
/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexregion.c279 goto access; in AcpiExSystemMemorySpaceHandler()
351 access: in AcpiExSystemMemorySpaceHandler()
/dragonfly/lib/libusb/
H A Dlibusb-0.1.pc8 Description: Library that abstracts ways to access USB devices (v0.1)
H A Dlibusb-1.0.pc8 Description: Library that abstracts ways to access USB devices (v1.0)
H A Dlibusb-2.0.pc8 Description: Library that abstracts ways to access USB devices (v2.0)
/dragonfly/etc/
H A Dftpusers3 # list of users disallowed any ftp access.
H A Dhosts.allow2 # hosts.allow access control file for "tcp wrapped" applications.
31 # occurs, access is denied, and any positive ident response within
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi380 The following functions can be used to access the results of the
509 of the data reference and its access functions. These access functions
512 access function for the support of arrays. For example, for a reference
518 location accessed by the data reference in the loop and about the access
522 access that starts from the first location accessed in the loop. For
531 The access function of the pointer access is @code{@{0, + 4B@}_for2}
532 relative to @code{p + i}. The access functions of the array are
537 prove that the access is confined to the boundaries of a certain object.
545 if they are equal, apply dependence tests (use access functions based on
549 if they are equal, apply dependence tests (use access functions based on
[all …]
/dragonfly/sys/dev/disk/ahci/
H A DTODO15 Simulate various mode pages (serial number access and so forth).
24 FISes. We need to be able to lock access to the port.
/dragonfly/contrib/elftoolchain/
H A DREADME28 libdwarf DWARF access library.
29 libelf ELF access library.
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dmake-relative-prefix.c284 if (! access (nstore, X_OK) in make_relative_prefix_1()
286 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()
/dragonfly/contrib/gdb-7/libiberty/
H A Dmake-relative-prefix.c284 if (! access (nstore, X_OK) in make_relative_prefix_1()
286 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dmake-relative-prefix.c290 if (! access (nstore, X_OK) in make_relative_prefix_1()
292 || ! access (strcat (nstore, HOST_EXECUTABLE_SUFFIX), X_OK) in make_relative_prefix_1()

12345678910>>...17