/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_netint.c | 33 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);
|
/osnet-11/usr/src/lib/libsec/ |
H A D | inc.flg | 10 # 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
|
/osnet-11/usr/src/lib/libnvpair/ |
H A D | inc.flg | 10 # 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
|
/osnet-11/usr/src/lib/libdevid/ |
H A D | inc.flg | 10 # 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
|
/osnet-11/usr/src/lib/libexacct/ |
H A D | req.flg | 10 # 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
|
/osnet-11/usr/src/lib/libavl/ |
H A D | req.flg | 10 # 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
|
/osnet-11/usr/src/lib/libc/ |
H A D | req.flg | 9 # 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/common/atomic 29 find_files "s.*" usr/src/common/util 30 find_files "s.*" usr/src/common/dtrace 31 find_files "s.*" usr/src/lib/common
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | inc.flg | 10 # 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
|
/osnet-11/usr/src/lib/pam_modules/ldap/ |
H A D | inc.flg | 12 # 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
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 8 * 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. 74 timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst) argument 76 dst->tv_sec = (time_t)(uint32_t)src->tv_sec; 77 dst->tv_nsec = (long)(uint32_t)src->tv_nsec; 81 stack_32_to_n(const stack32_t *src, stack_t *dst) argument 83 dst->ss_sp = (caddr_t)(uintptr_t)src->ss_sp; 84 dst->ss_size = src->ss_size; 85 dst->ss_flags = src->ss_flags; 89 sigaction_32_to_n(const struct sigaction32 *src, struc argument 98 siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst) argument 171 auxv_32_to_n(const auxv32_t *src, auxv_t *dst) argument 187 rwindow_32_to_n(const struct rwindow32 *src, struct rwindow *dst) argument 198 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) argument 215 prgregset_32_to_n(const prgreg32_t *src, prgreg_t *dst) argument 246 prfpregset_32_to_n(const prfpregset32_t *src, prfpregset_t *dst) argument 303 lwpstatus_32_to_n(const lwpstatus32_t *src, lwpstatus_t *dst) argument 343 pstatus_32_to_n(const pstatus32_t *src, pstatus_t *dst) argument 378 lwpsinfo_32_to_n(const lwpsinfo32_t *src, lwpsinfo_t *dst) argument 407 psinfo_32_to_n(const psinfo32_t *src, psinfo_t *dst) argument 448 timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst) argument 455 stack_n_to_32(const stack_t *src, stack32_t *dst) argument 463 sigaction_n_to_32(const struct sigaction *src, struct sigaction32 *dst) argument 472 siginfo_n_to_32(const siginfo_t *src, siginfo32_t *dst) argument 545 auxv_n_to_32(const auxv_t *src, auxv32_t *dst) argument 552 prgregset_n_to_32(const prgreg_t *src, prgreg32_t *dst) argument 583 prfpregset_n_to_32(const prfpregset_t *src, prfpregset32_t *dst) argument 676 lwpstatus_n_to_32(const lwpstatus_t *src, lwpstatus32_t *dst) argument 716 pstatus_n_to_32(const pstatus_t *src, pstatus32_t *dst) argument 751 lwpsinfo_n_to_32(const lwpsinfo_t *src, lwpsinfo32_t *dst) argument 780 psinfo_n_to_32(const psinfo_t *src, psinfo32_t *dst) argument [all...] |
/osnet-11/usr/src/cmd/hal/ |
H A D | inc.flg | 9 # 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
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | strdup.c | 11 strdup(const char *src) { argument 12 char *dst = malloc(strlen(src) + 1); 15 strcpy(dst, src);
|
/osnet-11/usr/src/lib/libscf/ |
H A D | inc.flg | 10 # 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/svc 31 find_files "s.*" usr/src/lib/libuutil 33 exec_file usr/src/lib/libuutil/inc.flg
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/ |
H A D | inc.flg | 8 find_files "s.*" usr/src/uts/common/gssapi/mechs/krb5 9 find_files "s.*.h" usr/src/uts/common/gssapi 10 find_files "s.*.h" usr/src/lib/krb5/kadm5
|
/osnet-11/usr/src/cmd/perl/ |
H A D | req.flg | 9 # 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/Makefile.lib 31 echo_file usr/src/lib/Makefile.targ 32 find_files "s.*" usr/src/lib/common
|
/osnet-11/usr/src/lib/libmd/ |
H A D | inc.flg | 9 # 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/common/crypto/md4 29 find_files "s.*" usr/src/common/crypto/md5 30 find_files "s.*" usr/src/common/crypto/sha1 31 find_files "s.*" usr/src/common/crypto/sha2
|
/osnet-11/usr/src/lib/libpicltree/ |
H A D | req.flg | 10 # 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/libpicl/picl.h
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _overlay.c | 9 * 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. 49 overlay(WINDOW *src, WINDOW *dst) argument 51 return (_overlap(src, dst, TRUE));
|
H A D | _overwrite.c | 9 * 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. 49 overwrite(WINDOW *src, WINDOW *dst) argument 51 return (_overlap(src, dst, FALSE));
|
/osnet-11/usr/src/lib/libdhcpagent/ |
H A D | req.flg | 10 # 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/net/dhcp
|
/osnet-11/usr/src/lib/libdhcpdu/ |
H A D | inc.flg | 10 # 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/lib/libresolv2/include
|
/osnet-11/usr/src/lib/libdhcputil/ |
H A D | req.flg | 10 # 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/net/dhcp
|
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/ |
H A D | inc.flg | 10 # 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.*.h" usr/src/uts/common/gssapi
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | mbsrtowcs.c | 38 const char *src = *srcp; local 50 src_avail = strnlen1 (src, MB_LEN_MAX); */ 51 if (src[0] == '\0') 53 else if (src[1] == '\0') 55 else if (src[2] == '\0') 57 else if (MB_LEN_MAX <= 4 || src[3] == '\0') 60 src_avail = 4 + strnlen1 (src + 4, MB_LEN_MAX - 4); 63 ret = mbrtowc (destptr, src, src_avail, ps); 74 src = NULL; 78 src [all...] |
H A D | mempcpy.c | 26 mempcpy (void *dest, const void *src, size_t n) argument 28 return (char *) memcpy (dest, src, n) + n;
|