Searched refs:src (Results 176 - 200 of 1259) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/uts/sparc/md5/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 echo_file usr/src/common/crypto/md5/md5.c
/opensolaris-onvv-gate/usr/src/cmd/getconf/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
30 echo_file usr/src/lib/common/common/values-xpg4.c
31 echo_file usr/src/lib/common/common/values-xpg6.c
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 find_files "s.*" usr/src/uts/common/fs/zfs/sys
30 echo_file usr/src/uts/common/sys/fs/zfs.h
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrlcpy.c42 * Copy src to string dst of size siz. At most siz-1 characters
44 * Returns strlen(src); if retval >= siz, truncation occurred.
47 strlcpy(dst, src, siz)
49 const char *src;
53 register const char *s = src;
64 /* Not enough room in dst, add NUL and traverse rest of src */
72 return(s - src - 1); /* count does not include NUL */
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 find_files "s.*" usr/src/uts/common/fs/zfs/sys
30 echo_file usr/src/uts/common/sys/fs/zfs.h
/opensolaris-onvv-gate/usr/src/cmd/ztest/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 find_files "s.*" usr/src/uts/common/fs/zfs/sys
30 echo_file usr/src/uts/common/sys/fs/zfs.h
/opensolaris-onvv-gate/usr/src/uts/sun4u/md5/
H A Dinc.flg10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 echo_file usr/src/common/crypto/md5/md5.c
30 echo_file usr/src/common/crypto/md5/sparc/sun4u/byteswap.il
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m48 * 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 * o adding a new type ELF_T_* to usr/src/head/libelf.h
848 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
857 if (dst == 0 || src == 0)
864 (sver = src->d_version - 1) >= EV_CURRENT) {
868 if ((type = src->d_type) >= ELF_T_NUM) {
882 cnt = src->d_size / ssz;
896 * these segments, allow for the src destination to be 0.
898 if (src
[all...]
H A Dxlate.m48 * 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 * o adding a new type ELF_T_* to usr/src/head/libelf.h
857 xlate(Elf_Data *dst, const Elf_Data *src, unsigned encode, int tof)
866 if (dst == 0 || src == 0)
873 (sver = src->d_version - 1) >= EV_CURRENT) {
877 if ((type = src->d_type) >= ELF_T_NUM) {
891 cnt = src->d_size / ssz;
905 * these segments, allow for the src destination to be 0.
907 if (src
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/
H A Dcopy_contrib.sh9 # 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.
35 # from usr/src/cmd/perl/contrib to the appropriate build directory, taking
41 printf 'copy_contrib: usage is <src dir> <dst dir> <module> ...\n'
46 typeset -r src=$1
48 [[ $src = $dst || ! ( -d $src && -d $dst ) ]] && usage
58 for dir in $(cd $src && find $modules -type d -name SCCS); do
60 cd $src/$dir
80 for obj in $(cd $src
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/
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.
33 amd64/src/lib/libast/conftab.o \
34 amd64/src/lib/libast/lctab.o
36 amd64/src/lib/libast
/opensolaris-onvv-gate/usr/src/lib/libast/i386/
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.
33 i386/src/lib/libast/conftab.o \
34 i386/src/lib/libast/lctab.o
36 i386/src/lib/libast
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/
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.
34 sparc/src/lib/libast/conftab.o \
35 sparc/src/lib/libast/lctab.o
37 sparc/src/lib/libast
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/
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.
34 sparcv9/src/lib/libast/conftab.o \
35 sparcv9/src/lib/libast/lctab.o
37 sparcv9/src/lib/libast
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dstrlcpy.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 * Copies src to the dstsize buffer at dst. The copy will never
40 strlcpy(char *dst, const char *src, size_t len) argument
42 size_t slen = strlen(src);
52 (void) memcpy(dst, src, copied);
/opensolaris-onvv-gate/usr/src/lib/libxcurses/
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.
41 src/libc/xcurses/boolcode.c src/libc/xcurses/boolfnam.c \
42 src/libc/xcurses/boolname.c src/libc/xcurses/numcode.c \
43 src/libc/xcurses/numfnam.c src/libc/xcurses/numname.c \
44 src/libc/xcurses/strcode.c src/lib
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/
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.
41 src/libc/xcurses/boolcode.c src/libc/xcurses/boolfnam.c \
42 src/libc/xcurses/boolname.c src/libc/xcurses/numcode.c \
43 src/libc/xcurses/numfnam.c src/libc/xcurses/numname.c \
44 src/libc/xcurses/strcode.c src/lib
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.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.
44 #define STRCPY(dst,src) \
45 (dst = malloc((unsigned)strlen(src)+1), (void) strcpy(dst,src))
47 #define STRNCPY(dst,src,num) \
49 (void)strncpy(dst,src,num),(dst)[num] = EOS)
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lzjb.c37 uchar_t *src = s_start; local
46 copymap = *src++;
49 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN;
50 int offset = ((src[0] << NBBY) | src[1]) & OFFSET_MASK;
51 src += 2;
57 *dst++ = *src++;
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsource-network-pppdump.mf8 # 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.
35 dir path=usr/share/src group=sys
36 dir path=usr/share/src/ppputil
37 dir path=usr/share/src/ppputil/plugins
38 dir path=usr/share/src/ppputil/pppdump
39 file path=usr/share/src/ppputil/CHANGES
40 file path=usr/share/src/ppputil/COPYING
41 file path=usr/share/src/ppputil/INSTALL
42 file path=usr/share/src/ppputi
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/des/
H A Ddes_impl.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.
39 #define DES_COPY_BLOCK(src, dst) \
40 (dst)[0] = (src)[0]; \
41 (dst)[1] = (src)[1]; \
42 (dst)[2] = (src)[2]; \
43 (dst)[3] = (src)[3]; \
44 (dst)[4] = (src)[4]; \
45 (dst)[5] = (src)[5]; \
46 (dst)[6] = (src)[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dgamma_dist.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.
37 gamma_dist_knuth_algG(double a, double (*src)(unsigned short *),
45 U = (*src)(xi);
49 V = (*src)(xi);
67 U = (*src)(xi);
80 gamma_dist_knuth_algA(double a, double (*src)(unsigned short *),
87 U = (*src)(xi);
96 V = (*src)(xi);
136 double (*src)(unsigne
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dreq.flg9 # 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.
30 echo_file usr/src/lib/libsldap/common/ns_sldap.h
31 echo_file usr/src/lib/libsldap/common/ns_internal.h
32 echo_file usr/src/lib/libsldap/common/ns_cache_door.h
33 echo_file usr/src/lib/libldap5/include/ldap/solaris-priv.h
34 echo_file usr/src/lib/libc/port/gen/getxby_door.h
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio_compress.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.
39 typedef size_t zio_compress_func_t(void *src, void *dst,
41 typedef int zio_decompress_func_t(void *src, void *dst,
59 extern size_t lzjb_compress(void *src, void *dst, size_t s_len, size_t d_len,
61 extern int lzjb_decompress(void *src, void *dst, size_t s_len, size_t d_len,
63 extern size_t gzip_compress(void *src, void *dst, size_t s_len, size_t d_len,
65 extern int gzip_decompress(void *src, void *dst, size_t s_len, size_t d_len,
67 extern size_t zle_compress(void *src, void *dst, size_t s_len, size_t d_len,
69 extern int zle_decompress(void *src, voi
[all...]
/opensolaris-onvv-gate/exception_lists/
H A Dcopyright8 # 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.
27 usr/src/cmd/krb5/kadmin/cli/kadmin_ct.c
28 usr/src/cmd/krb5/kadmin/cli/kadmin.h
29 usr/src/cmd/krb5/kadmin/cli/ss_wrapper.c
30 usr/src/cmd/krb5/kadmin/dbutil/nstrtok.h
31 usr/src/cmd/krb5/kadmin/dbutil/ovload.c
32 usr/src/cmd/krb5/kadmin/dbutil/string_table.c
33 usr/src/cmd/krb5/kadmin/dbutil/strtok.c
34 usr/src/cm
[all...]

Completed in 274 milliseconds

1234567891011>>