Searched defs:src (Results 201 - 216 of 216) sorted by relevance

123456789

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.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.
1761 smb_ads_escape_search_filter_chars(const char *src, char *dst, size_t dst_len) argument
1765 if (src == NULL || dst == NULL)
1768 while (*src) {
1774 switch (*src) {
1787 *dst++ = *src++;
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.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.
1663 void *dest, *src; local
1669 src = (void *)POP(DS);
1671 memmove(dest, src, len);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h772 bitset_copy (bitset_t dest, const bitset_t src)
774 memcpy (dest, src, sizeof (bitset_t));
790 bitset_merge (bitset_t dest, const bitset_t src)
794 dest[bitset_i] |= src[bitset_i];
798 bitset_mask (bitset_t dest, const bitset_t src)
802 dest[bitset_i] &= src[bitset_i];
771 bitset_copy(bitset_t dest, const bitset_t src) argument
789 bitset_merge(bitset_t dest, const bitset_t src) argument
797 bitset_mask(bitset_t dest, const bitset_t src) argument
H A Dregexec.c126 re_dfastate_t **src, Idx num)
1781 re_dfastate_t **src, Idx num)
1788 dst[st_idx] = src[st_idx];
1789 else if (src[st_idx] != NULL)
1793 &src[st_idx]->nodes);
1956 <src> <dst> ( <subexp> )
1957 ( <subexp> ) <src> <dst>
1958 ( <subexp1> <src> <subexp2> <dst> <subexp3> ) */
1777 merge_state_array(const re_dfa_t *dfa, re_dfastate_t **dst, re_dfastate_t **src, Idx num) argument
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c5583 int src = -1, dst = -1; local
5594 src = safeopen((char *)source, O_RDONLY, 0, sff);
5595 if (src < 0)
5599 if (fstat(src, &st) < 0)
5611 while ((readlen = read(src, &buf, sizeof(buf))) > 0)
5631 if (close(src) < 0)
5633 src = -1;
5636 src = -1;
5650 if (src >= 0)
5651 (void) close(src);
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmpi.c3220 mp_digit *src, *dst; local
3235 src = dst + p;
3237 *dst++ = *src++;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1417 static void copy_clusters(ntfs_resize_t *resize, s64 dest, s64 src, s64 len) argument
1425 lseek_to_cluster(vol, src + i);
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.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.
817 uint16_t boot_num = bootopt, *boot_order, src, dst; local
847 for (src = 0, dst = 0; src < num_entries; src++) {
848 if (boot_order[src] == boot_num) {
851 boot_order[dst++] = boot_order[src];
875 uint16_t boot_num = bootopt, *boot_order, src; local
903 for (src
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.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.
117 zprop_source_t *src)
135 if (src)
136 *src = source;
142 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) argument
174 if (src)
175 *src = source;
216 zprop_source_t src = ZPROP_SRC_NONE; local
233 intval = zpool_get_prop_int(zhp, prop, &src);
116 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) argument
[all...]
H A Dlibzfs_dataset.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.
65 zprop_source_t *src, char **source, uint64_t *val,
2817 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, argument
2907 if (src)
2908 *src = ZPROP_SRC_TEMPORARY;
2915 if (src)
2916 *src = ZPROP_SRC_TEMPORARY;
3166 * src - where the source type will be returned (can be NULL)
3168 * or default values are derived (must be NULL if src i
3188 zfs_prop_get_impl(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, getflags_t flags, boolean_t *is_overridden) argument
3812 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
3823 zfs_zprop_get(zfs_handle_t *zhp, const zpropdef_t *zpd, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
4047 zfs_prop_get_persistent(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal, boolean_t *is_overridden) argument
4060 zfs_prop_get_unaliased(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen) argument
4113 zfs_prop_get_numeric(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t *value, zprop_source_t *src, char *statbuf, size_t statlen) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c2155 static void LzmaEnc_SetInputBuf(CLzmaEnc *p, const Byte *src, SizeT srcLen) argument
2158 p->seqBufInStream.data = src;
2162 SRes LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, argument
2166 LzmaEnc_SetInputBuf(p, src, srcLen);
2314 SRes LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, argument
2322 LzmaEnc_SetInputBuf(p, src, srcLen);
2339 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, argument
2353 res = LzmaEnc_MemEncode(p, dest, destLen, src, srcLen,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c4405 register regnode *src; local
4417 src = RExC_emit;
4420 while (src > opnd) {
4421 StructCopy(--src, --dst, regnode);
4429 src - RExC_emit_start,
4432 Set_Node_Offset_To_R(dst-RExC_emit_start, Node_Offset(src));
4433 Set_Node_Length_To_R(dst-RExC_emit_start, Node_Length(src));
4452 src = NEXTOPER(place);
4454 Zero(src, offset, regnode);
H A Dtoke.c1489 U8 *src, *dst; local
1491 src = (U8 *)d - 1;
1492 dst = src+hicount;
1494 while (src >= (U8 *)SvPVX(sv)) {
1495 if (!NATIVE_IS_INVARIANT(*src)) {
1496 U8 ch = NATIVE_TO_ASCII(*src);
1501 *dst-- = *src;
1503 src--;
H A Dsv.c6867 Perl_newSVpvn_share(pTHX_ const char *src, I32 len, U32 hash) argument
6875 src = (char*)bytes_from_utf8((U8*)src, &tmplen, &is_utf8);
6879 PERL_HASH(hash, src, len);
6882 SvPVX(sv) = sharepvn(src, is_utf8?-len:len, hash);
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.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.
3705 snaplevel_next(const scf_datael_t *src, scf_snaplevel_t *dst_arg) argument
3707 scf_handle_t *h = src->rd_handle;
3717 if (src == &dst->rd_d) {
3723 request.rpr_entity_src = src->rd_entity;
3726 datael_finish_reset(src);
4138 _scf_snapshot_attach(scf_snapshot_t *src, scf_snapshot_t *dest) argument
4147 if (h != src->rd_d.rd_handle)
4152 request.rpr_entityid_src = src
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.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.
2126 char *src)
2137 src);
2160 if (strcmp(fixed_val, src) == 0)
2167 newattr = xmlNewProp(node, attrname, (xmlChar *)src);
9577 xmlNodePtr src; local
9582 for (src = cur->xmlChildrenNode; src != NULL; src
2125 newprop(zone_dochandle_t handle, xmlNodePtr node, const xmlChar *attrname, char *src) argument
9598 xmlNodePtr src; local
[all...]

Completed in 162 milliseconds

123456789