Lines Matching defs: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.
519 const char *src;
542 for (dst = path, src = dname; *src; dst++, src++)
543 *dst = *src;
567 for (_dst = dst, src = file, file = dst; *src; _dst++, src++)
568 *_dst = *src;