Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtiffio.h266 #if !defined(__GNUC__) && !defined(__attribute__)
267 # define __attribute__(x) /*nothing*/ macro
450 extern void TIFFError(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
451 extern void TIFFErrorExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__pri…
452 extern void TIFFWarning(const char*, const char*, ...) __attribute__((__format__ (__printf__,2,3)));
453 extern void TIFFWarningExt(thandle_t, const char*, const char*, ...) __attribute__((__format__ (__p…
/libtiff-4.0.7/m4/
H A Dlibtool.m41877 int fnord () __attribute__((visibility("default")));