Searched refs:src (Results 551 - 575 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_harmless.c109 safe_strncpy(char *targ, char *src, unsigned spaceavail) argument
115 strncpy(targ,src,goodcount);
/illumos-gate/usr/src/tools/scripts/
H A Dcheckpaths.sh9 # 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.
31 SRC=$CODEMGR_WS/usr/src
79 # the svr4-specific usr/src/pkgdefs
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s8 * 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.
78 ! usr/src/cmd/sgs/rtld/sparc/boot.s
79 ! usr/src/cmd/sgs/rtld/sparcv9/boot.s
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h8 * 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.
136 /* void * dat_os_strncpy(char *dest, const char *src, DAT_OS_SIZE len) */
137 #define dat_os_strncpy(dest, src, len) strncpy((dest), (src), (len))
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c8 * 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.
232 const char *src = s; local
236 *dst++ = *src++;
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c264 #define TO_SIX_BIT(rslt, src) { \
266 cvt.b[0] = (unsigned char) src; src >>= 6; \
267 cvt.b[1] = (unsigned char) src; src >>= 6; \
268 cvt.b[2] = (unsigned char) src; src >>= 6; \
269 cvt.b[3] = (unsigned char) src; \
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c8 * 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.
307 hwblkpagecopy(const void *src, void *dst) argument
312 hw_pa_bcopy32(uint64_t src, uint64_t dst) argument
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmisc.c66 strlenout(vm_offset_t src) argument
72 archsw.arch_copyout(src++, &c, 1);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dvybrid.dtsi50 src = &SRC;
60 SRC: src@4006E000 {
61 compatible = "fsl,mvf600-src";
334 edma-src-receive = < 8 >;
335 edma-src-transmit = < 9 >;
/illumos-gate/usr/src/common/secflags/
H A Dsecflags.c70 secflags_copy(secflagset_t *dst, const secflagset_t *src) argument
72 *dst = *src;
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s8 * 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.
112 dec %o1 ! decrement src address
128 dec %o1 ! decrement src address
135 ! check for src long word alignment
137 andcc %o1, 7, %g0 ! chk src long word alignment
141 ! Following code is for overlapping copies where src and dest
163 sub %o1, 64, %o1 ! decrease src ptr by 64
192 sub %o1, 32, %o1 ! decrease src ptr by 32
205 sub %o1, 16, %o1 ! decrease src pt
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c317 * Copy one UTF-8 character from src to dst returning
326 int krb5int_utf8_copy(char* dst, const char *src) argument
329 const unsigned char *u = (const unsigned char *) src;
331 dst[0] = src[0];
341 dst[i] = src[i];
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/
H A DMakefile8 # 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.
27 LIBBASE = ../../../../../src/lib
/illumos-gate/usr/src/cmd/vgrind/
H A DMakefile8 # 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.
119 $(LANGDEFS): $(LANGDEFS).src
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c9 * 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.
142 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) argument
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c93 u_int8_t *p, *src; local
140 src = (u_int8_t *)h + P_OVERHEAD;
143 src += start - curoff;
148 memcpy(p, src, bytes);
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c9 * 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.
356 * line_to_buf(char *dest, const char *src) {
357 * appends src to dest, dynamically increasing the size of dest.
360 * if src is continuation of dest, dest != NULL, and
362 * if src is not continuation of dest, then dest must be NULL
365 line_to_buf(char *dest, const char *src) argument
367 int slen = strlen(src);
377 (void) strcpy(dest, src);
400 (void) strcat(dest, src);
[all...]
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c558 char **src, **dest, **loc; local
571 src = &knowncmds[ncmds-1];
572 dest = src+1;
574 *dest-- = *src--;
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s8 * 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.
232 sgdr_mem_blkcopy(caddr_t src, caddr_t dst, u_int linecount, u_int linesize)
246 ! i0 = src va
277 ldda [%i0]ASI_BLK_P, %d0 ! *dst = *src;
282 add %i0, %i3, %i0 ! dst++, src++;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_common.h8 * 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.
140 int vnet_dring_entry_copy(vnet_public_desc_t *dst, vnet_public_desc_t *src,
/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c8 * 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.
615 uchar_t *src = (uchar_t *)&uvalue; local
622 off[i] = src[j];
633 src += i;
635 off[i] = src[i];
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c8 * 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.
225 char *src; local
235 src = fnp->fn_buf;
239 while (src < fnp->fn_wptr)
240 *dst++ = *src++;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleimpl.c376 duplocale(locale_t src) argument
385 if (src == NULL) {
387 src = ___global_locale;
390 loc->locdata[i] = src->locdata[i];
/illumos-gate/usr/src/boot/sys/sys/
H A Ducred.h105 void crcopy(struct ucred *dest, struct ucred *src);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A DMakefile5 .include <src.opts.mk>

Completed in 151 milliseconds

<<21222324252627282930>>