Searched refs:src (Results 176 - 200 of 437) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c87 grub_cpu_relocator_backward (void *ptr0, void *src, void *dest, argument
91 write_reg (8, (grub_uint32_t) src, &ptr);
99 grub_cpu_relocator_forward (void *ptr0, void *src, void *dest, argument
103 write_reg (8, (grub_uint32_t) src, &ptr);
/osnet-11/usr/src/cmd/sendmail/
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.
31 # src and aux
32 SUBDIRS= cf lib db libsm libsmdb libsmutil .WAIT src aux
/osnet-11/usr/src/cmd/sendmail/libsmdb/
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 INCPATH= -I. -I../src -I../include -I../db
/osnet-11/usr/src/cmd/sendmail/libsmutil/
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.
31 INCPATH= -I. -I../src -I../include
/osnet-11/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c78 static int ldif_base64_encode_internal( unsigned char *src, char *dst, int srclen,
187 * ldif_base64_decode - take the BASE64-encoded characters in "src"
189 * "src" and "dst" can be the same if in-place decoding is desired.
191 * 3 * strlen( src ) / 4 bytes will be produced.
196 * -1 is returned if the BASE64 encoding in "src" is invalid.
200 ldif_base64_decode( char *src, unsigned char *dst ) argument
206 stop = strchr( src, '\0' );
208 for ( p = src, len = 0; p < stop; p += 4, len += 3 ) {
412 * ldif_base64_encode_internal - encode "srclen" bytes in "src", place BASE64
427 ldif_base64_encode_internal( unsigned char *src, cha argument
493 ldif_base64_encode( unsigned char *src, char *dst, int srclen, int lenused ) argument
499 ldif_base64_encode_nowrap( unsigned char *src, char *dst, int srclen, int lenused ) argument
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_xlator.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.
96 const dtrace_typeinfo_t *src, const dtrace_typeinfo_t *dst,
136 dxp->dx_ident->di_ctfp = src->dtt_ctfp;
137 dxp->dx_ident->di_type = src->dtt_type;
186 dxp->dx_src_ctfp = src->dtt_ctfp;
187 dxp->dx_src_type = src->dtt_type;
188 dxp->dx_src_base = ctf_type_resolve(src->dtt_ctfp, src->dtt_type);
256 dt_xlator_lookup(dtrace_hdl_t *dtp, dt_node_t *src, dt_node_ argument
95 dt_xlator_create(dtrace_hdl_t *dtp, const dtrace_typeinfo_t *src, const dtrace_typeinfo_t *dst, const char *name, dt_node_t *members, dt_node_t *nodes) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dutil.c49 map_v4v6_address(const char *src, char *dst) { argument
55 memcpy(tmp, src, NS_INADDRSZ);
/osnet-11/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s13 / You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
19 / file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetnameinfo.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.
50 static const char *_inet_ntop_native(int af, const void *src, char *dst,
358 * and the address pointed by src is a IPv4-mapped IPv6 address, it
363 _inet_ntop_native(int af, const void *src, char *dst, size_t size) argument
369 if (IN6_IS_ADDR_V4MAPPED((struct in6_addr *)src)) {
370 IN6_V4MAPPED_TO_INADDR((struct in6_addr *)src, &src4);
373 result = inet_ntop(AF_INET6, src, dst, size);
376 result = inet_ntop(af, src, dst, size);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dpair.c170 register char *src = pag + ino[i + 1]; local
171 register int zoo = dst - src;
179 #define MOVB *--dst = *--src
196 src -= m;
197 memmove(dst, src, m);
200 *--dst = *--src;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c59 grub_phys_addr_t src; member in struct:grub_relocator_chunk
1168 res->src = target;
1189 if (chunk->target > in_max && chunk->src < *max_addr
1190 && chunk->src < rel->postchunks)
1191 *max_addr = chunk->src;
1193 && chunk->src + chunk->size > *min_addr
1194 && chunk->src < rel->postchunks)
1195 *min_addr = chunk->src + chunk->size;
1234 if (rel->postchunks > chunk->src)
1235 rel->postchunks = chunk->src;
[all...]
/osnet-11/usr/src/lib/libexacct/common/
H A Dexacct_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.
1227 ea_copy_object(const ea_object_t *src) argument
1235 bcopy(src, dst, sizeof (ea_object_t));
1238 switch (src->eo_type) {
1245 switch (src->eo_catalog & EXT_TYPE_MASK) {
1247 if (src->eo_item.ei_string != NULL) {
1249 ea_strdup(src->eo_item.ei_string);
1257 if (src->eo_item.ei_raw != NULL) {
1259 ea_alloc(src
1299 ea_copy_object_tree(const ea_object_t *src) argument
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs26 xs_ea_object_t *src, *dst;
33 src = INT2PTR(xs_ea_object_t *, SvIV(src_sv));
34 PERL_ASSERT(src != NULL);
36 dst->flags = src->flags;
39 if (IS_PLAIN_ITEM(src)) {
40 dst->ea_obj = ea_copy_object_tree(src->ea_obj);
49 } else if (IS_EMBED_ITEM(src)) {
50 dst->ea_obj = ea_copy_object(src->ea_obj);
52 dst->perl_obj = copy_xs_ea_object(src->perl_obj);
66 dst->ea_obj = ea_copy_object(src
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c592 _raw_copy (const PedGeometry* src, PedGeometry* dest, PedTimer* timer) argument
597 PED_ASSERT (src != NULL, goto error);
599 PED_ASSERT (src->length <= dest->length, goto error);
605 if (!ped_device_open (src->dev))
610 for (pos = 0; pos + BUFFER_SIZE < src->length; pos += BUFFER_SIZE) {
611 ped_timer_update (timer, 1.0 * pos / src->length);
612 if (!ped_geometry_read (src, buf, pos, BUFFER_SIZE))
617 if (pos < src->length) {
618 ped_timer_update (timer, 1.0 * pos / src->length);
619 if (!ped_geometry_read (src, bu
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/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.
60 * if src & dst aligned on word boundary but not long word boundary,
62 * if src & dst aligned on long word boundary
64 * if src & dst not aligned and length <= SHORTCHECK (SHORTCHECK=14)
66 * move enough bytes to get src to word boundary
80 * if( src is on long word boundary ) {
82 * finish_long: src/dst aligned on 8 bytes
85 * } else { src/dst aligned; count > MED_MAX
87 * prefetch src dat
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.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.
770 const char *src = authtype; local
771 const char *max = src + mechaliaslen;
773 if (!src || !dst || mechaliaslen == 0)
776 while (*src && src < max - 1)
777 *dst++ = tolower(*src++);
803 const char *src = mechalias; local
805 const char *max = src
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dtr.c114 int src; member in struct:__anon1499
248 * tr->src chars total
260 tr->count = tr->src - peek.dst;
296 * return a tr handle for <src,dst>
300 tropen(unsigned char* src, unsigned char* dst, int flags) argument
331 if (src)
333 setchar(tr, src, 0);
338 error(-1, "src %d '%c'", n, c);
345 tr->src = n;
351 tr->src
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c577 char *src; local
595 src = dst = ret = (string ? string : last);
596 if (src[0] == 0)
599 while (ch = *src) {
601 if (*++src == 0)
605 if (ch == '\\' && src[1] == ':')
606 src++;
607 *dst++ = *src++;
609 last = src;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.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.
360 CK_BYTE_PTR src; local
369 src = pOperationState;
372 bcopy(src, &expected_len, sizeof (int));
381 src += sizeof (int);
384 bcopy(src, &src_ses_state, sizeof (CK_STATE));
387 src += sizeof (CK_STATE);
393 bcopy(src, &tmp_op, sizeof (crypto_active_op_t));
398 src
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtraverse.c346 const char *src; local
349 src = dir_entry->name;
352 if (src[i] == ' ' || src[i] == 0) break;
353 *result++ = src[i];
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1057 struct grub_font_glyph *src, unsigned dx, unsigned dy)
1061 for (i = 0; i < src->height; i++)
1063 src_bit = (src->width * i) % 8;
1064 src_byte = (src->width * i) / 8;
1067 for (j = 0; j < src->width; j++)
1069 target->bitmap[tgt_byte] |= ((src->bitmap[src_byte] << src_bit)
1089 struct grub_font_glyph *src,
1095 for (i = 0; i < src->height; i++)
1097 src_bit = (src->width * i + src
1056 grub_font_blit_glyph(struct grub_font_glyph *target, struct grub_font_glyph *src, unsigned dx, unsigned dy) argument
1088 grub_font_blit_glyph_mirror(struct grub_font_glyph *target, struct grub_font_glyph *src, unsigned dx, unsigned dy) argument
1136 do_blit(struct grub_font_glyph *src, signed dx, signed dy) argument
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/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.
123 andcc %o5, 7, %o0 ! %o0 has src offset
124 bz,a,pn %ncc, .dbcopybc ! if src is aligned to fast mem move
127 .cpy_dbwdbc: ! alignment of src is needed
132 sub %o5, %o0, %o5 ! align the src at 8 bytes.
133 add %o4, %o0, %o4 ! increase difference between src & dst
136 1: sub %o5, 8, %o5 ! subtract 8 from src
146 add %o5, %o0, %o5 ! restore src alignment
147 sub %o4, %o0, %o4 ! restore difference between src
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/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.
88 * if src & dst aligned on word boundary but not long word boundary,
90 * if src & dst aligned on long word boundary
92 * if src & dst not aligned and length <= 14
94 * move enough bytes to get src to word boundary
108 * if( src is on long word boundary ) {
110 * finish_long: src/dst aligned on 8 bytes
113 * } else { src/dst aligned; count > 512
115 * src alignment
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dethernet.c34 grub_uint8_t src[6]; member in struct:etherhdr
67 grub_memcpy (eth->src, inf->hwaddress.mac, 6);
118 grub_memcpy (src_hwaddress.mac, eth->src, sizeof (src_hwaddress.mac));
/osnet-11/usr/src/cmd/sendmail/aux/
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.
54 INCPATH= -I../src -I../db -I../include
70 convtime.o: ../src/convtime.c
71 $(COMPILE.c) ../src/convtime.c

Completed in 168 milliseconds

1234567891011>>