Searched defs:strpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c2910 char **strpp; local
2920 for (index = 0, strpp = strings; index < nstrings; index++)
2921 cbuf_sz += strlen(*(strpp++)) + 1;
2930 for (index = 0, strpp = strings; index < nstrings; index++) {
2931 slen = strlen(*strpp);
2932 bcopy(*(strpp++), cbuf_ip, slen);

Completed in 66 milliseconds