Home
last modified time | relevance | path

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

12345678910>>...14

/titanic_51/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)) argument
57 DECODE_SHORT(from,to) global() argument
60 DECODE_LONG(from,to) global() argument
66 DECODE_FLOAT(from,to) global() argument
68 DECODE_DOUBLE(from,to) global() argument
82 ENCODE_SHORT(from,to) global() argument
83 ENCODE_LONG(from,to) global() argument
84 ENCODE_FLOAT(from,to) global() argument
85 ENCODE_DOUBLE(from,to) global() argument
[all...]
H A Daiff.h145 AUDIO_AIFF_FILE2HOST_INT(from,to) global() argument
147 AUDIO_AIFF_FILE2HOST_SHORT(from,to) global() argument
149 AUDIO_AIFF_HOST2FILE_INT(from,to) global() argument
151 AUDIO_AIFF_HOST2FILE_SHORT(from,to) global() argument
154 AUDIO_AIFF_FILE2HOST_INT(from,to) global() argument
157 AUDIO_AIFF_FILE2HOST_SHORT(from,to) global() argument
159 AUDIO_AIFF_HOST2FILE_INT(from,to) global() argument
161 AUDIO_AIFF_HOST2FILE_SHORT(from,to) global() 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 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument
132 AUDIO_WAV_FILE2HOST_INT(from,to) global() argument
134 AUDIO_WAV_FILE2HOST_SHORT(from,to) global() argument
136 AUDIO_WAV_HOST2FILE_INT(from,to) global() argument
138 AUDIO_WAV_HOST2FILE_SHORT(from,to) global() argument
[all...]
/titanic_51/usr/src/lib/libmail/common/
H A Ds_string.c189 s_append(string *to, char *from) in s_append() argument
214 s_seq_read(FILE * fp,string * to,int lineortoken) s_seq_read() argument
287 string *to = s_new(); s_tok() local
300 string *to = s_clone(from); s_tok() local
317 s_read_line(FILE * fp,string * to) s_read_line() argument
351 s_read_to_eof(FILE * fp,string * to) s_read_to_eof() argument
388 s_parse(string * from,string * to) s_parse() argument
[all...]
H A Dstrmove.c49 strmove(char *to, char *from) in strmove() argument
H A Dabspath.c49 abspath(char *path, char *dot, string *to) in abspath() argument
[all...]
/titanic_51/usr/src/psm/promif/ieee1275/common/
H A Dprom_path.c32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() argument
63 char *to = pathname; in prom_pathname() local
159 prom_strip_options(char * from,char * to) prom_strip_options() argument
[all...]
/titanic_51/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() argument
112 ComponentMove(Resource from, Resource to, Component comp) ComponentMove() argument
183 QuantityMove(Resource from, Resource to, long qty) QuantityMove() argument
[all...]
/titanic_51/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc42 Audio* to) // output sink in AudioCopy() argument
56 Audio* to, // output sink in AudioCopy() argument
69 Audio* to, // output sink in AudioAsyncCopy() argument
H A DAudio.cc231 Audio* to) // audi in Copy() argument
247 Copy(Audio * to,Double & frompos,Double & topos,Double & limit) Copy() argument
326 AsyncCopy(Audio * to,Double & frompos,Double & topos,Double & limit) AsyncCopy() argument
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Drename.c51 renameat(int ffd, char *from, int tfd, char *to) in renameat() argument
77 rename(char *from, char *to) in rename() argument
H A Duucopy.c31 uucopy(const void *from, void *to, size_t size) in uucopy() argument
46 uucopystr(const char *from, char *to, size_t size) in uucopystr() argument
H A Dlink.c51 linkat(int ffd, char *from, int tfd, char *to, int flag) in linkat() argument
82 link(char *from, char *to) in link() argument
/titanic_51/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() argument
90 krb5_copy_keyblock(context,from,to) krb5_copy_keyblock() argument
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A DmemSset.c58 char *to; /* %r6 */ in memSset() local
110 memcpy(char * to,char * from,int count) memcpy() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Drefill.c60 SM_IO_RD_TIMEOUT(fp,fd,to,timeout,sel_ret) global() argument
147 struct timeval to; global() local
[all...]
H A Dlocal.h226 SM_IO_WR_TIMEOUT(fp,fd,to) global() argument
294 IS_IO_ERROR(fd,ret,to) global() argument
[all...]
/titanic_51/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 AUDIO_AU_HOST2FILE(from,to) global() argument
[all...]
/titanic_51/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dstrcpy.c32 strcpy(char *to, const char *from) in strcpy() argument
H A Dmemcmp.c32 p_memcmp(const char *to, const char *from, unsigned size) in p_memcmp() argument
/titanic_51/usr/src/boot/lib/libc/string/
H A Dstpcpy.c37 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() argument
/titanic_51/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c81 struct sockaddr_in to, from; in whoami() local
222 struct sockaddr_in to, from; getfile() local
[all...]
/titanic_51/usr/src/head/iso/
H A Dstdarg_c99.h67 #define va_copy(to, from) __va_copy(to, from) argument
/titanic_51/usr/src/cmd/vi/port/
H A Dbcopy.c33 bcopy(from, to, count) in bcopy() argument
/titanic_51/usr/src/cmd/oamuser/lib/
H A Dputgrent.c41 putgrent(struct group *grpstr, FILE *to) in putgrent() argument
[all...]

12345678910>>...14