Searched refs:expand (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | tst-strtoll.c | 310 static void expand (char *dst, int c); 341 expand (exp1, *ep); in do_test() 342 expand (exp2, lt->left); in do_test() 373 expand (exp1, *ep); in do_test() 374 expand (exp2, lt->left); in do_test() 389 expand (char *dst, int c) in expand() function
|
A D | tst-strtod.c | 81 static void expand (char *dst, int c); 112 expand (exp1, *ep); in do_test() 113 expand (exp2, lt->left); in do_test() 183 expand (char *dst, int c) in expand() function
|
A D | tst-strtol.c | 535 static void expand (char *dst, int c); 566 expand (exp1, *ep); in do_test() 567 expand (exp2, lt->left); in do_test() 598 expand (exp1, *ep); in do_test() 599 expand (exp2, lt->left); in do_test() 614 expand (char *dst, int c) in expand() function
|
Completed in 7 milliseconds