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

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/
H A Dreq.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/cmd/cmd-inet/Makefile.cmd-inet
/illumos-gate/usr/src/cmd/keyserv/
H A Dreq.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.
28 echo_file usr/src/lib/libnsl/include/rpcsvc/nis_dhext.h
/illumos-gate/usr/src/cmd/link/
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
/illumos-gate/usr/src/psm/stand/lib/boot/
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/uts/sparc/os/bootops.c
/illumos-gate/usr/src/stand/lib/fs/
H A Dreq.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/stand/lib/fs/Makefile.com
/illumos-gate/usr/src/uts/intel/md4/
H A Dinc.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.
28 echo_file usr/src/common/crypto/md4/md4.c
/illumos-gate/usr/src/uts/intel/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
/illumos-gate/usr/src/uts/sparc/md4/
H A Dinc.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.
28 echo_file usr/src/common/crypto/md4/md4.c
/illumos-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
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dmemcpy.c32 memcpy(void *dst, const void *src, unsigned len) argument
34 const char *s = src;
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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...]
/illumos-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);
/illumos-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
/illumos-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
/illumos-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
/illumos-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
/illumos-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.
40 src/libc/xcurses/boolcode.c src/libc/xcurses/boolfnam.c \
41 src/libc/xcurses/boolname.c src/libc/xcurses/numcode.c \
42 src/libc/xcurses/numfnam.c src/libc/xcurses/numname.c \
43 src/libc/xcurses/strcode.c src/lib
[all...]
/illumos-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.
40 src/libc/xcurses/boolcode.c src/libc/xcurses/boolfnam.c \
41 src/libc/xcurses/boolname.c src/libc/xcurses/numcode.c \
42 src/libc/xcurses/numfnam.c src/libc/xcurses/numname.c \
43 src/libc/xcurses/strcode.c src/lib
[all...]
/illumos-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)

Completed in 144 milliseconds

1234567891011>>