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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c207 char buff[BUFFLEN], ccbuf[_CCBUFLEN], *ptr; local
219 ccbuf[0] = '\0';
268 if (strncmp(ccbuf, lp_cc, CCLEN) == 0) {
300 (void) strncpy(ccbuf, lp_cc, CCLEN);
301 ccbuf[CCLEN] = '\0';

Completed in 46 milliseconds