Searched refs:src (Results 101 - 125 of 437) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.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.
47 andcc %o1, 6, %o5 ! is src 8-byte aligned
49 cmp %o5, 4 ! is src 4-byte aligned
51 cmp %o5, 6 ! src is 2-byte aligned
54 sth %o3, [%g5] ! move 2 bytes to align src
61 .s2algn:lduw [%o1], %o3 ! know src is 4-byte aligned
/osnet-11/usr/src/lib/libc/sparcv9/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.
64 andcc %o1, 3, %o5 ! is src word aligned
66 cmp %o5, 2 ! is src half-word aligned
68 cmp %o5, 3 ! src is byte aligned
71 stb %o3, [%g5] ! move a byte to align src
78 .s2algn:lduh [%o1], %o3 ! know src is 2 byte alinged
99 dec 4, %o3 ! avoid reading beyond tail of src
120 dec 4, %o3 ! avoid reading beyond tail of src
143 dec 4, %o3 ! avoid reading beyond tail of src
[all...]
H A Dstrlcpy.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.
31 * (dstsize being the size of the string buffer dst) from src
32 * to dst, truncating src if necessary. The result is always
33 * null-terminated. The function returns strlen(src). Buffer
36 * if (strlcpy(dst, src, dstsize) >= dstsize)
64 add %i1, %i2, %i3 ! src = src + n
65 andcc %i1, 7, %i4 ! src dword aligned ?
68 sub %i4, 8, %i4 ! bytes until src aligne
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c42 static char * inet_net_ntop_ipv4 __P((const u_char *src, int bits,
44 static char * inet_net_ntop_ipv6 __P((const u_char *src, int bits,
49 * inet_net_ntop(af, src, bits, dst, size)
58 inet_net_ntop(af, src, bits, dst, size)
60 const void *src;
67 return (inet_net_ntop_ipv4(src, bits, dst, size));
69 return (inet_net_ntop_ipv6(src, bits, dst, size));
78 * inet_net_ntop_ipv4(src, bits, dst, size)
90 inet_net_ntop_ipv4(src, bits, dst, size)
91 const u_char *src;
169 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) argument
[all...]
H A Dinet_cidr_ntop.c44 inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size);
46 inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size);
50 * inet_cidr_ntop(af, src, bits, dst, size)
52 * "src"'s size is determined from its "af".
63 inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) { argument
66 return (inet_cidr_ntop_ipv4(src, bits, dst, size));
68 return (inet_cidr_ntop_ipv6(src, bits, dst, size));
76 decoct(const u_char *src, int bytes, char *dst, size_t size) { argument
85 dst += SPRINTF((dst, "%u", *src++));
97 * inet_cidr_ntop_ipv4(src, bit
109 inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) argument
153 inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dbase64.c146 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument
153 input[0] = *src++;
154 input[1] = *src++;
155 input[2] = *src++;
180 input[i] = *src++;
207 src from base - 64 numbers into three 8 bit bytes in the target area.
212 b64_pton(src, target, targsize)
213 char const *src;
223 while ((ch = *src++) != '\0') {
285 ch = *src
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c103 * Expand compressed domain name 'src' to full domain name.
111 dn_expand(const u_char *msg, const u_char *eom, const u_char *src, argument
114 int n = ns_name_uncompress(msg, eom, src, dst, (size_t)dstsiz);
128 dn_comp(const char *src, u_char *dst, int dstsiz, argument
131 return (ns_name_compress(src, dst, (size_t)dstsiz,
279 void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); } argument
280 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } argument
282 u_int32_t _getlong(const u_char *src) { retur argument
283 _getshort(const u_char *src) argument
[all...]
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dldif.h88 int ldif_base64_decode( char *src, unsigned char *dst );
89 int ldif_base64_encode( unsigned char *src, char *dst, int srclen,
91 int ldif_base64_encode_nowrap( unsigned char *src, char *dst, int srclen,
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dxz.c27 grub_decompress_core (void *src, void *dst, unsigned long srcsize, argument
33 find_scratch (src, dst, srcsize, dstsize);
37 buf.in = src;
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.h87 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
93 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
99 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrchr.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.
31 mov 4(%esp), %ecx / src string here
33 mov %ecx, %eax / save src
34 and $3, %ecx / check if src is aligned
37 cmpb %dl, (%eax) / src == char?
39 cmpb $0, (%eax) / src == 0?
41 add $1, %eax / increment src
44 cmpb %dl, (%eax) / src byte contains char?
46 cmpb $0, (%eax) / src byt
[all...]
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dclone.ksh9 # 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.
62 typeset src dst
80 init_zone src "$1"
84 set -A src.new_be_datasets
94 get_active_be src || fail_unavailable "$e_no_active_be"
100 snapshot_zone_rpool src "${dst}_snap%02d" snapname \
104 clone_zone_rpool src dst "$snapname" || fail_fatal "$f_zone_clone"
129 add_svc_tag "${dst.name}" "clone ${src.name}"
/osnet-11/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)); \
/osnet-11/usr/src/lib/libc/port/gen/
H A Dswab.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.
60 * face of the 'restrict' keyword, namely that if src and dest
66 swab(const void *_RESTRICT_KYWD src, void *_RESTRICT_KYWD dest, ssize_t n) argument
68 swab_impl((const char *)src, (char *)dest, n);
/osnet-11/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...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dregex.h39 int re_subs( char *src, char *dst );
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbitmap_scale.h44 struct grub_video_bitmap *src,
/osnet-11/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...]
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com8 # 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 # all of the libxcurses source files are in src/libc
34 # XCURSES source files are in src/libc/xcurses
71 # GEN source files are in src/libc/gen
75 # I18N source files are in src/libc/i18n
79 # MKS source files are in src/libc/mks
85 # STDIO source files are in src/libc/stdio
89 # WIDE source files are in src/libc/wide
96 SRCDIR = ../src
[all...]
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dclone.ksh9 # 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.
69 typeset src dst
95 init_zone src "$1"
105 get_active_be src || fail_unavailable "$e_no_active_be"
111 snapshot_zone_rpool src "${dst}_snap%02d" snapname \
115 clone_zone_rpool src dst "$snapname" || fail_fatal "$f_zone_clone"
/osnet-11/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);
/osnet-11/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...]
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
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.
48 EXAMPLESSRC = $(JAVASRCDIR)/docs/examples/src
106 TargetListModel.class src/SimpleChat.java \
107 src/SimpleChat.manifest src/SwingBrowseListener.java \
108 src/SwingQueryListener.java
119 src/BrowserApp.java src/SwingResolveListener.java \
120 src/SwingDomainListene
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DEditedFiles85 our $ver_dst = "$ws/usr/src/cmd/perl/$ver";
113 my ($src, $dst);
117 $src = "$bld/$pf";
122 $src = "$bld/$pf";
133 if ($src) {
134 $ssrc = $src;
145 if (! $src && $dst) {
151 } elsif ($src && $dst && ! file_cmp($src, $dst)) {
153 system("diff -u $src
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.xs194 SV *src, *dst;
200 src = arg;
202 src = sv_mortalcopy(arg);
203 sv_utf8_upgrade(src);
211 s = (U8*)SvPV(src,srclen);
239 SV *src, *dst;
248 src = arg;
250 src = sv_mortalcopy(arg);
251 sv_utf8_upgrade(src);
254 s = (U8*)SvPV(src, srcle
[all...]

Completed in 107 milliseconds

1234567891011>>