Searched refs:src (Results 276 - 300 of 1259) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
39 while read src dest
41 [ "$src" = /dev/null ] && continue
57 cat $src >> $tmpfile || error=yes
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.build.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.
29 while read src dest
31 [ "$src" = /dev/null ] && continue
60 cp $src $savepath &&
/opensolaris-onvv-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.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.
345 char src[MAXPATHLEN]; local
389 if (snprintf(src, sizeof (src), "%s/%s", min_home, target) >
390 sizeof (src) - 1) {
391 dprintf("setupfiles copy path %s", src);
392 dprintf("greater than %d\n", sizeof (src));
398 if (access(src, R_OK) != 0) {
402 dprintf("setupfiles copy unable to access %s\n", src);
456 char src[MAXPATHLEN]; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.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.
55 #define COMMP_COPY_STR(dst, src, len) { \
58 (void) strncpy((dst), (src), (len)); \
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Ddriver-network-rwn.mf8 # 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.
50 license usr/src/uts/common/io/rwn/THIRDPARTYLICENSE \
51 license=usr/src/uts/common/io/rwn/THIRDPARTYLICENSE
52 license usr/src/uts/common/io/rwn/fw-rt2860/LICENSE \
53 license=usr/src/uts/common/io/rwn/fw-rt2860/LICENSE
H A Dservice-network-network-clients.mf8 # 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.
55 license usr/src/cmd/cmd-inet/THIRDPARTYLICENSE.kcmd \
56 license=usr/src/cmd/cmd-inet/THIRDPARTYLICENSE.kcmd
57 license usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rcp \
58 license=usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rcp
59 license usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rsh \
60 license=usr/src/cmd/cmd-inet/usr.bin/THIRDPARTYLICENSE.rsh
61 license usr/src/cmd/cmd-inet/usr.bin/rdist/THIRDPARTYLICENSE \
62 license=usr/src/cm
[all...]
H A Dtext-locale.mf8 # 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.
46 dir path=usr/lib/localedef/src
47 dir path=usr/lib/localedef/src/iso_8859_1
63 file path=usr/lib/iconv/geniconvtbl/srcs/ISO-2022-JP_to_eucJP.src mode=0444
64 file path=usr/lib/iconv/geniconvtbl/srcs/ISO646_to_ISO8859-1.src mode=0444
65 file path=usr/lib/iconv/geniconvtbl/srcs/ISO8859-1_to_ISO646.src mode=0444
66 file path=usr/lib/iconv/geniconvtbl/srcs/ISO8859-1_to_UTF-8.src mode=0444
67 file path=usr/lib/iconv/geniconvtbl/srcs/UTF-8_to_ISO8859-1.src mode=0444
68 file path=usr/lib/iconv/geniconvtbl/srcs/eucJP_to_ISO-2022-JP.src mod
[all...]
/opensolaris-onvv-gate/usr/src/stand/lib/sa/
H A Dstrings.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.
47 bcopy(const void *src, void *dest, size_t count) argument
49 const char *csrc = src;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Duuid.h9 * 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.
88 #define UUID_LE_CONVERT(dest, src) \
90 (dest) = (src); \
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dsseblk.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.
216 hwblkpagecopy(const void *src, void *dst)
221 #define PREFETCH_START(src) \
222 prefetchnta 0x0(src); \
223 prefetchnta 0x40(src)
236 #define COPY_LOOP_INIT_XMM(src) \
237 prefetchnta 0x80(src); \
238 prefetchnta 0xc0(src); \
239 movdqa 0x0(src),
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbase64.c136 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) argument
144 input[0] = *src++;
145 input[1] = *src++;
146 input[2] = *src++;
171 input[i] = *src++;
198 src from base - 64 numbers into three 8 bit bytes in the target area.
203 b64_pton(u_char const *src, u_char *target, size_t targsize) argument
211 while ((ch = *src++) != '\0') {
271 ch = *src++; /* Skip it, get next. */
279 for (; ch != '\0'; ch = *src
[all...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c42 * inet_ntop(af, src, dst, size)
48 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
52 return (inet_ntop4(src, dst, size));
54 return (inet_ntop6(src, dst, size));
64 * inet_ntop4(src, dst, size)
81 inet_ntop4(const uchar_t *src, char *dst, socklen_t size) argument
86 if (SPRINTF((tmp, fmt, src[0], src[1], src[2], src[
103 inet_ntop6(const uchar_t *src, char *dst, socklen_t size) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_util.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.
59 ipmgmt_cpfile(const char *src, const char *dst, boolean_t rdonly) argument
78 if (stat(src, &statbuf) != 0) {
83 if ((sfp = fopen(src, "r")) == NULL) {
128 (void) unlink(src);
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dkw.h9 * 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.
39 boolean_t kw_expand(struct fn *src, struct fn *dst, int n, boolean_t gz);
/opensolaris-onvv-gate/usr/src/common/net/dhcp/
H A Dudp_sum.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.
38 struct in_addr src; member in struct:pseudo_udp
50 udp_chksum(struct udphdr *udph, const struct in_addr *src, argument
67 ck.src = *src;
/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dregex.h39 int re_subs( char *src, char *dst );
/opensolaris-onvv-gate/usr/src/pkg/
H A DMakefile.lic8 # 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.
29 # from usr/src/pkg/Makefile. The remaining env vars should already
36 # For license files in the open source tree, always copy them from src
39 $(LICROOT)/usr/src/%: $(CODEMGR_WS)/usr/src/%
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.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.
283 #define LE_TO_UINT32(src, off, des) { \
285 des = src[off + 3]; \
287 tmp = src[off + 2]; \
289 tmp = src[off + 1]; \
291 des |= src[off]; \
295 #define UINT32_TO_LE(src, off, des) { \
296 des[off + 0] = 0xff & src; \
297 des[off + 1] = 0xff & (src >>
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/uwb/uwba/
H A Duwba.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.
298 #define LE_TO_UINT32(src, off, des) \
301 des = src[off + 3]; \
303 tmp = src[off + 2]; \
305 tmp = src[off + 1]; \
307 des |= src[off]; \
311 #define UINT32_TO_LE(src, off, des) \
313 des[off + 0] = 0xff & src; \
314 des[off + 1] = 0xff & (src >>
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
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.
70 all: $(PROG).src $(TXTS)
75 $(PROG).src: $(PARTS)
76 @$(CAT) $(PARTS) > $(PROG).src
78 $(ROOTTERMDIR)/s/sun: $(PROG).src
79 TERMINFO=$(ROOTTERMDIR) 2>&1 $(TIC) -v $(PROG).src > errs
81 @-( 2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi terminfo.src|grep -vi touch|grep -vi "working"; \
107 $(RM) $(PROG).src errs
/opensolaris-onvv-gate/usr/src/lib/libctf/common/
H A Dctf_lib.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.
105 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) argument
107 return (zlib.z_uncompress(dst, (ulong_t *)dstlen, src, srclen));
120 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst) argument
122 bcopy(src->e_ident, dst->e_ident, EI_NIDENT);
123 dst->e_type = src->e_type;
124 dst->e_machine = src->e_machine;
125 dst->e_version = src->e_version;
126 dst->e_entry = (Elf64_Addr)src
142 shdr_to_gelf(const Elf32_Shdr *src, GElf_Shdr *dst) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lms/
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.
34 SyncLib/src/EventUnix.o SyncLib/src/RWLock.o \
35 SyncLib/src/SemaphoreUnix.o SyncLib/src/ThreadUnix.o \
45 SYNCLIB_SRCDIR=SyncLib/src
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_list.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.
114 mdb_list_move(mdb_list_t *src, mdb_list_t *dst) argument
116 dst->ml_prev = src->ml_prev;
117 dst->ml_next = src->ml_next;
118 src->ml_prev = NULL;
119 src->ml_next = NULL;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs61 encode_method(pTHX_ encode_t * enc, encpage_t * dir, SV * src,
65 U8 *s = (U8 *) SvPV(src, slen);
118 if (sdone != 0) { /* has src ever been processed ? */
146 utf8n_to_uvuni(s+slen, (SvCUR(src)-slen),
217 s = (U8*)SvPVX(src) + sdone;
230 sdone = SvCUR(src) - (slen+sdone);
232 sv_setpvn(src, (char*)s+slen, sdone);
234 SvCUR_set(src, sdone);
242 if (SvCUR(dst) > SvCUR(src)){
272 Method_decode_xs(obj,src,chec
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c130 ** src -- string
140 mi_inet_pton(family, src, dst)
142 const char *src;
146 strncasecmp(src, "IPv6:", 5) == 0)
147 src += 5;
148 return inet_pton(family, src, dst);

Completed in 201 milliseconds

<<11121314151617181920>>