Home
last modified time | relevance | path

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

/string/
A Dtst-strxfrm.c14 size_t bufsize; in test() local
26 bufsize = strxfrm (NULL, string, 0) + 1; in test()
27 buf = malloc (bufsize); in test()
30 printf ("cannot allocate %zd bytes\n", bufsize); in test()
33 r = strxfrm (buf, string, bufsize); in test()
44 r = strxfrm_l (buf, string, bufsize, loc); in test()

Completed in 4 milliseconds