Searched refs:FAN_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
6 #if defined(FAN_CLOEXEC) || (defined(HAVE_DECL_FAN_CLOEXEC) && HAVE_DECL_FAN_CLOEXEC)8 static_assert((FAN_CLOEXEC) == (0x00000001), "FAN_CLOEXEC != 0x00000001");11 # define FAN_CLOEXEC 0x0000000145 XLAT(FAN_CLOEXEC),
1 FAN_CLOEXEC 0x00000001
37 #define FAN_CLOEXEC 0x00000001 macro63 #define FAN_ALL_INIT_FLAGS (FAN_CLOEXEC | FAN_NONBLOCK | \
53 test_init_bit(FAN_CLOEXEC, FD_CLOEXEC, "set close_on_exec"); in run()
2644 pub const FAN_CLOEXEC: ::c_uint = 0x0000_0001; constant