Searched refs:cbuf (Results 1 – 2 of 2) sorted by relevance
39 char cbuf[256]; /* this should be big enough to fit a lot */ member
402 char *cbuf = NULL; in CopyCertSubject() local422 cbuf = calloc(1, cbuf_size); in CopyCertSubject()423 if(cbuf) { in CopyCertSubject()424 if(!CFStringGetCString(c, cbuf, (CFIndex)cbuf_size, in CopyCertSubject()431 *certp = cbuf; in CopyCertSubject()439 free(cbuf); in CopyCertSubject()
Completed in 13 milliseconds