Searched refs:src (Results 151 - 175 of 437) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c25 while (length($src))
27 my $size = $count($src);
28 my $in_seq = substr($src,0,$size,'');
56 while (length($src))
58 my $byte = $substr($src,0,1,'');
95 do_encode(encpage_t * enc, const U8 * src, STRLEN * slen, U8 * dst, argument
98 const U8 *s = src;
155 *slen = last - src;
/osnet-11/usr/src/lib/libumem/common/
H A Dvmem_stand.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 stand_parent_alloc(vmem_t *src, size_t size, int vmflags) argument
113 if ((ret = vmem_alloc(src, size, VM_NOSLEEP)) != NULL) {
135 if ((ret = _vmem_extend_alloc(src, sr->sr_curtop, chksize, size,
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator.c83 grub_cpu_relocator_backward (void *ptr0, void *src, void *dest, argument
87 write_reg (8, (grub_uint32_t) src, &ptr);
95 grub_cpu_relocator_forward (void *ptr0, void *src, void *dest, argument
99 write_reg (8, (grub_uint32_t) src, &ptr);
/osnet-11/usr/src/grub/grub2/include/grub/net/
H A Dudp.h26 grub_uint16_t src; member in struct:udphdr
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dip.h18 in_addr src; member in struct:iphdr
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dframeset.cgi37 <frame src="$script_name/query" name="query">
38 <frame src="$script_name/response" name="response">
/osnet-11/usr/src/lib/libxcurses2/
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
32 # XCURSES source files are in src/libc/xcurses
69 # MKS source files are in src/libc/mks
72 # WIDE source files are in src/libc/wide
78 SRCDIR = ../src
80 SRCS= $(XCURSES:%.o=../src/libc/xcurses/%.c) \
81 $(MKS:%.o=../src/libc/mks/%.c) \
82 $(WIDE:%.o=../src/lib
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_stat.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.
44 stat64_32_to_n(struct stat64_32 *src, struct stat *dest) argument
47 dest->st_dev = DEVEXPL(src->st_dev);
48 dest->st_ino = (ino_t)src->st_ino;
49 dest->st_mode = (mode_t)src->st_mode;
50 dest->st_nlink = (nlink_t)src->st_nlink;
51 dest->st_uid = (uid_t)src->st_uid;
52 dest->st_gid = (gid_t)src->st_gid;
53 dest->st_rdev = DEVEXPL(src
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.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.
157 struct nss_src_state *src; /* Pointer to array[max_src] */ member in struct:nss_db_state
940 struct nss_src_state *src = &s->src[n_src]; local
945 if (src->n_dormant > 0) {
946 src->n_dormant--;
947 src->n_active++;
949 be = src->dormant.single;
951 be = src
1018 struct nss_src_state *src = &s->src[n_src]; local
1156 _nss_src_state_destr(struct nss_src_state *src, int max_dormant) argument
[all...]
H A Dgetutx.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.
138 utmpx_frec2api(const struct futmpx *src, struct utmpx *dst) argument
140 if (src == NULL)
143 (void) strncpy(dst->ut_user, src->ut_user, sizeof (dst->ut_user));
144 (void) strncpy(dst->ut_line, src->ut_line, sizeof (dst->ut_line));
145 (void) memcpy(dst->ut_id, src->ut_id, sizeof (dst->ut_id));
146 dst->ut_pid = src->ut_pid;
147 dst->ut_type = src->ut_type;
148 dst->ut_exit.e_termination = src
159 utmpx_api2frec(const struct utmpx *src, struct futmpx *dst) argument
[all...]
/osnet-11/usr/src/lib/libproc/amd64/
H A DPisadep.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.
210 const greg32_t *src = &uc->uc_mcontext.gregs[0]; local
212 dst[REG_DS] = (uint16_t)src[DS];
213 dst[REG_ES] = (uint16_t)src[ES];
215 dst[REG_GS] = (uint16_t)src[GS];
216 dst[REG_FS] = (uint16_t)src[FS];
217 dst[REG_SS] = (uint16_t)src[SS];
218 dst[REG_RSP] = (uint32_t)src[UESP];
219 dst[REG_RFL] = src[EF
364 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) argument
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_privilege.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.
265 * Copy privleges information specified by 'src' to the
269 smb_privset_copy(smb_privset_t *dst, smb_privset_t *src) argument
271 if (src == 0 || dst == 0)
274 (void) memcpy(dst, src, smb_privset_size());
280 * Enable the privileges that are enabled in src in dst
283 smb_privset_merge(smb_privset_t *dst, smb_privset_t *src) argument
287 if (src == NULL || dst == NULL)
290 for (i = 0; i < src
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_errmap.c89 mecherror_copy(struct mecherror *dest, struct mecherror src) argument
92 if (src.mech.length == 0 || src.mech.elements == NULL)
95 *dest = src;
96 dest->mech.elements = malloc(src.mech.length);
98 if (src.mech.length)
103 memcpy(dest->mech.elements, src.mech.elements, src.mech.length);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h92 memcpy (void *dest, const void *src, grub_size_t n) argument
94 return grub_memcpy (dest, src, n);
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaEnc.h77 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
91 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
/osnet-11/usr/src/grub/grub2/include/grub/
H A Drelocator_private.h37 void grub_cpu_relocator_forward (void *rels, void *src, void *tgt,
39 void grub_cpu_relocator_backward (void *rels, void *src, void *tgt,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm73 =item eqtime src dst
75 Sets modified time of dst to that of src
81 my ($src,$dst) = @ARGV;
83 utime((stat($src))[8,9],$dst);
144 foreach my $src (@ARGV) {
145 move($src,$dst);
160 foreach my $src (@ARGV) {
161 copy($src,$dst);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c54 * @src:
61 static __inline__ void ntfs_rl_mm(runlist_element *base, int dst, int src, argument
64 if ((dst != src) && (size > 0))
65 memmove(base + dst, base + src, size * sizeof(*base));
73 * @src:
81 runlist_element *srcbase, int src, int size)
84 memcpy(dstbase + dst, srcbase + src, size * sizeof(*dstbase));
116 * @src: new runlist to test for mergeability with @dst
125 runlist_element *src)
127 if (!dst || !src) {
80 ntfs_rl_mc(runlist_element *dstbase, int dst, runlist_element *srcbase, int src, int size) argument
124 ntfs_rl_are_mergeable(runlist_element *dst, runlist_element *src) argument
159 __ntfs_rl_merge(runlist_element *dst, runlist_element *src) argument
185 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
252 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
348 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
435 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
1910 runlist_element *src; local
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.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 sub %o1, %o0, %o3 ! src - dst
73 ldub [%o2 + %o3], %o5 ! src[0]
74 tst %o5 ! src[0] == 0 ?
75 stb %o5, [%o2] ! dst[0] = src[0]
77 inc %o2 ! src++, dst++
83 lduh [%o2 + %o3], %o5 ! load src halfword
91 add %o2, 2, %o2 ! src += 2
97 lduw [%o2 + %o3], %o5 ! load src wor
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.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.
450 generic_attr_t *new_attrs, *src, *dst; local
458 src = src_attrs + i;
461 *dst = *src;
463 /* Adjust pointers in dst so that they don't point to src. */
465 if (src->isMalloced) {
467 malloc(src->attribute.ulValueLen);
478 } else if (src->attribute.pValue == &src
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h265 (__LZO_CDECL *lzo_compress_t) ( const lzo_bytep src, lzo_uint src_len,
270 (__LZO_CDECL *lzo_decompress_t) ( const lzo_bytep src, lzo_uint src_len,
275 (__LZO_CDECL *lzo_optimize_t) ( lzo_bytep src, lzo_uint src_len,
280 (__LZO_CDECL *lzo_compress_dict_t)(const lzo_bytep src, lzo_uint src_len,
286 (__LZO_CDECL *lzo_decompress_dict_t)(const lzo_bytep src, lzo_uint src_len,
375 lzo_memcpy(lzo_voidp dst, const lzo_voidp src, lzo_uint len);
377 lzo_memmove(lzo_voidp dst, const lzo_voidp src, lzo_uint len);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c192 smbfs_simplecrypt(char *dst, const char *src) argument
200 while (*src) {
201 ch = *src++;
214 smbfs_simpledecrypt(char *dst, const char *src) argument
219 if (strncmp(src, "$$1", 3) != 0)
221 src += 3;
222 len = strlen(src);
229 hexval[0] = *src++;
230 hexval[1] = *src++;
294 smbfs_nls_str_upper(char *dst, const char *src) argument
[all...]
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_crypt.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.
73 #define COPY8(src, dst) { \
75 char *b = (char *)src; \
83 #define DESCOPY(src, dst, len) { \
85 char *b = (char *)src; \
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes.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.
74 #define COPY8(src, dst) { \
76 char *b = (char *)src; \
84 #define DESCOPY(src, dst, len) { \
86 char *b = (char *)src; \
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dphandle.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.
56 my_nodeid_t *src = s; local
58 return ((src->node) == (dest->node));
64 my_nodeid_t *src = s; local
66 return ((src->my_handle) == (dest->my_handle));

Completed in 131 milliseconds

1234567891011>>