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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.h49 #ifndef TR_GNUC_NONNULL
51 #define TR_GNUC_NONNULL( ... ) __attribute__((nonnull (__VA_ARGS__))) macro
53 #define TR_GNUC_NONNULL( ... ) macro
188 ... ) TR_GNUC_PRINTF( 4, 5 ) TR_GNUC_NONNULL(1,4);
191 char* tr_getLogTimeStr( char * buf, int buflen ) TR_GNUC_NONNULL(1);
198 bool tr_wildmat( const char * text, const char * pattern ) TR_GNUC_NONNULL(1,2);
212 int tr_mkdirp( const char * path, int permissions ) TR_GNUC_NONNULL(1);
223 TR_GNUC_NONNULL(1);
242 void tr_timerAdd( struct event * timer, int seconds, int microseconds ) TR_GNUC_NONNULL(1);
249 void tr_timerAddMsec( struct event * timer, int milliseconds ) TR_GNUC_NONNULL(
[all...]

Completed in 83 milliseconds