Home
last modified time | relevance | path

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

/stdlib/
A Dtst-strtod.c81 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 Dtst-strtoll.c310 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 Dtst-strtol.c535 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 Drandom_r.c167 int32_t *dst; in __srandom_r() local
184 dst = state; in __srandom_r()
197 *++dst = word; in __srandom_r()
A Dstrtod_l.c182 #define MPN_ASSIGN(dst, src) \ argument
183 memcpy (dst, src, (dst##size = src##size) * sizeof (mp_limb_t))

Completed in 12 milliseconds