Searched refs:cattr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dmakealias31 cattr='__attribute((alias("'$alias'"))) FC_ATTRIBUTE_VISIBILITY_EXPORT'
32 echo "extern __typeof ($name) $name $cattr;" >> $TAIL
H A Dmakealias.py68 cattr = '__attribute((alias("%s"))) FC_ATTRIBUTE_VISIBILITY_EXPORT' % alias variable
69 tail.write('extern __typeof (%s) %s %s;\n' % (name, name, cattr))

Completed in 1 milliseconds