/titanic_41/usr/src/ucblib/libucb/port/gen/ |
H A D | bcmp.c | 50 bcmp(char *s1, char *s2, int len) in bcmp() function
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | bcmp.c | 30 bcmp(char *s1, char *s2, int len) in bcmp() function
|
/titanic_41/usr/src/common/util/ |
H A D | bcmp.c | 47 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | bcmp.c | 47 bcmp(const void *s1_arg, const void *s2_arg, size_t len) in bcmp() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | get_addrs.c | 46 #define bcmp(a, b, c) memcmp((a), (b), (c)) macro
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | strings.c | 37 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 38 #define bcmp memcmp macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/cmd/format/ |
H A D | misc.h | 48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 51 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 367 #define bcmp(s1, s2, len) memcmp(s1, s2, len) macro
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 65 #define bcmp(b1, b2, len) memcmp(b1, b2, len) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 55 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 94 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 242 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 77 # define bcmp memcmp macro 1175 # define bcmp(a,b,z) memcmp(a, b, z) macro
|