Searched refs:src (Results 51 - 75 of 437) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/gss_mechs/mech_dh/
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
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Intrs/
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.
30 echo_file usr/src/uts/common/sys/pci_tools.h
/osnet-11/usr/src/lib/libxcurses2/
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/lib/libc/inc/file64.h
30 echo_file usr/src/lib/libc/inc/stdiom.h
31 echo_file usr/src/lib/libc/inc/mse.h
32 echo_file usr/src/lib/libc/inc/mtlib.h
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...]
/osnet-11/usr/src/lib/nsswitch/ldap/
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.
31 echo_file usr/src/lib/libsldap/common/ns_sldap.h
32 echo_file usr/src/lib/libsldap/common/ns_internal.h
33 echo_file usr/src/lib/nsswitch/Makefile.com
34 echo_file usr/src/lib/nsswitch/Makefile.targ
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Dinc.flg12 # 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.
27 echo_file usr/src/lib/libnsl/include/rpcsvc/nis_dhext.h
/osnet-11/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...]
/osnet-11/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);
/osnet-11/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...]
/osnet-11/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++;
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbitmap_scale.c32 struct grub_video_bitmap *src);
34 struct grub_video_bitmap *src);
49 struct grub_video_bitmap *src,
56 if (src == 0)
58 "null src bitmap in grub_video_bitmap_create_scaled");
59 if (src->mode_info.red_field_pos % 8 != 0
60 || src->mode_info.green_field_pos % 8 != 0
61 || src->mode_info.blue_field_pos % 8 != 0
62 || src->mode_info.reserved_field_pos % 8 != 0)
64 "src forma
47 grub_video_bitmap_create_scaled(struct grub_video_bitmap **dst, int dst_width, int dst_height, struct grub_video_bitmap *src, enum grub_video_bitmap_scale_method scale_method) argument
122 scale_nn(struct grub_video_bitmap *dst, struct grub_video_bitmap *src) argument
205 scale_bilinear(struct grub_video_bitmap *dst, struct grub_video_bitmap *src) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/
H A Dmain.mk55 TCCX = $(TCC) $(OPTS) $(THREADSAFE) $(USLEEP) -I. -I$(TOP)/src
68 $(TOP)/src/attach.c \
69 $(TOP)/src/auth.c \
70 $(TOP)/src/btree.c \
71 $(TOP)/src/btree.h \
72 $(TOP)/src/btree_rb.c \
73 $(TOP)/src/build.c \
74 $(TOP)/src/copy.c \
75 $(TOP)/src/date.c \
76 $(TOP)/src/delet
[all...]
/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_neta.c43 * inet_neta(src, dst, size)
48 * format of ``src'' is as for inet_network().
53 inet_neta(src, dst, size)
54 u_long src;
61 while (src & 0xffffffff) {
62 u_char b = (src & 0xff000000) >> 24;
64 src <<= 8;
70 if (src != 0L) {
/osnet-11/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.
32 amd64/src/lib/libast/conftab.o \
33 amd64/src/lib/libast/lctab.o
35 amd64/src/lib/libast
/osnet-11/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.
32 i386/src/lib/libast/conftab.o \
33 i386/src/lib/libast/lctab.o
35 i386/src/lib/libast
/osnet-11/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.
33 sparc/src/lib/libast/conftab.o \
34 sparc/src/lib/libast/lctab.o
36 sparc/src/lib/libast
/osnet-11/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.
33 sparcv9/src/lib/libast/conftab.o \
34 sparcv9/src/lib/libast/lctab.o
36 sparcv9/src/lib/libast
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dsrc2texi8 src=`basename $2`
15 ${dir}/${src} | expand > ${texi}.new
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfbblit.h29 struct grub_video_fbblit_info *src,
35 struct grub_video_fbblit_info *src,
41 struct grub_video_fbblit_info *src,
47 struct grub_video_fbblit_info *src,
54 struct grub_video_fbblit_info *src,
61 struct grub_video_fbblit_info *src,
68 struct grub_video_fbblit_info *src,
75 struct grub_video_fbblit_info *src,
82 struct grub_video_fbblit_info *src,
89 struct grub_video_fbblit_info *src,
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c48 char *ldaptool_local2UTF8( const char *src );
51 static char *ldaptool_convert( const char *src, const char *fcode,
53 char *ldaptool_UTF82local( const char *src );
59 * As in ICU version, in case of error strdup(src)
60 * Usually strdup(src) will be ASCII and legal anyways.
64 ldaptool_convert( const char *src, const char *fcode, argument
71 if (src == NULL)
75 return (strdup(src));
78 return (strdup(src));
82 return (strdup(src));
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
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/cmd/cmd-inet/usr.lib/dsvclockd/dsvclockd.h
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_paths.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.
143 z_canoninplace(char *src) argument
148 /* keep a ptr to the beginning of the src string */
149 src_start = src;
151 dst = src;
152 while (*src) {
153 if (*src == '/') {
155 while (*src == '/')
156 src
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/decompressor/
H A Dminilib.c33 grub_memmove (void *dest, const void *src, grub_size_t n) argument
36 const char *s = (const char *) src;
74 void *memmove (void *dest, const void *src, grub_size_t n)
77 void *memcpy (void *dest, const void *src, grub_size_t n)
83 find_scratch (void *src, void *dst, unsigned long srcsize, argument
88 if (((grub_addr_t) src & 0x10000000))
95 if ((char *) src + srcsize > (char *) dst + dstsize)
96 grub_decompressor_scratch = (void *) ALIGN_UP ((grub_addr_t) src + srcsize,
H A Dnone.c22 grub_decompress_core (void *src, void *dest, unsigned long n, argument
26 const char *s = (const char *) src;
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dstring.h44 memcpy (void *dest, const void *src, grub_size_t n) argument
46 return grub_memcpy (dest, src, n);

Completed in 89 milliseconds

1234567891011>>