Searched refs:noattr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDABase.h47 __private_extern__ int ___chattr( const char * path, ___attr_t attr, ___attr_t noattr );
H A DDABase.c41 __private_extern__ int ___chattr( const char * path, ___attr_t attr, ___attr_t noattr )
72 buffer.attr = OSSwapHostToBigInt16( ( OSSwapBigToHostInt16( buffer.attr ) & ~noattr ) | attr );
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/data/
H A Dgen-req.sh168 -noattr \
170 -out test-signed-data-noattr
179 -noattr \
182 -out test-signed-data-noattr-nocerts
/macosx-10.9.5/swig-10/Source/Swig/
H A Dcwrap.c552 * 'noattr' one. This prevents of having to navigate the entire
555 * 'attr' and/or 'noattr' attributes.
566 String *Swig_rflag_search(Node *n, const String *attr, const String *noattr) { argument
569 if (GetFlag(n, noattr)) {
580 f = Swig_rflag_search(bi.item, attr, noattr);
591 SetFlag(n, noattr);
/macosx-10.9.5/xar-202/xar/lib/
H A Darchive.c1555 int type, noattr, ret; local
1562 noattr = xmlTextReaderAttributeCount(reader);
1570 noattr = xmlTextReaderAttributeCount(reader);
1576 noattr = xmlTextReaderAttributeCount(reader);

Completed in 94 milliseconds