Lines Matching refs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
405 char *src = data;
412 while ((src < srcend) && (*src != 0)) {
415 domainlen = *src++;
416 end = src + domainlen;
418 while ((src < end) && (ptr < bend)) {
419 uint8_t ch = *src++;
430 if ((src != end) || (ptr == bend))