Home
last modified time | relevance | path

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

/string/
A Dstrdup.c26 char *malloc ();
42 void *new = malloc (len); in __strdup()
A Dstrndup.c29 char *malloc ();
43 char *new = (char *) malloc (len + 1); in __strndup()
A Dtst-strcoll-overflow.c38 char *p = malloc (SIZE); in do_test()
A Dtest-strerror-errno.c33 *malloc (size_t size) in malloc() function
A Dargz-create.c41 *argz = malloc (tlen); in __argz_create()
A Dargz-ctsep.c34 *argz = (char *) malloc (nlen); in __argz_create_sep()
A Dbug-envz1.c33 char *str = malloc (100); in do_test()
A Dtst-strxfrm.c27 buf = malloc (bufsize); in test()

Completed in 13 milliseconds