Searched refs:src (Results 226 - 250 of 1259) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/
H A DHZ.pm65 my ($obj, undef, $src, $pos, $trm, $chk) = @_;
74 substr($src, 0, $pos) = '';
76 my $ini_len = bytes::length($src);
79 # XXX: Is better C<$src =~ s/^\x7E// or die if ...>?
80 $src =~ s/^\x7E// if $trm eq "\x7E";
82 while (length $src) {
85 if ($src =~ s/^([\x00-\x7D\x7F])//) { # no '~' => ASCII
88 elsif ($src =~ s/^\x7E\x7E//) { # escaped tilde
91 elsif ($src =~ s/^\x7E\cJ//) { # '\cJ' == LF in ASCII
94 elsif ($src
[all...]
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c52 ns_format_ttl(u_long src, char *dst, size_t dstlen) { argument
57 secs = src % 60; src /= 60;
58 mins = src % 60; src /= 60;
59 hours = src % 24; src /= 24;
60 days = src % 7; src /= 7;
61 weeks = src; sr
97 ns_parse_ttl(const char *src, u_long *dst) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/
H A DMakefile.demo8 # 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.
57 src/cpvprint.sh \
58 src/crawlsrccomments.sh \
59 src/filemutexdemo1.sh \
60 src/filetree1.sh \
61 src/gnaw.sh \
62 src/mandelbrotset1.sh \
63 src/multifollow.sh \
64 src/numtree
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
51 while read src dest
53 [ "$src" = /dev/null ] && continue
95 line_count=`wc -l $src | awk '{ print $1}'`
97 grep "driver_names" $src > /dev/null
102 # - $src should contain only one line.
103 # - If syntax of $src is correct, append the package
107 echo "$0: Syntax Error - $src for $PKGINST."
111 echo "$pkg_start `cat $src`" >>
[all...]
H A Di.kmfconf11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
40 while read src dest
42 [ "$src" = /dev/null ] && continue
85 line_count=`wc -l $src | awk '{ print $1}'`
86 file_count=`grep ":modulepath=" $src | wc -l`
89 echo "$0: Syntax Error - $src for $PKGINST."
94 cat $src >> $tmpfile || error=yes
H A Di.pkcs11conf12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
42 while read src dest
44 [ "$src" = /dev/null ] && continue
86 line_count=`wc -l $src | awk '{ print $1}'`
87 file_count=`grep "^/" $src | wc -l`
91 echo "$0: Syntax Error - $src for $PKGINST."
96 cat $src >> $tmpfile || error=yes
/opensolaris-onvv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c56 static const char *http_copy_decode(char *dst, const char *src,
330 const char *src, /* I - Source pointer */
340 * Copy the src to the destination until we hit a terminating character
344 for (ptr = dst, end = dst + dstsize - 1; *src && !strchr(term, *src); src ++)
347 if (*src == '%' && isxdigit(src[1] & 255) && isxdigit(src[2] & 255))
353 src
329 http_copy_decode(char *dst, const char *src, int dstsize, const char *term) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dconv.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.
212 char ** src
215 sl_to_typel (src)
216 char **src;
224 if (!src || !*src)
227 for (nitems = 0; src[nitems]; nitems++)
236 dst[n] = s_to_type(src[n]);
249 char ** src
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.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 gelf_update_ehdr(Elf *elf, GElf_Ehdr *src) argument
150 class = src->e_ident[EI_CLASS];
160 (void) memcpy(d->e_ident, src->e_ident, EI_NIDENT);
161 d->e_type = src->e_type;
162 d->e_machine = src->e_machine;
163 d->e_version = src->e_version;
165 d->e_entry = (Elf32_Addr)src->e_entry;
167 d->e_phoff = (Elf32_Off)src
263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src) argument
375 gelf_update_shdr(Elf_Scn *scn, GElf_Shdr *src) argument
430 gelf_xlatetof(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) argument
449 gelf_xlatetom(Elf *elf, Elf_Data *dst, const Elf_Data *src, unsigned encode) argument
510 gelf_update_sym(Elf_Data *dst, int ndx, GElf_Sym *src) argument
591 gelf_update_syminfo(Elf_Data *dst, int ndx, GElf_Syminfo *src) argument
661 gelf_update_dyn(Elf_Data *dst, int ndx, GElf_Dyn *src) argument
741 gelf_getmove(Elf_Data *src, int ndx, GElf_Move *dst) argument
781 gelf_update_move(Elf_Data *dest, int ndx, GElf_Move *src) argument
822 gelf_getrela(Elf_Data *src, int ndx, GElf_Rela *dst) argument
867 gelf_update_rela(Elf_Data *dst, int ndx, GElf_Rela *src) argument
915 gelf_getrel(Elf_Data *src, int ndx, GElf_Rel *dst) argument
958 gelf_update_rel(Elf_Data *dst, int ndx, GElf_Rel *src) argument
1053 gelf_update_cap(Elf_Data *dst, int ndx, GElf_Cap *src) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.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.
87 vcpu_time_info_t *src; local
94 src = &CPU->cpu_m.mcpu_vcpu_info->time;
101 dst->version = src->version;
106 dst->tsc_timestamp = src->tsc_timestamp;
107 dst->system_time = src->system_time;
108 dst->tsc_to_system_mul = src->tsc_to_system_mul;
109 dst->tsc_shift = src->tsc_shift;
121 } while (((src
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dstrlcat.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.
34 * Appends src to the dstsize buffer at dst. The append will never
41 strlcat(char *dst, const char *src, size_t dstsize) argument
46 size_t l2 = strlen(src);
56 (void) memcpy(dst + l1, src, copied);
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.
46 swab(const char *src, char *dest, ssize_t n) argument
49 const char *from = (const char *)src;
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dzlib_lint.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.
36 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) argument
43 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) argument
50 z_compress_level(void *dst, size_t *dstlen, const void *src, size_t srclen, argument
/opensolaris-onvv-gate/usr/src/lib/libshell/misc/
H A DERRATA.txt8 # 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 Index: src/lib/libast/sparcv9/include/ast/ast_lib.h
46 --- usr/src/lib/libast/sparcv9/include/ast/ast_lib.h (revision 888)
47 +++ usr/src/lib/libast/sparcv9/include/ast/ast_lib.h (working copy)
57 Index: src/lib/libast/sparcv9/src/lib/libast/ast_lib.h
59 --- usr/src/lib/libast/sparcv9/src/lib/libast/ast_lib.h (revision 888)
60 +++ usr/src/li
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dstrl.c36 ** string src to dst, nul terminating the result. If size == 0,
41 ** The result is strlen(src). You can detect truncation (not all
52 ** src -- source string
56 ** strlen(src)
60 sm_strlcpy(dst, src, size)
62 register const char *src;
68 return strlen(src);
69 for (i = 0; i < size && (dst[i] = src[i]) != 0; i++)
72 if (src[i] == '\0')
75 return i + strlen(src
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dinet_ntop.c57 static const char *inet_ntop4(const u_char *src, char *dst, size_t size);
58 static const char *inet_ntop6(const u_char *src, char *dst, size_t size);
61 * inet_ntop(af, src, dst, size)
69 inet_ntop(af, src, dst, size)
71 const void *src;
77 return (inet_ntop4(src, dst, size));
79 return (inet_ntop6(src, dst, size));
88 * inet_ntop4(src, dst, size)
99 inet_ntop4(src, dst, size)
100 const u_char *src;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Duuencode.c34 uuencode(u_char *src, u_int srclength, argument
37 return __b64_ntop(src, srclength, target, targsize);
41 uudecode(const char *src, u_char *target, size_t targsize) argument
47 encoded = xstrdup(src);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dswab.c54 swab(const void* src, void* dst, ssize_t n)
57 swapmem(1, src, dst, n & ~1);
/opensolaris-onvv-gate/usr/src/lib/libavl/
H A DREADME9 # 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.
32 the kernel, therefore it resides under usr/src/common/avl. (Common
33 code for user land and kernel land resides under usr/src/common.)
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/sparc/
H A Ddapl_tavor_atomic_copy.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.
38 dapls_atomic_assign_64(uint64_t src, uint64_t *dst)
/opensolaris-onvv-gate/usr/src/grub/
H A DMakefile.grub12 ROOT_SRC = $(ROOT)/usr/share/src/grub
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dudp.h10 in_addr src; member in struct:udp_pseudo_hdr
17 uint16_t src; member in struct:udphdr
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem_mmap.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.
46 vmem_mmap_alloc(vmem_t *src, size_t size, int vmflags) argument
51 ret = vmem_alloc(src, size, vmflags);
55 vmem_free(src, ret, size);
68 vmem_mmap_free(vmem_t *src, void *addr, size_t size) argument
72 vmem_free(src, addr, size);
77 vmem_mmap_top_alloc(vmem_t *src, size_t size, int vmflags) argument
83 ret = vmem_alloc(src, size, VM_NOSLEEP);
96 ret = _vmem_extend_alloc(src, bu
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tic/
H A DMakefile9 # 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.
28 # lib/libxcurses/src/tic/Makefile
78 @echo use tic and untic in usr/src/lib/libcurses
/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dkobj_subr.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.
72 caddr_t src = (caddr_t)src_arg; local
75 if (src < dest && (src + count) > dest) {
78 *(dest + count) = *(src + count);
81 *dest++ = *src++;
86 stand_strlcat(char *dst, const char *src, size_t dstsize) argument
91 size_t l2 = strlen(src);
101 bcopy(src, ds
[all...]

Completed in 187 milliseconds

1234567891011>>