Searched refs:fd_flags (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | fixincl.c | 374 if (p_fixd->fd_flags & FD_MACH_IFNOT) in machine_matches() 378 p_fixd->fd_flags |= FD_SKIP_TEST; in machine_matches() 412 if (fixinc_mode && (p_fixd->fd_flags & FD_REPLACEMENT)) in run_compiles() 414 p_fixd->fd_flags |= FD_SKIP_TEST; in run_compiles() 879 if (p_fixd->fd_flags & FD_SUBROUTINE) in fix_with_system() 945 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 976 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 1027 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 1061 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0) in start_fixer() 1064 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0) in start_fixer() [all …]
|
| H A D | fixlib.h | 202 int fd_flags; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | fixincl.c | 374 if (p_fixd->fd_flags & FD_MACH_IFNOT) in machine_matches() 378 p_fixd->fd_flags |= FD_SKIP_TEST; in machine_matches() 412 if (fixinc_mode && (p_fixd->fd_flags & FD_REPLACEMENT)) in run_compiles() 414 p_fixd->fd_flags |= FD_SKIP_TEST; in run_compiles() 879 if (p_fixd->fd_flags & FD_SUBROUTINE) in fix_with_system() 945 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 976 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 1027 if (p_fixd->fd_flags & FD_SHELL_SCRIPT) in fix_with_system() 1061 if ((p_fixd->fd_flags & FD_SUBROUTINE) != 0) in start_fixer() 1064 if ((p_fixd->fd_flags & FD_SHELL_SCRIPT) == 0) in start_fixer() [all …]
|
| H A D | fixlib.h | 202 int fd_flags; member
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | dispatch.c | 215 int fd_flags = 0, fd = 0; in omapi_register_io_object() local 254 fd_flags |= ISC_SOCKFDWATCH_READ; in omapi_register_io_object() 259 fd_flags |= ISC_SOCKFDWATCH_WRITE; in omapi_register_io_object() 263 if (fd_flags != 0) { in omapi_register_io_object() 265 fd, fd_flags, in omapi_register_io_object() 321 int fd_flags = 0; in omapi_reregister_io_object() local 348 fd_flags |= ISC_SOCKFDWATCH_READ; in omapi_reregister_io_object() 352 fd_flags |= ISC_SOCKFDWATCH_WRITE; in omapi_reregister_io_object() 355 isc_socket_fdwatchpoke(obj->fd, fd_flags); in omapi_reregister_io_object()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep-control.c | 112 unsigned int fd_flags = FD_SENDLEN; in ps_ctl_dispatch() local 118 fd_flags |= FD_UNPRIV; in ps_ctl_dispatch() 132 fd = control_new(ctx, ctx->ps_ctl->psp_work_fd, fd_flags); in ps_ctl_dispatch()
|
| H A D | control.c | 300 control_handle1(struct dhcpcd_ctx *ctx, int lfd, unsigned int fd_flags, in control_handle1() argument 326 fd_flags |= FD_SENDLEN; in control_handle1() 328 l = control_new(ctx, fd, fd_flags); in control_handle1()
|
| /netbsd-src/usr.sbin/pstat/ |
| H A D | pstat.c | 126 u_int fd_flags; member 378 for (; fd->fd_flags != 0; fd++) in getflags() 379 if ((flags & fd->fd_flags) != 0) in getflags()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 1335 int fd_flags; in ExecDeathTestSpawnChild() local 1337 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 1339 fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()
|