Searched refs:access (Results 76 - 100 of 490) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dspin.sh90 while (access("rendezvous", R_OK) != 0)
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dmkdirp.c83 if (access(str, F_OK) == 0)
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dtime.c101 if (access(envptr+8, R_OK) != 0)
/freebsd-current/sbin/ddb/
H A Dddb.c129 if (argc == 2 && argv[1][0] == '/' && access(argv[1], R_OK) == 0)
/freebsd-current/stand/userboot/
H A Duserboot.h222 u_int limit, u_int access);
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c51 * File system access enum
73 int32_t access; /* enum hrFSAccess, see above */ member in struct:fs_entry
368 entry->access = FS_READ_ONLY;
370 entry->access = FS_READ_WRITE;
453 value->v.integer = entry->access;
/freebsd-current/usr.bin/which/
H A Dwhich.c107 /* XXX work around access(2) false positives for superuser */
108 if (access(candidate, X_OK) == 0 &&
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_minmax_element.h20 #include <__ranges/access.h>
H A Dranges_min_element.h18 #include <__ranges/access.h>
H A Dranges_move.h17 #include <__ranges/access.h>
H A Dranges_none_of.h17 #include <__ranges/access.h>
H A Dranges_count_if.h20 #include <__ranges/access.h>
H A Dranges_contains.h20 #include <__ranges/access.h>
H A Dranges_binary_search.h20 #include <__ranges/access.h>
H A Dranges_copy_backward.h17 #include <__ranges/access.h>
H A Dranges_count.h21 #include <__ranges/access.h>
H A Dranges_copy.h18 #include <__ranges/access.h>
H A Dranges_upper_bound.h20 #include <__ranges/access.h>
H A Dranges_generate.h18 #include <__ranges/access.h>
H A Dranges_is_partitioned.h18 #include <__ranges/access.h>
H A Dranges_sample.h20 #include <__ranges/access.h>
H A Dranges_shuffle.h23 #include <__ranges/access.h>
H A Dranges_rotate_copy.h16 #include <__ranges/access.h>
H A Dranges_rotate.h19 #include <__ranges/access.h>
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dempty.h16 #include <__ranges/access.h>

Completed in 306 milliseconds

1234567891011>>