Lines Matching refs:my_snprintf
12760 static int my_snprintf (char *buf, int size, const char *format, ...)
12774 if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7)
12776 if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7)
12778 if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7)
28727 static int my_snprintf (char *buf, int size, const char *format, ...)
28740 my_snprintf (buf, 1, "%d", 12345);
28954 static int my_snprintf (char *buf, int size, const char *format, ...)
28968 my_snprintf (buf, 3, "%d %d", 4567, 89);
29041 static int my_snprintf (char *buf, int size, const char *format, ...)
29060 my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55);
29100 static int my_snprintf (char *buf, int size, const char *format, ...)
29113 my_snprintf (buf, 1, "%d", 12345);
29179 static int my_snprintf (char *buf, int size, const char *format, ...)
29191 my_snprintf (buf, 0, "%d", 12345);
32478 static int my_snprintf (char *buf, int size, const char *format, ...)
32491 my_snprintf (buf, 1, "%d", 12345);
32698 static int my_snprintf (char *buf, int size, const char *format, ...)
32712 my_snprintf (buf, 3, "%d %d", 4567, 89);
32785 static int my_snprintf (char *buf, int size, const char *format, ...)
32804 my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55);
32844 static int my_snprintf (char *buf, int size, const char *format, ...)
32857 my_snprintf (buf, 1, "%d", 12345);
32923 static int my_snprintf (char *buf, int size, const char *format, ...)
32935 my_snprintf (buf, 0, "%d", 12345);