Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/onnv-gate/usr/src/cmd/audio/include/
H A Darchdep.h50 #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 Dwav.h121 #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 Daiff.h145 #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 DCharsetInfo.h55 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 DUnivCharsetDesc.h91 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 Ds_string.c189 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 Dprom_path.c32 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 Drsa_null.c108 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 Drsa_pk1.c65 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 Drsa_none.c65 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 Drsa_ssl.c65 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 Drsa_x931.c66 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 DMove.java50 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 DAudioCopy.cc42 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 Dbn_nist.c206 #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 Dcopy_key.c46 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 Duucopy.c31 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 Drename.c51 renameat(int ffd, char *from, int tfd, char *to) in renameat()
77 rename(char *from, char *to) in rename()
H A Dlink.c51 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 DmemSset.c58 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 Drefill.c60 #define SM_IO_RD_TIMEOUT(fp, fd, to, timeout, sel_ret) \ argument
147 struct timeval to; local
H A Dlocal.h226 #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 Dau.h117 #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 Dutil.c87 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 Dvarargs.h69 #define va_copy(to, from) __va_copy(to, from) argument
82 #define va_copy(to, from) __va_copy(to, from) argument

12345678910>>...17