Searched refs:oldflags (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/autofs-234/automountlib/
H A Ddeflt.c203 * oldflags = defcntl(cmd, arg);
210 * oldflags Old value of flags. -1 on error.
222 int oldflags; local
229 oldflags = thr_data->Dcflags;
232 oldflags = thr_data->Dcflags;
236 oldflags = -1;
240 return (oldflags);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-linux.c1096 int oldflags; local
1178 oldflags = 0;
1184 oldflags = ifr.ifr_flags;
1187 oldflags = 0; /* didn't set, don't restore */
1213 if (oldflags != 0) {
1214 ifr.ifr_flags = oldflags;
4326 int oldflags; local
4653 oldflags = 0;
4655 oldflags = ifr.ifr_flags;
4676 ifr.ifr_flags = oldflags;
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Drelaxng.c4734 int newNs = 0, oldflags; local
4780 oldflags = ctxt->flags;
4783 ctxt->flags = oldflags;
7283 int oldflags = ctxt->flags; local
7293 ctxt->flags = oldflags;
7300 ctxt->flags = oldflags;
8141 int ret = 0, oldflags; local
8230 oldflags = ctxt->flags;
8256 ctxt->flags = oldflags;
8708 int ret = 0, oldflags; local
9266 int oldflags; local
9594 int ret = 0, oldflags = 0; local
9814 int ret = 0, i, tmp, oldflags, errNr; local
10582 int i, j, k, ret, oldflags; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/akadmin/
H A DHeimODAdmin.c499 unsigned long (^op)(unsigned long oldflags, unsigned long newflags))
501 unsigned long uflags, oldflags; local
511 oldflags = getflags(datarecord, kflags, error);
513 uflags = op(oldflags, uflags);
549 ret = flagop(datarecord, kflags, flags, FlagsKeys, error, ^(unsigned long oldflags, unsigned long newflags) {
550 return (oldflags | newflags);
616 ret = flagop(datarecord, kflags, flags, FlagsKeys, error, ^(unsigned long oldflags, unsigned long newflags) {
617 return (oldflags & (~newflags));
673 ret = flagop(datarecord, kflags, flags, ACLKeys, error, ^(unsigned long oldflags, unsigned long newflags) {
733 ret = flagop(datarecord, kflags, flags, ACLKeys, error, ^(unsigned long oldflags, unsigne
495 flagop(ODRecordRef datarecord, CFStringRef kflags, CFTypeRef flags, const struct s2k *keys, CFErrorRef *error, unsigned long (^op)(unsigned long oldflags, unsigned long newflags)) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drelaxng.c4733 int newNs = 0, oldflags; local
4779 oldflags = ctxt->flags;
4782 ctxt->flags = oldflags;
7282 int oldflags = ctxt->flags; local
7292 ctxt->flags = oldflags;
7299 ctxt->flags = oldflags;
8140 int ret = 0, oldflags; local
8229 oldflags = ctxt->flags;
8255 ctxt->flags = oldflags;
8707 int ret = 0, oldflags; local
9236 int oldflags; local
9564 int ret = 0, oldflags = 0; local
9784 int ret = 0, i, tmp, oldflags, errNr; local
10552 int i, j, k, ret, oldflags; local
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_disk.c2231 unsigned long newflags, oldflags; local
2265 if (ioctl(myfd, EXT2_IOC_GETFLAGS, &oldflags) >= 0) {
2266 newflags = (oldflags & ~clear) | set;
2273 if (ioctl(myfd, EXT2_IOC_GETFLAGS, &oldflags) >= 0) {
2275 oldflags &= sf_mask;
2276 newflags |= oldflags;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap-new.c819 int oldflags = cs->flags; local
850 cs->flags = oldflags;
865 cs->flags = oldflags;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c2280 int error = 0, oldflags, async; local
2295 oldflags = bp->nb_flags;
2298 if (ISSET(oldflags, NB_DELWRI)) {
2307 if (ISSET(oldflags, (NB_ASYNC|NB_DELWRI))) {
2448 if (oldflags & NB_DELWRI) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif.c2474 int oldflags = 0; local
2478 oldflags = ifp->if_flags;
2489 if (newflags != oldflags && (newflags & IFF_UP) != 0) {
2505 if (newflags != oldflags) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c1139 int oldflags = ia6->ia6_flags; local
1149 (oldflags & IN6_IFF_DEPRECATED) == 0) {
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dzone.c8143 isc_uint32_t oldflags; local
8158 oldflags = zone->flags;
8161 if ((oldflags & DNS_ZONEFLG_NOMASTERS) == 0)
8169 if ((oldflags & (DNS_ZONEFLG_REFRESH|DNS_ZONEFLG_LOADING)) != 0)

Completed in 335 milliseconds