Searched refs:src (Results 601 - 625 of 1056) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.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.
1536 char *p, *src = name, *dst = buf; local
1546 while (*src) {
1547 if ((numbytes = smb_mbtowc(&wc, src, MTS_MB_CHAR_MAX)) < 0)
1553 p = src;
1567 src += numbytes;
1593 char *src = name, *dst = buf; local
1602 while (*src) {
1603 if (smb_isascii(*src)) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c542 char *host, *src, *suser, *thost, *tuser; local
568 src = colon(argv[i]);
569 if (src) { /* remote to remote */
570 *src++ = 0;
571 if (*src == 0)
572 src = ".";
588 suser, "-n", cmd, src, bp, (char *)NULL);
595 src, bp, (char *)NULL);
793 char *host, *src, *suser, *lhost; local
802 if (!(src
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1124 disjoint_members(src, dest)
1125 char **src;
1131 if (src == NULL || dest == NULL)
1135 for (i=0;src[i]; ++i)
1157 for (i=0; src[i]; ++i) {
1162 if (strcasecmp(src[i], dest[j]) == 0) {
1168 free (src[i]);
1169 src[i] = src[slen];
1170 src[sle
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c978 int src; /* The index of the match being considered */ local
1001 for(src=dst=1; src<nmatch; src++) {
1002 CplMatch *match = matches + src;
1005 if(src != dst)
H A Dhash.c514 const char *src = name; local
516 for( ; *src; src++,dst++)
517 *dst = tolower(*src);
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.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.
722 kstat_copy(kstat_t *src, kstat_t *dst, int fr) argument
727 *dst = *src;
728 if (src->ks_data != NULL) {
729 safe_zalloc(&dst->ks_data, src->ks_data_size, 0);
730 (void) memcpy(dst->ks_data, src->ks_data, src->ks_data_size);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.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.
670 kstat_copy(const kstat_t *src, kstat_t *dst) argument
672 *dst = *src;
674 if (src->ks_data != NULL) {
675 if ((dst->ks_data = malloc(src->ks_data_size)) == NULL)
677 bcopy(src->ks_data, dst->ks_data, src->ks_data_size);
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.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.
680 xcp(char *dst, char *src, off_t size) argument
689 if (dst == NULL || src == NULL)
692 if ((fd_in = open(src, O_RDONLY)) < 0)
693 die(EMSG_OPEN, src);
700 die(EMSG_MMAP, src);
711 die(EMSG_MMAP, src);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_sadb.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.
97 ipsec_getassocbyconn(isaf_t *bucket, ip_xmit_attr_t *ixa, uint32_t *src, argument
123 * there are valid inner src and destination addresses to compare.
178 * - inner src
213 if (!IPSA_ARE_ADDR_EQUAL(src, retval->ipsa_srcaddr, af) &&
334 * (Keep in mind known-src SAs are hit before zero-src SAs,
452 * From now on, only this src, dst[ports, addr],
477 IPSA_COPY_ADDR(retval->ipsa_srcaddr, src, a
510 ipsec_getassocbyspi(isaf_t *bucket, uint32_t spi, uint32_t *src, uint32_t *dst, sa_family_t af) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c208 static struct hostmap *nat6_hostmap(np, src, dst, map, port, ifs)
210 i6addr_t *src, *dst, *map;
217 hv = (src->i6[3] ^ dst->i6[3]);
218 hv += (src->i6[2] ^ dst->i6[2]);
219 hv += (src->i6[1] ^ dst->i6[1]);
220 hv += (src->i6[0] ^ dst->i6[0]);
221 hv += src->i6[3];
222 hv += src->i6[2];
223 hv += src->i6[1];
224 hv += src
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c625 uint64_t *src, *dst; local
633 src = (uint64_t *)(addr + frag_off);
636 "src: %p dst: %p copied: %d", src, dst, copied);
642 uncongested |= ~(*src) & *dst;
643 *dst++ = *src++;
648 "src: %p dst: %p copied: %d", src, dst, copied);
H A Dmessage.c203 uint8_t *src = hdr->h_exthdr; local
215 ext_type = src[offset++];
226 (void) memcpy(buf, src + offset, *buflen);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1399 grub_memcpy(void *dest, const void *src, int len) argument
1402 register char *d = (char*)dest, *s = (char*)src;
1461 grub_strcpy (char *dest, const char *src) argument
1463 grub_memmove (dest, src, grub_strlen (src) + 1);
1471 void *memcpy (void *dest, const void *src, int n) __attribute__ ((alias ("grub_memmove")));
/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c585 * dst - the stack to receive the certs from 'src'
586 * src - the stack whose certs are to be moved.
593 move_certs(STACK_OF(X509) *dst, STACK_OF(X509) *src)
598 while (sk_X509_num(src) > 0) {
599 tmpc = sk_X509_delete(src, 0);
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.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.
459 xfer(dest, src, len, max)
460 char *dest, *src;
473 memcpy(dest, src, (int)len);
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.h156 const void *src = ATAddress::saInAddr(ip, asize); local
157 if (NULL == src) {
160 return inet_ntop(ip->sa_family, src, buf, buflen);
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.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.
97 * Copies len bytes from src to dst such that dst contains the bytes
98 * from src in reverse order.
106 uint8_t *src = (uint8_t *)srcbuf; local
110 src += len;
113 *dst++ = *(--src);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_auth.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.
95 smb_auth_qnd_unicode(smb_wchar_t *dst, const char *src, int length) argument
101 if ((count = oemtoucs(dst, src, length, OEM_CPG_1252)) == 0) {
103 new_char = (smb_wchar_t)src[i] & 0xff;
/illumos-gate/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.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.
99 #define m_cp(src, dest, ssb, flags) (M_CP_NOOP)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument
370 if (src == NULL) {
373 if (src == NULL|| net_data == NULL) {
401 IN6_IS_ADDR_V4COMPAT((const struct in6_addr *)src)) ||
403 IN6_IS_ADDR_V4MAPPED((const struct in6_addr *)src)) ||
405 const char *cp = src;
421 memcpy(he1->h_addr, src, len);
428 if (memcmp((const struct in6_addr *)src, &in6addr_any, 16) == 0) {
433 he1 = gethostbyaddr_p(src, 16, AF_INET6, net_data);
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.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.
854 const char *src; local
876 for (dst = path, dst--, src = name; *src; src++)
877 *++dst = *src;
904 for (_dst = dst, src = file, file = dst; *src; _dst++, src
[all...]
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.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.
188 int16_t *src, *dst; local
193 src = sample_buf;
208 ? *src : 0;
212 src += 2;
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.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.
314 cpykeybuf3(keybuf3 *src) argument
318 if (src == NULL) {
321 if ((dst = getkeybuf3(src->keybuf3_len)) == NULL) {
324 memcpy(dst->keybuf3_val, src->keybuf3_val, src->keybuf3_len);
330 setkeybuf3(char *src, int len) argument
337 memcpy(dst->keybuf3_val, src, len);
356 storekeybuf3(keybuf3 *dst, keybuf3 *src) argument
403 cpydeskeyarray(deskeyarray *src) argument
420 storedeskeyarray(deskeyarray *dst, deskeyarray *src) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.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.
519 const char *src; local
542 for (dst = path, src = dname; *src; dst++, src++)
543 *dst = *src;
567 for (_dst = dst, src = file, file = dst; *src; _dst++, src
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.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.
936 backend_do_copy(const char *src, int srcfd, const char *dst, argument
952 "at offset %d: %s\n", src, r_off, strerror(errno));
1012 const char *src; local
1052 src = be->be_checkpoint;
1056 src = be->be_path;
1059 if (!backend_check_backup_needed(src, finalpath)) {
1100 infd = open(src, O_RDONLY);
1103 src, strerro
1490 backend_copy_repository(const char *src, const char *dst, int remove_src) argument
[all...]

Completed in 149 milliseconds

<<21222324252627282930>>