/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/lib/libmail/common/ |
H A D | s_string.c | 189 s_append(string *to, char *from) in s_append() 214 s_seq_read(FILE *fp, string *to, int lineortoken) in s_seq_read() 287 string *to = s_new(); in s_tok() local 300 string *to = s_clone(from); in s_tok() local 317 s_read_line(FILE *fp, string *to) in s_read_line() 351 s_read_to_eof(FILE *fp, string *to) in s_read_to_eof() 388 s_parse(string *from, string *to) in s_parse()
|
/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() 63 char *to = pathname; 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 | 108 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_encrypt() 115 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_encrypt() 122 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_decrypt() 129 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_decrypt()
|
H A D | rsa_pk1.c | 65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() 91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() 143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() 181 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2()
|
H A D | rsa_none.c | 65 int RSA_padding_add_none(unsigned char *to, int tlen, in RSA_padding_add_none() 84 int RSA_padding_check_none(unsigned char *to, int tlen, in RSA_padding_check_none()
|
H A D | rsa_ssl.c | 65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, in RSA_padding_add_SSLv23() 105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, in RSA_padding_check_SSLv23()
|
H A D | rsa_x931.c | 66 int RSA_padding_add_X931(unsigned char *to, int tlen, in RSA_padding_add_X931() 105 int RSA_padding_check_X931(unsigned char *to, int tlen, in RSA_padding_check_X931()
|
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Move.java | 50 private Resource to; 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 | 42 Audio* to) // output sink in AudioCopy() 56 Audio* to, // output sink in AudioCopy() 69 Audio* to, // output sink in AudioAsyncCopy()
|
/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 207 #define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 209 #define bn_cp_32(to, n, from, m) (to)[n] = (from)[m]; argument 210 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 212 #define bn_cp_64(to, n, from, m) \ argument 217 #define bn_64_set_0(to, n) \ argument 223 #define bn_cp_32(to, n, from, m) (to)[n] = (from)[m]; argument 224 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument 226 #define bn_cp_32(to, n, from, m) \ argument 231 #define bn_32_set_0(to, n) { (to)[(n)*2] = 0; (to)[(n)*2+1] = 0; } argument [all …]
|
/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 | 58 char *to; /* %r6 */ in memSset() local 110 memcpy(char *to, char *from, int count) in memcpy()
|
/onnv-gate/usr/src/cmd/sendmail/libsm/ |
H A D | refill.c | 60 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument 147 struct timeval to; local
|
H A D | local.h | 226 #define SM_IO_WR_TIMEOUT(fp, fd, to) { \ argument 294 #define IS_IO_ERROR(fd, ret, to) \ 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
|