Searched refs:xstrlcat (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A Dparse.c55 xstrlcat(char *dst, const char *src, size_t dstsize) function in typeref:typename:Bool
293 if (!xstrlcat(curbuf, " ", sizeof(curbuf))) { /* append space */
299 if (!xstrlcat(curbuf, buf, sizeof(curbuf))) { /* append buf */
366 if (!xstrlcat(curbuf, " ", sizeof(curbuf))) { /* append space */
372 if (!xstrlcat(curbuf, buf, sizeof(curbuf))) { /* append buf */

Completed in 2 milliseconds