/titanic_51/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)) 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 D | aiff.h | 145 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 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 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 D | s_string.c | 189 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 D | strmove.c | 49 strmove(char *to, char *from) in strmove() argument
|
H A D | abspath.c | 49 abspath(char *path, char *dot, string *to) in abspath() argument [all...] |
/titanic_51/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() 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 D | Move.java | 50 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 D | AudioCopy.cc | 42 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 D | Audio.cc | 231 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 D | rename.c | 51 renameat(int ffd, char *from, int tfd, char *to) in renameat() argument 77 rename(char *from, char *to) in rename() argument
|
H A D | uucopy.c | 31 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 D | link.c | 51 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 D | copy_key.c | 46 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 D | memSset.c | 58 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 D | refill.c | 60 SM_IO_RD_TIMEOUT(fp,fd,to,timeout,sel_ret) global() argument 147 struct timeval to; global() local [all...] |
H A D | local.h | 226 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 D | au.h | 117 #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 D | strcpy.c | 32 strcpy(char *to, const char *from) in strcpy() argument
|
H A D | memcmp.c | 32 p_memcmp(const char *to, const char *from, unsigned size) in p_memcmp() argument
|
/titanic_51/usr/src/boot/lib/libc/string/ |
H A D | stpcpy.c | 37 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy() argument
|
/titanic_51/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; getfile() local [all...] |
/titanic_51/usr/src/head/iso/ |
H A D | stdarg_c99.h | 67 #define va_copy(to, from) __va_copy(to, from) argument
|
/titanic_51/usr/src/cmd/vi/port/ |
H A D | bcopy.c | 33 bcopy(from, to, count) in bcopy() argument
|
/titanic_51/usr/src/cmd/oamuser/lib/ |
H A D | putgrent.c | 41 putgrent(struct group *grpstr, FILE *to) in putgrent() argument [all...] |