/titanic_52/usr/src/common/util/ |
H A D | bcopy.c | 51 bcopy(const void *s1, void *s2, size_t len) in bcopy() function
|
H A D | string.c | 559 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro
|
/titanic_52/usr/src/ucblib/libucb/port/gen/ |
H A D | bcopy.c | 53 bcopy(char *s1, char *s2, int len) in bcopy() function
|
/titanic_52/usr/src/cmd/vi/port/ |
H A D | bcopy.c | 33 bcopy(from, to, count) in bcopy() function
|
/titanic_52/usr/src/boot/sys/boot/common/ |
H A D | util.h | 40 #define bcopy(src, dst, len) memcpy((dst), (src), (len)) macro
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 47 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
H A D | look_up.c | 47 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
/titanic_52/usr/src/stand/lib/sa/ |
H A D | strings.c | 47 bcopy(const void *src, void *dest, size_t count) in bcopy() function
|
/titanic_52/usr/src/lib/libsocket/inet/ |
H A D | rexec.c | 56 #define bcopy(a, b, c) (void) memcpy((b), (a), (c)) macro
|
H A D | rcmd.c | 69 #define bcopy(s1, s2, len) (void) memcpy(s2, s1, len) macro
|
/titanic_52/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 230 bcopy(const void *s, void *d, size_t count) in bcopy() function
|
/titanic_52/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 54 #define bcopy(f, t, n) (void) memcpy(t, f, n) macro
|
/titanic_52/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 37 #define bcopy(a, b, c) (void) memmove(b, a, c) macro
|
/titanic_52/usr/src/cmd/format/ |
H A D | misc.h | 45 #define bcopy(src, dst, n) (void) memcpy((dst), (src), (n)) macro
|
/titanic_52/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 37 void bcopy(void) {} in bcopy() function
|
/titanic_52/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 49 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
/titanic_52/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 54 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | kobj_impl.h | 148 #define bcopy(s, d, n) kobj_bcopy((s), (d), (n)) macro
|
/titanic_52/usr/src/cmd/rexd/ |
H A D | unix_login.c | 113 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
|
H A D | on.c | 67 #define bcopy(b1, b2, len) memcpy(b2, b1, len) macro
|
/titanic_52/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 368 #define bcopy(s1, s2, len) memcpy(s2, s1, len) macro
|
/titanic_52/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) macro [all...] |
/titanic_52/usr/src/cmd/krb5/kadmin/cli/ |
H A D | getdate.y | 137 #define bcopy(from, to, len) memcpy ((to), (from), (len)) macro
|
/titanic_52/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 53 #define bcopy(f, t, n) memcpy(t, f, n) macro
|
/titanic_52/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 92 #define bcopy(f, t, n) memcpy(t, f, n) macro
|