Searched refs:X_OK (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc592 return R_OK | X_OK; // scripts also need R_OK.
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_user.c462 if (access(shellpath, X_OK) == 0)
467 if (access(shellpath, X_OK) == 0)
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Ddefault_permissions.cc276 mode_t access_mode = X_OK;
290 mode_t access_mode = X_OK;
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c905 access(strname, X_OK) == 0
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c966 #define ALLACC (F_OK | X_OK | W_OK | R_OK)
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c1176 if ((bootstrap_only && force) || access(pkgpath, X_OK) == -1) {
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c601 || access(result, R_OK | W_OK | X_OK) != 0) {
617 && access(result, R_OK | W_OK | X_OK) == 0) {
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c657 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK))
681 if (args->amode & ~(F_OK | X_OK | W_OK | R_OK))
/freebsd-13-stable/sbin/init/
H A Dinit.c1062 error = access(script, X_OK);
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_internal.c230 mask |= X_OK;
/freebsd-13-stable/crypto/openssh/
H A Dssh.c1177 if (strchr(argv0, '/') != NULL && access(argv0, X_OK) != 0)
/freebsd-13-stable/sys/kern/
H A Dvfs_syscalls.c2049 if (user_flags & X_OK)
2105 if (amode != F_OK && (amode & ~(R_OK | W_OK | X_OK)) != 0)
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c1161 if (0 != access(zo->zo_alt_ztest, X_OK)) {
1165 } else if (0 != access(zo->zo_alt_libpath, X_OK)) {

Completed in 362 milliseconds

12