Lines Matching defs:src
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
293 istrcpy(char *dst, int dstsize, char *src)
298 cp = src;
771 * Copies src to the dstsize buffer at dst. The copy will never
776 nstrcpy(char *dst, int dstsize, char *src)
781 cp = src;
790 * Appends src to the dstsize buffer at dst. The append will never
795 nstrcat(char *dst, int dstsize, char *src)
800 cp = src;