Searched refs:X_OK (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | unistd.h | 103 #define X_OK 0x01 /* test for execute or search permission */ macro
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 226 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 D | zpool_iter.c | 589 if (access(fullpath, X_OK) == 0) { in vdev_run_cmd_thread()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 1653 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 D | server.c | 1758 if (access(server.executable,X_OK) == -1) { in restartServer()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 2026 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 D | ztest.c | 1023 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()
|