Searched refs:src (Results 426 - 450 of 1056) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c82 static int ldif_base64_encode_internal( unsigned char *src, char *dst, int srclen,
191 * ldif_base64_decode - take the BASE64-encoded characters in "src"
193 * "src" and "dst" can be the same if in-place decoding is desired.
195 * 3 * strlen( src ) / 4 bytes will be produced.
200 * -1 is returned if the BASE64 encoding in "src" is invalid.
204 ldif_base64_decode( char *src, unsigned char *dst ) argument
210 stop = strchr( src, '\0' );
212 for ( p = src, len = 0; p < stop; p += 4, len += 3 ) {
416 * ldif_base64_encode_internal - encode "srclen" bytes in "src", place BASE64
431 ldif_base64_encode_internal( unsigned char *src, cha argument
497 ldif_base64_encode( unsigned char *src, char *dst, int srclen, int lenused ) argument
503 ldif_base64_encode_nowrap( unsigned char *src, char *dst, int srclen, int lenused ) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/
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.
29 LIBCTSMC = ../../../../../src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc
34 LIBBASE = ../../../../../src/lib
/illumos-gate/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);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dpipe.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.
/illumos-gate/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.
/illumos-gate/usr/src/cmd/wall/
H A Dwall.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.
268 * Copy src to destination upto but not including the delim.
273 copy_str_till(char *dst, char *src, char delim, int len) argument
277 while (*src != '\0' && i < len) {
278 if (isspace(*src)) {
280 return (src);
282 if (*src == delim) {
284 return (src);
286 dst[i++] = *src
[all...]
/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.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.
77 xvalconv(uint32_t *dest, uint32_t *src, int len) argument
82 dest [i] = SWAP32(src[i]);
/illumos-gate/usr/src/cmd/pcitool/
H A DMakefile.com7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 UTSBASE = ../../../../src/uts
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh8 * 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.
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.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.
53 gelf_sym_to_elf32(GElf_Sym *src, Elf32_Sym *dst) argument
55 dst->st_name = src->st_name;
56 dst->st_value = src->st_value;
57 dst->st_size = src->st_size;
58 dst->st_info = ELF32_ST_INFO(GELF_ST_BIND(src->st_info),
59 GELF_ST_TYPE(src->st_info));
60 dst->st_other = src->st_other;
61 dst->st_shndx = src
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c228 wchar_t src[32] = HELLO_RU_WCS; local
242 wcs = src;
248 if (wcs != src) {
279 wchar_t src[32] = BAD_WCS; local
290 wcs = src;
308 wchar_t src[32] = HELLO_RU_WCS; local
322 wcs = src;
328 if (wcs != src) {
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_privilege.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.
195 void smb_privset_copy(smb_privset_t *dst, smb_privset_t *src);
196 void smb_privset_merge(smb_privset_t *dst, smb_privset_t *src);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.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.
144 typedef size_t zio_compress_func_t(void *src, void *dst,
146 typedef int zio_decompress_func_t(void *src, void *dst,
149 extern int gzip_decompress(void *src, void *dst,
314 zio_decompress_data(int cpfunc, void *src, uint64_t srcsize, argument
331 return (ci->ci_decompress(src, dest, srcsize, destsize, ci->ci_level));
508 uint64_t *p, *src, pcount __attribute__((unused)), ccount, i; local
511 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);
514 src
535 uint64_t *p, *q, *src, pcnt, ccnt, mask, i; local
587 uint64_t *p, *q, *r, *src, pcnt, ccnt, mask, i; local
950 uint8_t *src; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c88 mecherror_copy(struct mecherror *dest, struct mecherror src) argument
90 *dest = src;
91 dest->mech.elements = malloc(src.mech.length);
93 if (src.mech.length)
98 memcpy(dest->mech.elements, src.mech.elements, src.mech.length);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmkalias.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.
52 void CopyName(char *dst, char *src, int len);
128 CopyName(char *dst, char *src, int len) argument
133 while (*src && len--) {
134 if (isspace(*src))
135 src++;
137 *dst++ = *src++;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.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.
225 static void memscrub_scan(uint_t blks, ms_paddr_t src);
307 struct memlist *src; local
324 for (src = phys_install; src; src = src->ml_next) {
326 (pfn_t)(src->ml_address >> PAGESHIFT),
327 (pgcnt_t)(src
1042 memscrub_scan(uint_t blks, ms_paddr_t src) argument
1358 struct memlist *src, *list, *old_list; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.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.
590 uint64_t *p, *src, pcount, ccount, i; local
593 pcount = rm->rm_col[VDEV_RAIDZ_P].rc_size / sizeof (src[0]);
596 src = rm->rm_col[c].rc_data;
598 ccount = rm->rm_col[c].rc_size / sizeof (src[0]);
602 for (i = 0; i < ccount; i++, src++, p++) {
603 *p = *src;
607 for (i = 0; i < ccount; i++, src++, p++) {
608 *p ^= *src;
617 uint64_t *p, *q, *src, pcnt, ccnt, mask, i; local
669 uint64_t *p, *q, *r, *src, pcnt, ccnt, mask, i; local
752 uint64_t *dst, *src, xcount, ccount, count, i; local
791 uint64_t *dst, *src, xcount, ccount, count, mask, i; local
1217 uint8_t *src; local
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire.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.
448 kstat_copy(const kstat_t *src, kstat_t *dst) argument
450 *dst = *src;
452 if (src->ks_data != NULL) {
453 if ((dst->ks_data = malloc(src->ks_data_size)) == NULL)
455 bcopy(src->ks_data, dst->ks_data, src->ks_data_size);
464 kstat_add(const kstat_t *src, kstat_t *dst) argument
471 return (kstat_copy(src, ds
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.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.
82 static void sdbc_anon_copy(caddr_t src, nsc_size_t len, _sd_cctl_t *dest,
84 static void sdbc_anon_get(_sd_cctl_t *src, nsc_off_t src_off, caddr_t dest,
123 * by "src" begining at index "dest_off" and copy to buffer "dest".
127 * src - pointer to data to copy
132 sdbc_anon_get(_sd_cctl_t *src, nsc_off_t src_off, caddr_t dest, nsc_size_t len) argument
145 src = src->anon_next;
150 bcopy(&src
174 sdbc_anon_copy(caddr_t src, nsc_size_t len, _sd_cctl_t *dest, nsc_off_t dest_off) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.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.
113 mdb_argvec_copy(mdb_argvec_t *dst, const mdb_argvec_t *src) argument
115 if (src->a_nelems > dst->a_size) {
117 mdb_alloc(sizeof (mdb_arg_t) * src->a_nelems, UM_NOSLEEP);
128 dst->a_size = src->a_nelems;
131 bcopy(src->a_data, dst->a_data, sizeof (mdb_arg_t) * src->a_nelems);
132 dst->a_nelems = src->a_nelems;
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.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.
910 in6_addr_t *src; local
929 src = (in6_addr_t *)&qry[1];
930 while (srccnt > 0 && rem >= sizeof (*src)) {
931 rem -= sizeof (*src);
934 inet_ntop(AF_INET6, src, addrstr, INET6_ADDRSTRLEN));
937 src++;
958 in6_addr_t *src; local
986 src
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.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.
312 * Move console messages from src to dst. The time of day isn't known
316 log_conswitch(log_t *src, log_t *dst) argument
323 while ((mp = getq_noenab(src->log_q, 0)) != NULL) {
370 dst->log_overflow = src->log_overflow;
371 src->log_flags = 0;
552 char *src, *dst; local
597 src = (char *)mp2->b_rptr;
598 dst = strstr(src, "FACILITY_AND_PRIORIT
[all...]
/illumos-gate/usr/src/cmd/localedef/
H A DMakefile201 UTF8SRCS = $(UTF_8_LOCALES:%=data/%.UTF-8.src)
323 locale/%.UTF-8/stamp: data/%.UTF-8.src UTF-8.cm \
329 locale/%.ISO8859-1/stamp: data/%.UTF-8.src 8859-1.cm locale $(NPROG)
334 locale/%.ISO8859-2/stamp: data/%.UTF-8.src 8859-2.cm locale $(NPROG)
337 locale/%.ISO8859-5/stamp: data/%.UTF-8.src 8859-5.cm locale $(NPROG)
340 locale/%.ISO8859-7/stamp: data/%.UTF-8.src 8859-7.cm locale $(NPROG)
343 locale/%.ISO8859-6/stamp: data/%.UTF-8.src 8859-6.cm locale $(NPROG)
346 locale/%.ISO8859-9/stamp: data/%.UTF-8.src 8859-9.cm locale $(NPROG)
349 locale/%.ISO8859-11/stamp: data/%.UTF-8.src 8859-11.cm locale $(NPROG)
352 locale/%.ISO8859-13/stamp: data/%.UTF-8.src 885
[all...]

Completed in 209 milliseconds

<<11121314151617181920>>