Searched refs:dst (Results 1 – 5 of 5) sorted by relevance
/stdlib/ |
A D | tst-strtod.c | 81 static void expand (char *dst, int c); 183 expand (char *dst, int c) in expand() argument 187 dst[0] = c; in expand() 188 dst[1] = '\0'; in expand() 191 (void) sprintf (dst, "%#.3o", (unsigned int) c); in expand()
|
A D | tst-strtoll.c | 310 static void expand (char *dst, int c); 389 expand (char *dst, int c) in expand() argument 393 dst[0] = c; in expand() 394 dst[1] = '\0'; in expand() 397 (void) sprintf (dst, "%#.3o", (unsigned int) c); in expand()
|
A D | tst-strtol.c | 535 static void expand (char *dst, int c); 614 expand (char *dst, int c) in expand() argument 618 dst[0] = c; in expand() 619 dst[1] = '\0'; in expand() 622 (void) sprintf (dst, "%#.3o", (unsigned int) c); in expand()
|
A D | random_r.c | 167 int32_t *dst; in __srandom_r() local 184 dst = state; in __srandom_r() 197 *++dst = word; in __srandom_r()
|
A D | strtod_l.c | 182 #define MPN_ASSIGN(dst, src) \ argument 183 memcpy (dst, src, (dst##size = src##size) * sizeof (mp_limb_t))
|
Completed in 12 milliseconds