/titanic_50/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 | 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
|
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
|
/titanic_50/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()
|
H A D | strmove.c | 49 strmove(char *to, char *from) in strmove()
|
H A D | abspath.c | 49 abspath(char *path, char *dot, string *to) in abspath()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
H A D | Audio.cc | 231 Audio* to) // audio object to copy to in Copy() 247 Audio* to, // audio object to copy to in Copy() 326 Audio* to, // audio object to copy to in AsyncCopy()
|
/titanic_50/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()
|
/titanic_50/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
|
/titanic_50/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()
|
/titanic_50/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
|
/titanic_50/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
|
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 81 struct sockaddr_in to, from; in whoami() local 222 struct sockaddr_in to, from; in getfile() local
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_vadj.c | 377 int from, to; in vadjAL() local 470 int from, to; in vscroll() local 810 int from, to; in vadjDL() local 956 int from, to, i; in vreplace() local
|
H A D | bcopy.c | 33 bcopy(from, to, count) in bcopy() argument
|
/titanic_50/usr/src/cmd/mail/ |
H A D | cat.c | 42 cat(to, from1, from2) in cat() argument
|
/titanic_50/usr/src/cmd/oamuser/lib/ |
H A D | putgrent.c | 41 putgrent(struct group *grpstr, FILE *to) in putgrent()
|
H A D | putprojent.c | 37 putprojent(struct project *projstr, FILE *to) in putprojent()
|
/titanic_50/usr/src/head/iso/ |
H A D | stdarg_c99.h | 67 #define va_copy(to, from) __va_copy(to, from) argument
|