| /OK3568_Linux_fs/buildroot/package/s6-linux-init/ |
| H A D | 0001-configure-add-D_GNU_SOURCE.patch | 14 …94:24: error: ‘F_DUPFD_CLOEXEC’ undeclared (first use in this function); did you mean ‘FD_CLOEXEC’? 17 | FD_CLOEXEC
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | perf_event_open.c | 37 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 429 flags |= FD_CLOEXEC; in InputThreadPreInit() 440 flags |= FD_CLOEXEC; in InputThreadPreInit()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ 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/asm-generic/ |
| H A D | fcntl.h | 162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
| /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/asm-generic/ |
| H A D | fcntl.h | 162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Do-not-ignore-return-value-of-write.patch | 30 res = g_unix_open_pipe (pipefd, FD_CLOEXEC, &error);
|
| /OK3568_Linux_fs/buildroot/package/kmod/ |
| H A D | 0001-fix-O_CLOEXEC.patch | 10 FD_CLOEXEC to replace.
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | util.c | 46 fcntl(fd, F_SETFD, FD_CLOEXEC); in cm_open_dev() 92 fcntl(sockfd, F_SETFD, FD_CLOEXEC); in cm_open_proxy()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_getfd_test.c | 214 EXPECT_GE(ret & FD_CLOEXEC, 0); in TEST_F()
|
| /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/bits/ |
| H A D | fcntl-linux.h | 219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-shm.c | 62 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) in set_cloexec_or_close()
|
| /OK3568_Linux_fs/device/rockchip/common/data/ |
| H A D | kmsgrab.c | 187 fcntl(fd, F_SETFD, FD_CLOEXEC); in main()
|
| /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/bits/ |
| H A D | fcntl-linux.h | 219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | 273 if (otherflags & FD_CLOEXEC) in test_openat2_flags()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 345 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl() 349 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | socket_server.cpp | 470 fcntl(sockfd, F_SETFD, FD_CLOEXEC); in Process()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0006-drm-Reconstructs-the-drm-display-driver.patch | 991 - /* set FD_CLOEXEC flag */ 993 - fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) { 994 - err("fcntl FD_CLOEXEC failed"); 1335 + fcntl(pdev->fd, F_SETFD, FD_CLOEXEC);
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 368 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.m | 382 fcntl(stdout_pipe[0], F_SETFD, FD_CLOEXEC); 386 fcntl(stderr_pipe[0], F_SETFD, FD_CLOEXEC);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evlist.c | 1359 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload() 1426 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | dma-buf.rst | 68 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/ |
| H A D | large.txt | 711 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 2325 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 2344 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 2350 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 2618 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0 2923 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 2954 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 3694 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 3700 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 3766 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | nettest.c | 1172 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|