| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | bundle_trampoline.c | 71 if (access(executable, X_OK) == -1) { in main() 75 assert(access(executable, X_OK) == 0); in main()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | udhcpc.c | 250 if (!access("/sbin/ip", X_OK)) { in update_ipv4_address() 280 if (!access("/sbin/ip", X_OK)) { in update_ipv6_address() 547 if (access("/usr/share/udhcpc/default.script", X_OK) in udhcpc_start() 548 && access("/etc//udhcpc/default.script", X_OK)) { in udhcpc_start() 561 …if (!access("/lib/netifd/dhcp.script", X_OK) && !access("/sbin/ifup", X_OK) && !access("/sbin/ifst… in udhcpc_start()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | pager.c | 84 if (!(pager || access("/usr/bin/pager", X_OK))) in setup_pager() 86 if (!(pager || access("/usr/bin/less", X_OK))) in setup_pager()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu-helper/ |
| H A D | qemu-oe-bridge-helper.c | 14 if (access(path, X_OK) == 0) { in try_program()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0077-compositor-Stop-bootanim-after-warm-up.patch | 20 + if (!access(BOOTANIM, X_OK))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0078-compositor-Stop-bootanim-after-warm-up.patch | 20 + if (!access(BOOTANIM, X_OK))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0078-compositor-Stop-bootanim-after-warm-up.patch | 20 + if (!access(BOOTANIM, X_OK))
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0016-adbd-Support-requiring-login-for-adb-shell.patch | 36 + if (!access(ADBD_AUTH, X_OK)) {
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 284 #define X_OK 1 macro
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | xterm.c | 96 if (access(argv[4], X_OK) < 0) in xterm_open()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | non-regular.c | 63 if (access(paths[i], X_OK) == 0) { in setup_link()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | fcntl.h | 130 # define X_OK 1 /* Test for execute permission. */ macro
|
| H A D | unistd.h | 283 #define X_OK 1 /* Test for execute permission. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | fcntl.h | 130 # define X_OK 1 /* Test for execute permission. */ macro
|
| H A D | unistd.h | 283 #define X_OK 1 /* Test for execute permission. */ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | xorg-wrapper.c | 274 if (access(buf, X_OK) != 0) { in main()
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | hv_vss_daemon.c | 78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_common.h | 144 #define X_OK 1 /* Test for execute permission. */ macro
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs_user.c | 64 mode |= X_OK; in access_file()
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | genrandconfig | 49 def find_prog(self, name, flags=os.X_OK, env=os.environ):
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | ddxLoad.c | 67 if (access(XKM_OUTPUT_DIR, W_OK | X_OK) == 0 && in OutputDirectory()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | main.py | 328 if sys.platform.startswith('linux') and not os.access('/dev/shm', os.W_OK | os.X_OK):
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 77 (mode & OS_ACC_X_OK ? X_OK : 0) | in os_access()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ |
| H A D | __init__.py | 225 if script == "postinst_intercept" or not os.access(script_full, os.X_OK):
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 363 # define X_OK 1 macro
|