| /onnv-gate/usr/src/cmd/audio/include/ |
| H A D | archdep.h | 50 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument 51 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument 52 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument 53 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) argument 57 #define DECODE_SHORT(from, to) \ argument 60 #define DECODE_LONG(from, to) \ argument 66 #define DECODE_FLOAT(from, to) DECODE_LONG((to), (from)) argument 68 #define DECODE_DOUBLE(from, to) \ argument 82 #define ENCODE_SHORT(from, to) DECODE_SHORT((from), (to)) argument 83 #define ENCODE_LONG(from, to) DECODE_LONG((from), (to)) argument [all …]
|
| H A D | wav.h | 121 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument 124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument 126 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument 128 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ argument 132 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument 134 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument 136 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument 138 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ argument
|
| H A D | aiff.h | 145 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument 147 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument 149 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument 151 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument 154 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument 157 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument 159 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument 161 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | CharsetInfo.h | 55 unsigned CharsetInfo::univToDesc(UnivChar from, WideChar &to, in univToDesc() 72 unsigned CharsetInfo::univToDesc(UnivChar from, WideChar &to, in univToDesc() 93 Boolean CharsetInfo::descToUniv(UnivChar from, WideChar &to) const in descToUniv() 105 Boolean CharsetInfo::descToUniv(WideChar from, UnivChar &to, in descToUniv()
|
| H A D | UnivCharsetDesc.h | 91 Boolean UnivCharsetDesc::descToUniv(WideChar from, UnivChar &to) const in descToUniv() 109 Boolean UnivCharsetDesc::descToUniv(WideChar from, UnivChar &to, in descToUniv() 128 unsigned UnivCharsetDesc::univToDesc(UnivChar from, WideChar &to, in univToDesc()
|
| /onnv-gate/usr/src/psm/promif/ieee1275/common/ |
| H A D | prom_path.c | 32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() 62 char *from = tmp; in prom_pathname() local 159 prom_strip_options(char *from, char *to) in prom_strip_options()
|
| /onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| H A D | rsa_null.c | 107 static int RSA_null_public_encrypt(int flen, const unsigned char *from, in RSA_null_public_encrypt() 114 static int RSA_null_private_encrypt(int flen, const unsigned char *from, in RSA_null_private_encrypt() 121 static int RSA_null_private_decrypt(int flen, const unsigned char *from, in RSA_null_private_decrypt() 128 static int RSA_null_public_decrypt(int flen, const unsigned char *from, in RSA_null_public_decrypt()
|
| H A D | rsa_pk1.c | 66 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1() 92 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_1() 144 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2() 182 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_2()
|
| H A D | rsa_none.c | 66 const unsigned char *from, int flen) in RSA_padding_add_none() 85 const unsigned char *from, int flen, int num) in RSA_padding_check_none()
|
| H A D | rsa_ssl.c | 66 const unsigned char *from, int flen) in RSA_padding_add_SSLv23() 106 const unsigned char *from, int flen, int num) in RSA_padding_check_SSLv23()
|
| H A D | rsa_x931.c | 67 const unsigned char *from, int flen) in RSA_padding_add_X931() 106 const unsigned char *from, int flen, int num) in RSA_padding_check_X931()
|
| /onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| H A D | Move.java | 45 private Resource from; field in Move 58 protected Move(Resource from, Resource to) in Move() 112 ComponentMove(Resource from, Resource to, Component comp) in ComponentMove() 183 QuantityMove(Resource from, Resource to, long qty) in QuantityMove()
|
| /onnv-gate/usr/src/cmd/audio/utilities/ |
| H A D | AudioCopy.cc | 41 Audio* from, // input source in AudioCopy() 55 Audio* from, // input source in AudioCopy() 68 Audio* from, // input source in AudioAsyncCopy()
|
| /onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
| H A D | copy_key.c | 46 const krb5_keyblock *from, krb5_keyblock *to) in krb5_copy_keyblock_data() 90 krb5_copy_keyblock(context, from, to) in krb5_copy_keyblock() argument
|
| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | uucopy.c | 31 uucopy(const void *from, void *to, size_t size) in uucopy() 46 uucopystr(const char *from, char *to, size_t size) in uucopystr()
|
| H A D | rename.c | 51 renameat(int ffd, char *from, int tfd, char *to) in renameat() 77 rename(char *from, char *to) in rename()
|
| H A D | link.c | 51 linkat(int ffd, char *from, int tfd, char *to, int flag) in linkat() 82 link(char *from, char *to) in link()
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | memSset.c | 57 char *from; /* %r7 */ in memSset() local 110 memcpy(char *to, char *from, int count) in memcpy()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
| H A D | ndp.c | 94 struct sockaddr_in6 from; in in_data() local 284 struct sockaddr_in6 *from) in incoming_rs() 413 struct sockaddr_in6 *from, boolean_t loopback) in incoming_ra() 558 struct sockaddr_in6 *from, boolean_t loopback) in incoming_prefix_opt() 760 struct sockaddr_in6 *from, boolean_t loopback) in incoming_prefix_addrconf() 854 uchar_t *opt, struct sockaddr_in6 *from, boolean_t loopback, in incoming_prefix_addrconf_process() 1117 struct sockaddr_in6 *from) in incoming_mtu_opt() 1173 struct sockaddr_in6 *from, int isrouter) in incoming_lla_opt() 1234 struct sockaddr_in6 *from) in verify_ra_consistency() 1458 struct phyint *pi, struct sockaddr_in6 *from) in verify_opt_len() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | bn_nist.c | 206 #define bn_cp_64(to, n, from, m) (to)[n] = (from)[m]; argument 209 #define bn_cp_32(to, n, from, m) (to)[n] = (from)[m]; argument 212 #define bn_cp_64(to, n, from, m) \ argument 223 #define bn_cp_32(to, n, from, m) (to)[n] = (from)[m]; argument 226 #define bn_cp_32(to, n, from, m) \ argument 233 #define bn_cp_32(to, n, from, m) \ argument 247 #define nist_set_192(to, from, a1, a2, a3) \ argument 325 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ argument 430 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \ argument 582 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \ argument
|
| /onnv-gate/usr/src/head/audio/ |
| H A D | au.h | 117 #define AUDIO_AU_FILE2HOST(from, to) *((long *)(to)) = *((long *)(from)) argument 119 #define AUDIO_AU_FILE2HOST(from, to) \ argument 127 #define AUDIO_AU_HOST2FILE(from, to) AUDIO_AU_FILE2HOST((from), (to)) argument
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| H A D | util.c | 87 safecpy(char *to, register char *from, register int len) in safecpy() 100 cpytill(register char *to, register char *from, register int delim) in cpytill() 119 cpy2(register char *to, register char *from, register int delim) in cpy2()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | varargs.h | 69 #define va_copy(to, from) __va_copy(to, from) argument 82 #define va_copy(to, from) __va_copy(to, from) argument
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| H A D | input.c | 60 struct sockaddr_in *from; in receiving_interface() local 114 struct sockaddr_in from; in read_rip() local 154 input(struct sockaddr_in *from, /* received from this IP address */ in input() 1266 get_peer_info(in_addr_t from) in get_peer_info() 1374 in_addr_t from, in ck_passwd()
|
| /onnv-gate/usr/src/lib/libmail/common/ |
| H A D | strmove.c | 49 strmove(char *to, char *from) in strmove()
|