Searched refs:src (Results 1 - 25 of 1056) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfix_grouping.c49 char *src, *dst; local
56 for (src = (char *)str, dst = (char *)str; *src != '\0'; src++) {
59 if (*src == ';')
62 if (*src == '-' && *(src+1) == '1') {
64 src++;
68 if (!isdigit((unsigned char)*src)) {
74 n = *src
[all...]
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_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 BLOWFISH_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...]
/illumos-gate/usr/src/
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.
27 echo_file usr/src/Makefile
28 echo_file usr/src/Targetdirs
29 echo_file usr/src/Makefile.master
30 echo_file usr/src/Makefile.noget
31 echo_file usr/src/Makefile.master.64
32 echo_file usr/src/Makefile.msg.targ
33 echo_file usr/src/Makefile.psm
34 echo_file usr/src/Makefil
[all...]
/illumos-gate/usr/src/lib/pam_modules/ldap/
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 find_files "s.*.h" usr/src/lib/libsldap
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_netint.c33 ns_get16(const u_char *src) { argument
36 NS_GET16(dst, src);
41 ns_get32(const u_char *src) { argument
44 NS_GET32(dst, src);
49 ns_put16(u_int src, u_char *dst) { argument
50 NS_PUT16(src, dst);
54 ns_put32(u_long src, u_char *dst) { argument
55 NS_PUT32(src, dst);
/illumos-gate/usr/src/lib/libsec/
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/common/acl
/illumos-gate/usr/src/lib/libdevid/
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/common/devid
/illumos-gate/usr/src/lib/libexacct/
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.
32 # usr/src/common/exacct
35 find_files "s.*" usr/src/common/exacct
/illumos-gate/usr/src/lib/lvm/libmeta/common/
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/common/lvm
/illumos-gate/usr/src/lib/libnvpair/
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/common/nvpair
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
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/common/dis
/illumos-gate/usr/src/uts/i86pc/
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/common/dis
/illumos-gate/usr/src/lib/libavl/
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 find_files "s.*" usr/src/common/avl
/illumos-gate/usr/src/uts/common/io/lvm/md/
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/common/lvm
/illumos-gate/usr/src/uts/i86xpv/
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 find_files "s.*" usr/src/common/dis
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzle.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.
39 uchar_t *src = s_start; local
41 uchar_t *s_end = src + s_len;
44 while (src < s_end && dst < d_end - 1) {
45 uchar_t *first = src;
47 if (src[0] == 0) {
48 uchar_t *last = src + (256 - n);
49 while (src < MIN(last, s_end) && src[
69 uchar_t *src = s_start; local
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.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 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) argument
74 dst->tv_sec = (time_t)(uint32_t)src->tv_sec;
75 dst->tv_nsec = (long)(uint32_t)src->tv_nsec;
79 stack_32_to_n(const stack32_t *src, stack_t *dst) argument
81 dst->ss_sp = (caddr_t)(uintptr_t)src->ss_sp;
82 dst->ss_size = src->ss_size;
83 dst->ss_flags = src->ss_flags;
87 sigaction_32_to_n(const struct sigaction32 *src, struc argument
96 siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst) argument
169 auxv_32_to_n(const auxv32_t *src, auxv_t *dst) argument
185 rwindow_32_to_n(const struct rwindow32 *src, struct rwindow *dst) argument
196 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) argument
213 prgregset_32_to_n(const prgreg32_t *src, prgreg_t *dst) argument
244 prfpregset_32_to_n(const prfpregset32_t *src, prfpregset_t *dst) argument
301 lwpstatus_32_to_n(const lwpstatus32_t *src, lwpstatus_t *dst) argument
341 pstatus_32_to_n(const pstatus32_t *src, pstatus_t *dst) argument
376 lwpsinfo_32_to_n(const lwpsinfo32_t *src, lwpsinfo_t *dst) argument
405 psinfo_32_to_n(const psinfo32_t *src, psinfo_t *dst) argument
446 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst) argument
453 stack_n_to_32(const stack_t *src, stack32_t *dst) argument
461 sigaction_n_to_32(const struct sigaction *src, struct sigaction32 *dst) argument
470 siginfo_n_to_32(const siginfo_t *src, siginfo32_t *dst) argument
543 auxv_n_to_32(const auxv_t *src, auxv32_t *dst) argument
550 prgregset_n_to_32(const prgreg_t *src, prgreg32_t *dst) argument
581 prfpregset_n_to_32(const prfpregset_t *src, prfpregset32_t *dst) argument
674 lwpstatus_n_to_32(const lwpstatus_t *src, lwpstatus32_t *dst) argument
714 pstatus_n_to_32(const pstatus_t *src, pstatus32_t *dst) argument
749 lwpsinfo_n_to_32(const lwpsinfo_t *src, lwpsinfo32_t *dst) argument
778 psinfo_n_to_32(const psinfo_t *src, psinfo32_t *dst) argument
[all...]
/illumos-gate/usr/src/cmd/hal/
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 find_files "s.*" usr/src/lib/hal
29 find_files "s.*" usr/src/lib/policykit
30 find_files "s.*" usr/src/cmd/policykit
32 echo_file usr/src/lib/Makefile.lib
33 echo_file usr/src/lib/Makefile.targ
/illumos-gate/usr/src/lib/libc/
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.
27 find_files "s.*" usr/src/common/atomic
28 find_files "s.*" usr/src/common/dtrace
29 find_files "s.*" usr/src/common/secflags
30 find_files "s.*" usr/src/common/util
31 find_files "s.*" usr/src/lib/common
/illumos-gate/usr/src/uts/sparc/nfs/
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.
32 find_files "s.*" usr/src/uts/common/fs/nfs
37 usr/src/uts/common/fs \
38 usr/src/uts/common/netinet \
39 usr/src/uts/common/nfs \
40 usr/src/uts/common/rpc \
41 usr/src/uts/common/sys \
42 usr/src/uts/common/vm \
43 usr/src/ut
[all...]
/illumos-gate/usr/src/uts/sparc/nfssrv/
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.
33 find_files "s.*" usr/src/uts/common/fs/nfs
38 usr/src/uts/common/fs \
39 usr/src/uts/common/netinet \
40 usr/src/uts/common/nfs \
41 usr/src/uts/common/rpc \
42 usr/src/uts/common/sys \
43 usr/src/uts/common/vm \
44 usr/src/ut
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dduplist.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.
42 char ** src
45 duplist (src)
46 register char **src;
54 if (!src || !*src)
57 nitems = lenlist(src);
64 if (!(dst[n] = Strdup(src[n]))) {
/illumos-gate/usr/src/uts/
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.
32 echo_file usr/src/uts/Makefile
33 echo_file usr/src/uts/Makefile.targ
34 echo_file usr/src/uts/Makefile.uts
35 echo_file usr/src/Targetdirs
36 echo_file usr/src/Makefile
40 find_files "s.*" usr/src/cmd/cmd-crypto/etc
41 find_files "s.*" usr/src/common/acl
42 find_files "s.*" usr/src/commo
[all...]
/illumos-gate/usr/src/psm/stand/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.
34 usr/src/uts/sparc\
35 usr/src/uts/sun\
36 usr/src/uts/common/sys\
37 usr/src/uts/common/vm\
38 usr/src/uts/common/rpc\
39 usr/src/uts/common/nfs\
40 usr/src/stand/sys
45 usr/src/ps
[all...]
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrlcpy.c26 * Copy string src to buffer dst of size dsize. At most dsize-1
28 * Returns strlen(src); if retval >= dsize, truncation occurred.
31 strlcpy(char * __restrict dst, const char * __restrict src, size_t dsize) argument
33 const char *osrc = src;
39 if ((*dst++ = *src++) == '\0')
44 /* Not enough room in dst, add NUL and traverse rest of src. */
48 while (*src++)
52 return(src - osrc - 1); /* count does not include NUL */

Completed in 182 milliseconds

1234567891011>>