Home
last modified time | relevance | path

Searched refs:access (Results 101 – 125 of 424) sorted by relevance

12345678910>>...17

/dragonfly/lib/libfetch/
H A Dftp.errors43 550 UNAVAIL File unavailable (e.g., file not found, no access)
/dragonfly/share/examples/ppp/
H A Dppp.secret.sample12 # This doesn't work for CHAP connections as ppp must have access
H A Dppp.conf.sample252 # I empty out the user access list in that section so that only root can
253 # have access:
258 # for the label they wish to use. I may only want user ``dodgy'' to access
362 # Once the link's up, limit outgoing access to the specified hosts
384 # Once the link's up, limit incoming access to the specified hosts
421 # If you wish to allow any user in the passwd database ppp access, you
432 # The easiest way to allow transparent LAN access to your dialin users
/dragonfly/contrib/cvs-1.12/src/
H A Drcs.h98 char *access; member
/dragonfly/contrib/bmake/
H A DREADME47 If you can provide access to a suitable machine - even better.
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcollect2.c477 return access (name, R_OK) == 0; in file_exists()
668 if (access (name, X_OK) == 0) in find_a_file()
684 if (access (temp, X_OK) == 0) in find_a_file()
701 && access (temp, X_OK) == 0) in find_a_file()
711 && access (temp, X_OK) == 0) in find_a_file()
1261 if (access (DEFAULT_LINKER, X_OK) == 0) in main()
2859 if (access (name, R_OK) == 0) in scan_libraries()
H A Dprefix.c289 && access (result, X_OK) == 0) in update_path()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Doptional118 bad_optional_access() : logic_error("bad optional access") { }
748 : (__throw_bad_optional_access("Attempt to access value of a "
758 : (__throw_bad_optional_access("Attempt to access value of a "
768 : (__throw_bad_optional_access("Attempt to access value of a "
778 : (__throw_bad_optional_access("Attempt to access value of a "
H A Dany344 * @param __any The object to access.
365 * @param __any The object to access.
430 * @param __any A pointer to the object to access.
H A Dsource_location68 // 14.1.3, source_location field access
/dragonfly/usr.sbin/autofs/
H A Dcommon.c282 error = access(AUTO_INCLUDE_PATH, F_OK); in node_expand_includes()
992 error = access(AUTO_INCLUDE_PATH, F_OK); in parse_included_map()
1046 error = access(path, F_OK); in parse_map()
/dragonfly/contrib/tcsh-6/
H A Dsh.exp.c92 return access(name, mode); in sh_access()
108 return access(name, mode); in sh_access()
113 if (access(name, mode) == 0) { in sh_access()
/dragonfly/usr.bin/whereis/
H A Dwhereis.c323 if (access(PATH_DPORTS, R_OK | X_OK) != 0) in defaults()
340 access(b, R_OK | X_OK) != 0) { in defaults()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Darray56 * Sets support random access iterators.
150 // Element access.
/dragonfly/test/stress/stress2/
H A DREADME52 with timer interrupt, disk block layout and disk access
/dragonfly/contrib/gcc-8.0/gcc/
H A Dprefix.c288 && access (result, X_OK) == 0) in update_path()
/dragonfly/usr.sbin/ppp/
H A DREADME.nat60 computers on the local area net will have some degree of Internet access
97 mode. Finally, check that machines on the private network can access
105 If the ppp host can access the Internet, but other computers on the local
268 and reusable for interfaces other than ppp. To access the basic engine
/dragonfly/usr.sbin/kbdmap/
H A Dkbdmap.c527 if (access(keym, R_OK) == -1) { in check_file()
530 if (access(fn, R_OK) == -1) { in check_file()
/dragonfly/sys/config/
H A DVKERNEL6480 device pass # Passthrough device (direct SCSI access)
/dragonfly/usr.sbin/hotplugd/
H A Dhotplugd.c189 if (access(file, X_OK | R_OK)) { in exec_script()
/dragonfly/crypto/openssh/
H A DPROTOCOL.certkeys198 access where extensions are used to enable features that grant access.
200 inadvertently grant access while allowing new protocol features to be
/dragonfly/usr.bin/login/
H A Dlogin.c409 quietlog = access(_PATH_HUSHLOGIN, F_OK) == 0; in main()
604 if (cw != NULL && access(cw, F_OK) == 0) in main()
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c1090 if (NOTIFY_CLASS(pduid) && smiNode->access < SMI_ACCESS_NOTIFY) { in smi_print_value()
1094 if (READ_CLASS(pduid) && smiNode->access < SMI_ACCESS_READ_ONLY) { in smi_print_value()
1098 if (WRITE_CLASS(pduid) && smiNode->access < SMI_ACCESS_READ_WRITE) { in smi_print_value()
1103 && smiNode->access == SMI_ACCESS_NOT_ACCESSIBLE) { in smi_print_value()
/dragonfly/sbin/mount/
H A Dmount.c297 access(argv[0], 0) == -1) { in main()
300 access(argv[0], 0) == -1) { in main()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Daccessors.m42 same property of the same object) and use it to protect access to
114 needed. Since access is non-atomic, other threads can be

12345678910>>...17