Searched refs:newflags (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.bin/chflags/ |
H A D | chflags.c | 65 u_long clear, set, newflags; in main() local 181 newflags = set; in main() 183 newflags = p->fts_statp->st_flags; in main() 184 newflags |= set; in main() 185 newflags &= clear; in main() 187 if (dflag && newflags == p->fts_statp->st_flags) in main() 189 if ((*change_flags)(p->fts_accpath, newflags)) { in main()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | cloexec.c | 47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); in set_cloexec_flag() local 49 if (flags == newflags in set_cloexec_flag() 50 || fcntl (desc, F_SETFD, newflags) != -1) in set_cloexec_flag()
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tagm.c | 42 unsigned int expflags, newflags; in check4() local 78 newflags = __gmpfr_flags; in check4() 81 if (VSIGN (inex2) != inex || newflags != expflags || in check4() 96 " ", inex2, newflags); in check4()
|
H A D | tdiv.c | 49 unsigned int oldflags, newflags; in mpfr_all_div() local 60 newflags = __gmpfr_flags; in mpfr_all_div() 78 if (__gmpfr_flags != newflags) in mpfr_all_div() 81 newflags, __gmpfr_flags); in mpfr_all_div() 91 MPFR_ASSERTN (__gmpfr_flags == newflags); in mpfr_all_div() 105 MPFR_ASSERTN (__gmpfr_flags == newflags); in mpfr_all_div() 113 MPFR_ASSERTN (__gmpfr_flags == newflags); in mpfr_all_div()
|
/netbsd-src/usr.sbin/ndp/ |
H A D | ndp.c | 807 u_int32_t newflags; in ifinfo() local 817 newflags = ND.flags; in ifinfo() 831 newflags &= ~(f);\ in ifinfo() 833 newflags |= (f);\ in ifinfo() 882 ND.flags = newflags; in ifinfo()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 1487 uint16_t iflags, newflags, type; in zfs_acl_inherit() local 1552 newflags = aclp->z_ops.ace_flags_get(acep); in zfs_acl_inherit() 1559 newflags &= ~ALL_INHERIT; in zfs_acl_inherit() 1561 newflags|ACE_INHERITED_ACE); in zfs_acl_inherit() 1576 newflags |= ACE_INHERIT_ONLY_ACE; in zfs_acl_inherit() 1578 newflags|ACE_INHERITED_ACE); in zfs_acl_inherit() 1580 newflags &= ~ACE_INHERIT_ONLY_ACE; in zfs_acl_inherit() 1582 newflags|ACE_INHERITED_ACE); in zfs_acl_inherit()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | omapi.c | 339 u_int8_t newflags; in update_lease_flags() local 348 newflags = value->u.buffer.value[0]; in update_lease_flags() 357 newflags = (u_int8_t)tmp; in update_lease_flags() 364 newflags = ((lease->flags & ~EPHEMERAL_FLAGS) | in update_lease_flags() 365 (newflags & EPHEMERAL_FLAGS)); in update_lease_flags() 368 if (oldflags == newflags) { in update_lease_flags() 378 lupdate->flags = newflags; in update_lease_flags() 387 oldflags, newflags, piaddr(lease->ip_addr)); in update_lease_flags()
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | mdoc_man.c | 462 print_line(const char *s, int newflags) in print_line() argument 467 outflags |= newflags; in print_line() 471 print_block(const char *s, int newflags) in print_block() argument 485 outflags |= MMAN_Bk_susp | newflags; in print_block()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-kvx.c | 2207 int newflags; in kvx_end() local 2213 newflags = env.params.core | env.params.abi | env.params.pic_flags; in kvx_end() 2216 newflags |= ELF_KVX_ABI_64B_ADDR_BIT; in kvx_end() 2218 bfd_set_private_flags (stdoutput, newflags); in kvx_end()
|
/netbsd-src/sys/netinet/ |
H A D | in.c | 1213 int newflags = ia->ia4_flags; in in_ifinit() local 1224 ia->ia4_flags = newflags; in in_ifinit()
|