Searched refs:XS_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
565 #define XS_BUFSIZE 32 in xc_strerror() macro574 errbuf = malloc(XS_BUFSIZE); in xc_strerror()586 strncpy(errbuf, strerror_str, XS_BUFSIZE); in xc_strerror()587 errbuf[XS_BUFSIZE-1] = '\0'; in xc_strerror()
Completed in 3 milliseconds