Lines Matching refs:__attribute__
88 char *percent_expand(const char *, ...) __attribute__((__sentinel__));
89 char *percent_dollar_expand(const char *, ...) __attribute__((__sentinel__));
92 __attribute__((__format__ (printf, 3, 4))) __attribute__((__nonnull__ (3)));
134 __attribute__((format(printf, 2, 3)));
136 __attribute__((format(printf, 3, 4)));
157 __attribute__((__bounded__( __minbytes__, 1, 8)));
159 __attribute__((__bounded__( __minbytes__, 1, 4)));
161 __attribute__((__bounded__( __minbytes__, 1, 2)));
163 __attribute__((__bounded__( __minbytes__, 1, 8)));
165 __attribute__((__bounded__( __minbytes__, 1, 4)));
167 __attribute__((__bounded__( __minbytes__, 1, 2)));
171 __attribute__((__bounded__(__minbytes__, 1, 4)));
173 __attribute__((__bounded__(__minbytes__, 1, 4)));
244 int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2)));
246 __attribute__((format(printf, 2, 3)));
248 __attribute__((format(printf, 2, 3)));