Searched refs:XS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
537 #define XS_BUFSIZE 32 in xc_strerror() macro546 errbuf = malloc(XS_BUFSIZE); in xc_strerror()558 strncpy(errbuf, strerror_str, XS_BUFSIZE); in xc_strerror()559 errbuf[XS_BUFSIZE-1] = '\0'; in xc_strerror()
Completed in 5 milliseconds