| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/c-client/ |
| os_sun.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_pyr.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_dyn.h | 53 #define memcpy memmove 52 #define memcpy macro
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/unix/ |
| os_sun.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_pyr.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_dyn.h | 53 #define memcpy memmove 52 #define memcpy macro
|
| /webstack/webstack/trunk/src/imap-2006c1/c-client/ |
| os_sun.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_pyr.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_dyn.h | 53 #define memcpy memmove 52 #define memcpy macro
|
| /webstack/webstack/trunk/src/imap-2006c1/src/osdep/unix/ |
| os_sun.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_pyr.h | 50 #define memcpy memmove 49 #define memcpy macro
|
| os_dyn.h | 53 #define memcpy memmove 52 #define memcpy macro
|
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/clib/ |
| memmove.c | 56 * (the portable versions of) bcopy, memcpy, and memmove. 61 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 65 memcpy(dst0, src0, length) function
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/bdb/clib/ |
| memmove.c | 60 * (the portable versions of) bcopy, memcpy, and memmove. 65 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 69 memcpy(dst0, src0, length) function
|
| /webstack/webstack/trunk/src/db-4.5.20/clib/ |
| memmove.c | 56 * (the portable versions of) bcopy, memcpy, and memmove. 61 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 65 memcpy(dst0, src0, length) function
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/bdb/clib/ |
| memmove.c | 60 * (the portable versions of) bcopy, memcpy, and memmove. 65 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 69 memcpy(dst0, src0, length) function
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/bdb/clib/ |
| memmove.c | 60 * (the portable versions of) bcopy, memcpy, and memmove. 65 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 69 memcpy(dst0, src0, length) function
|
| /webstack/webstack/trunk/src/mysql-5.0.45/bdb/clib/ |
| memmove.c | 60 * (the portable versions of) bcopy, memcpy, and memmove. 65 * PUBLIC: void *memcpy __P((void *, const void *, size_t)); 69 memcpy(dst0, src0, length) function
|
| /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/include/ac/ |
| string.h | 43 # undef memcpy macro 44 # define memcpy(d, s, n) ((void) bcopy ((s), (d), (n))) macro 81 /* nothing left but memcpy() */ 82 # define SAFEMEMCPY( d, s, n ) memcpy((d), (s), (n))
|
| /webstack/webstack/trunk/src/openldap-2.3.30/include/ac/ |
| string.h | 43 # undef memcpy macro 44 # define memcpy(d, s, n) ((void) bcopy ((s), (d), (n))) macro 81 /* nothing left but memcpy() */ 82 # define SAFEMEMCPY( d, s, n ) memcpy((d), (s), (n))
|
| /webstack/webserver/src/support/libdbm/ |
| memmove.c | 94 * (the portable versions of) bcopy, memcpy, and memmove. 98 memcpy(dst0, src0, length) function
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/include/ |
| m_string.h | 58 /* This is needed for the definitions of memcpy... on solaris */ 64 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 76 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 80 # define bcopy(s, d, n) memcpy((d), (s), (n)) 83 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 121 #define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) 131 #define bmove512(A,B,C) memcpy(A,B,C)
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/include/ |
| m_string.h | 59 /* This is needed for the definitions of memcpy... on solaris */ 65 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 77 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 81 # define bcopy(s, d, n) memcpy((d), (s), (n)) 84 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 119 #define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) 129 #define bmove512(A,B,C) memcpy(A,B,C)
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/include/ |
| m_string.h | 59 /* This is needed for the definitions of memcpy... on solaris */ 65 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 77 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 81 # define bcopy(s, d, n) memcpy((d), (s), (n)) 84 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 119 #define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) 129 #define bmove512(A,B,C) memcpy(A,B,C)
|
| /webstack/webstack/trunk/src/mysql-5.0.45/include/ |
| m_string.h | 58 /* This is needed for the definitions of memcpy... on solaris */ 64 # define memcpy(d, s, n) bcopy ((s), (d), (n)) macro 76 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 80 # define bcopy(s, d, n) memcpy((d), (s), (n)) 83 # define bmove_align(A,B,C) memcpy((A),(B),(C)) 121 #define memcpy_fixed(A,B,C) memcpy((A),(B),(C)) 131 #define bmove512(A,B,C) memcpy(A,B,C)
|