Searched defs:SPRINTF (Results 1 – 12 of 12) sorted by relevance
203 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
743 #define SPRINTF(fmt,args...) \ macro
751 #define SPRINTF(fmt,args...) \ macro
3464 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro3807 #define SPRINTF(args...) \ macro
813 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
769 #define SPRINTF(fmt,args...) \ macro
1509 #define SPRINTF(args...) \ macro
1361 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
2853 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
344 #define SPRINTF(args...) \ macro
1455 #define SPRINTF(args...) \ macro
2901 #define SPRINTF(args...) \ macro