HomeSort by: relevance | last modified time | path
    Searched refs:cattr (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
makealias 31 cattr='__attribute((alias("'$alias'"))) FC_ATTRIBUTE_VISIBILITY_EXPORT'
32 echo "extern __typeof ($name) $name $cattr;" >> $TAIL
makealias.py 68 cattr = '__attribute((alias("%s"))) FC_ATTRIBUTE_VISIBILITY_EXPORT' % alias variable
69 tail.write('extern __typeof (%s) %s %s;\n' % (name, name, cattr))

Completed in 18 milliseconds