Home
last modified time | relevance | path

Searched refs:newflags (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/usr.bin/chflags/
H A Dchflags.c65 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 Dcloexec.c47 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 Dtagm.c42 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 Dtdiv.c49 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 Dndp.c807 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 Dzfs_acl.c1487 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 Domapi.c339 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 Dmdoc_man.c462 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 Dtc-kvx.c2207 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 Din.c1213 int newflags = ia->ia4_flags; in in_ifinit() local
1224 ia->ia4_flags = newflags; in in_ifinit()