Searched refs:XS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
577 #define XS_BUFSIZE 32 in xc_strerror() macro586 errbuf = malloc(XS_BUFSIZE); in xc_strerror()598 strncpy(errbuf, strerror_str, XS_BUFSIZE); in xc_strerror()599 errbuf[XS_BUFSIZE-1] = '\0'; in xc_strerror()
Completed in 4 milliseconds