Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-sprintf.c24 char *dst = malloc (SIZE + 1); in do_test() local
26 if (dst == NULL) in do_test()
33 sprintf (dst, "%*s", SIZE, ""); in do_test()
34 if (strnlen (dst, SIZE + 1) != SIZE) in do_test()
39 free (dst); in do_test()
A Dprintf_fp.c135 #define MPN_ASSIGN(dst,src) \ argument
136 memcpy (dst, src, (dst##size = src##size) * sizeof (mp_limb_t))

Completed in 4 milliseconds