Searched refs:src (Results 201 - 225 of 437) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader175 my @src = @_;
179 } @src;
180 return join(" ",@src) eq join(" ",@dec) ? @dec : getCanonList(@dec);
181 # condition @src == @dec is not ok.
185 my @src = @_;
189 } @src;
190 return join(" ",@src) eq join(" ",@dec) ? @dec : getCompatList(@dec);
191 # condition @src == @dec is not ok.
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
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.
45 leal -1(%esi,%ecx),%edx / %edx = src + size - 1
46 jbe .memcpy_post / jump if dst <= src
48 jbe .CopyLeft / jump if dst <= src + size - 1
230 / because of overlap between src and dst. This is not particularly optimized.
237 movl %edx,%esi / src = src + size - 1
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlen.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.
63 andcc %o0, 3, %o4 ! is src word aligned
67 cmp %o4, 2 ! is src half-word aligned
74 cmp %o4, 3 ! src is byte aligned
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlen.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.
63 andcc %o0, 3, %o4 ! is src word aligned
67 cmp %o4, 2 ! is src half-word aligned
74 cmp %o4, 3 ! src is byte aligned
/osnet-11/usr/src/lib/libcommputil/common/
H A Dcommp_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.
176 commp_add_str(char **dest, const char *src, int len) argument
183 (void) strncpy(*dest, src, len);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c425 ptrdiff_t src = (ptrdiff_t)pos - (ptrdiff_t)dicPos; local
429 *(dest) = (Byte)*(dest + src);
755 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, argument
771 p->tempBuf[p->tempBufSize++] = *src++;
814 int dummyRes = LzmaDec_TryDummy(p, src, inSize);
817 memcpy(p->tempBuf, src, inSize);
828 bufLimit = src;
831 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX;
832 p->buf = src;
835 processed = p->buf - src;
876 LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) argument
1005 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp.c46 const grub_net_network_level_address_t *src)
110 err = grub_net_send_ip_packet (inf, src, ll_src,
43 grub_net_recv_icmp_packet(struct grub_net_buff *nb, struct grub_net_network_level_interface *inf, const grub_net_link_level_address_t *ll_src, const grub_net_network_level_address_t *src) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c624 void *src; local
647 src = bi = GETBINTERNAL(h, nxt);
652 src = bl = GETBLEAF(h, nxt);
657 src = GETRINTERNAL(h, nxt);
662 src = rl = GETRLEAF(h, nxt);
687 memmove((char *)l + l->upper, src, nbytes);
744 src = bi = GETBINTERNAL(h, nxt);
748 src = bl = GETBLEAF(h, nxt);
752 src = GETRINTERNAL(h, nxt);
756 src
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c110 const grub_uint8_t *src, grub_size_t srcsize,
118 *srcend = src;
125 if (!grub_utf8_process (*src++, &code, &count))
131 src--;
153 *srcend = src;
206 grub_ucs4_to_utf8 (const grub_uint32_t *src, grub_size_t size, argument
214 grub_uint32_t code = *src++;
231 grub_ucs4_to_utf8_alloc (const grub_uint32_t *src, grub_size_t size) argument
239 ptr = src;
263 grub_ucs4_to_utf8 (src, siz
109 grub_utf8_to_utf16(grub_uint16_t *dest, grub_size_t destsize, const grub_uint8_t *src, grub_size_t srcsize, const grub_uint8_t **srcend) argument
269 grub_is_valid_utf8(const grub_uint8_t *src, grub_size_t srcsize) argument
318 grub_utf8_to_ucs4(grub_uint32_t *dest, grub_size_t destsize, const grub_uint8_t *src, grub_size_t srcsize, const grub_uint8_t **srcend) argument
[all...]
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.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.
931 FILE *src; local
965 if ((src = fopen(SHADOW, "rF")) == NULL) {
976 while (fgetspent_r(src, &cur, buf, sizeof (buf)) != NULL) {
985 (void) fclose(src);
991 (void) fclose(src);
1036 FILE *src, *dst; local
1058 if ((src = fopen(PASSWD, "rF")) == NULL) {
1069 while (fgetpwent_r(src,
1169 FILE *src; /* history database file */ local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.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.
216 remove_ldap(char *dst, char *src, int dst_buf_len) argument
220 if (strlen(src) >= dst_buf_len)
223 while (*src != '\0') {
225 if (isspace(*src)) {
226 dst[i++] = *src;
227 while (isspace(*src))
228 src++;
232 if (strncmp(src, "lda
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/
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.
28 UTSBASE = ../../../../../src/uts
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/
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 UTSBASE = ../../../../../src/uts
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/
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 UTSBASE = ../../../../../src/uts
/osnet-11/usr/src/lib/libdhcpsvc/modules/util/
H A Dutil.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.
259 uint8_t *dst, *src; local
272 src = (uint8_t *)srcraw;
275 b1 = src[i];
276 b2 = src[len - i - 1];
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator.c128 grub_cpu_relocator_backward (void *ptr, void *src, void *dest, argument
132 grub_relocator_backward_src = src;
141 grub_cpu_relocator_forward (void *ptr, void *src, void *dest, argument
145 grub_relocator_forward_src = src;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h78 extern int do_encode(encpage_t *enc, const U8 *src, STRLEN *slen,
97 #define ENCODE_LEAVE_SRC 0x0008 /* $src updated unless set */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D29a_upcopy.t100 my ($src, $dst, $len) = @_;
123 substr($expected, $dst, $len) = substr($expected, $src, $len);
125 substr($expected, $dst) = substr($expected, $src);
130 my $a_retval = eval { alarm(5) unless $^P; $o->_upcopy($src, $dst, $len) };
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.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.
39 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
45 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/osnet-11/usr/src/lib/libsqlite/
H A DMakefile15 SRCDIR= src
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_lib.c406 pkinit_copy_krb5_octet_data(krb5_octet_data *dst, const krb5_octet_data *src) argument
408 if (dst == NULL || src == NULL)
410 if (src->data == NULL) {
415 dst->data = malloc(src->length);
418 memcpy(dst->data, src->data, src->length);
419 dst->length = src->length;
/osnet-11/usr/src/lib/libparted/common/libparted/cs/
H A Dgeom.c453 * This function takes a \p sector inside the region described by src, and
457 * ped_geometry_read (dst, buf, ped_geometry_map(dst, src, sector), 1)
463 * ped_geometry_read (src, buf, sector, 1)
466 * Clearly, this will only work if \p src and \p dst overlap.
473 ped_geometry_map (const PedGeometry* dst, const PedGeometry* src, argument
479 PED_ASSERT (src != NULL, return 0);
481 if (!ped_geometry_test_sector_inside (src, sector))
483 if (dst->dev != src->dev)
486 result = src->start + sector - dst->start;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dstab.c306 ** src -- source class.
314 copy_class(src, dst)
315 int src;
321 src = bitidx(src);
328 bitnset(src, s->s_class))
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.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.
115 static int wdsheader(struct dm_buf *, char *src, char *device,
254 char *src, *dst; local
482 src = srcdev.dirname;
485 if (chdir(src)) {
487 logerr(pkg_gt(MSG_CHDIR), src); local
496 xpkg = pkg = gpkglist(src, pkg, NULL);
499 logerr(pkg_gt(MSG_NOPKGS), src); local
529 if ((hdr = genheader(src, ods_nam
770 genheader(char *src, char *device, char **pkg) argument
931 wdsheader(struct dm_buf *hdr, char *src, char *device, char **pkg, PKCS7 *sig) argument
1200 char *pt, *src, *dst; local
1695 char *src; local
1869 char *src; local
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.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.
2159 pool_exec_query(const pool_conf_t *conf, const pool_elem_t *src, argument
2162 return (conf->pc_prov->pc_exec_query(conf, src, src_attr, classes,
2245 choose_components(pool_resource_t *src, pool_resource_t *dst, uint64_t size) argument
2250 pool_conf_t *conf = TO_CONF(TO_ELEM(src));
2255 * Get the component list from our src component.
2257 if ((components = pool_query_resource_components(conf, src, &ncomponent,
2271 if (pool_resource_xtransfer(conf, src, dst, moved) ==
2285 if (pool_resource_xtransfer(conf, src, ds
2308 setup_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size, uint64_t *src_size, uint64_t *tgt_size) argument
2371 pool_resource_transfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, uint64_t size) argument
2413 pool_resource_xtransfer(pool_conf_t *conf, pool_resource_t *src, pool_resource_t *tgt, pool_component_t **rl) argument
[all...]

Completed in 100 milliseconds

1234567891011>>