Home
last modified time | relevance | path

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

/support/
A Dtest-container.c185 static char *bufs[10]; in concat() local
206 if (bufs[n] == NULL) in concat()
208 bufs[n] = xmalloc (len + 1); /* NUL */ in concat()
213 bufs[n] = xrealloc (bufs[n], len + 1); /* NUL */ in concat()
217 strcpy (bufs[n], str); in concat()
218 cp = strchr (bufs[n], '\0'); in concat()
227 return bufs[n]; in concat()

Completed in 5 milliseconds