Home
last modified time | relevance | path

Searched refs:fmtstr (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/stdio-common/
Dbug23-4.c15 char *fmtstr = malloc (4 * LIMIT + 1); in main() local
16 if (fmtstr == NULL) in main()
22 memcpy (fmtstr + 4 * i, "%1$d", 4); in main()
23 fmtstr[4 * LIMIT] = '\0'; in main()
24 int ret = snprintf (output, LIMIT + 1, fmtstr, 0); in main()