Searched defs:SPRINTF (Results 1 – 12 of 12) sorted by relevance
420 #define SPRINTF(args...) \ macro
232 #define SPRINTF(args...) \ macro
130 #define SPRINTF(args...) \ macro
2981 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro3325 #define SPRINTF(args...) \ macro
699 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
700 #define SPRINTF(fmt,args...) \ macro
758 #define SPRINTF(fmt,args...) \ macro
1446 #define SPRINTF(args...) \ macro
1300 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
4619 #define SPRINTF(args...) pos += sprintf(pos, args) macro
2051 #define SPRINTF(args...) \ macro
1368 #define SPRINTF(args...) \ macro