Home
last modified time | relevance | path

Searched refs:X_OK (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dunistd.h103 #define X_OK 0x01 /* test for execute or search permission */ macro
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in226 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK):
228 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK):
233 if os.path.isfile(cmd+'.ksh') and os.access(cmd+'.ksh', os.X_OK):
235 if os.path.isfile(cmd+'.sh') and os.access(cmd+'.sh', os.X_OK):
888 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c589 if (access(fullpath, X_OK) == 0) { in vdev_run_cmd_thread()
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c1653 if (access(argv[2],X_OK) == -1) in sentinelHandleConfiguration()
1660 if (access(argv[2],X_OK) == -1) in sentinelHandleConfiguration()
3455 if (strlen(value) && access(value,X_OK) == -1) { in sentinelSetCommand()
3475 if (strlen(value) && access(value,X_OK) == -1) { in sentinelSetCommand()
H A Dserver.c1758 if (access(server.executable,X_OK) == -1) { in restartServer()
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c2026 if (user_flags & X_OK) in vn_access()
2082 if (amode != F_OK && (amode & ~(R_OK | W_OK | X_OK)) != 0) in kern_accessat()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1023 if (0 != access(zo->zo_alt_ztest, X_OK)) { in process_options()
1027 } else if (0 != access(zo->zo_alt_libpath, X_OK)) { in process_options()