/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | bcmp.c | 30 bcmp(char *s1, char *s2, int len) function
|
/illumos-gate/usr/src/common/util/ |
H A D | bcmp.c | 47 bcmp(const void *s1, const void *s2, size_t len) function
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | bcmp.c | 50 bcmp(char *s1, char *s2, int len) function
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | util.h | 42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) macro
|
/illumos-gate/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 83 if (bcmp((char *)&rem_machine_name, (char *)&my_machine_name,
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | bcmp.c | 47 bcmp(const void *s1_arg, const void *s2_arg, size_t len) function
|
/illumos-gate/usr/src/boot/lib/libc/string/ |
H A D | bcmp.c | 31 static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93"; 39 * bcmp -- vax cmpc3 instruction 42 bcmp(const void *b1, const void *b2, size_t length) function
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | strings.c | 37 bcmp(const void *s1, const void *s2, size_t len) function
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 38 #define bcmp memcmp macro 49 return (bcmp((char *)str1, (char *)str2, len));
|
/illumos-gate/usr/src/cmd/format/ |
H A D | misc.h | 47 #ifndef bcmp 48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | rpc_bootstrap.c | 367 #define bcmp(s1, s2, len) memcmp(s1, s2, len) macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
H A D | quotaon.c | 51 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | on.c | 65 #define bcmp(b1, b2, len) memcmp(b1, b2, len) macro 126 if (bcmp(&size, &WindowSize, sizeof (size)) == 0) 679 return (!bcmp(&astat, &bstat, sizeof (astat)));
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 55 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 94 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 3931 bcmp(const void *s1, const void *s2, size_t count) 3938 ENTRY(bcmp) function 3960 SET_SIZE(bcmp) 3968 ENTRY(bcmp) function 4028 SET_SIZE(bcmp) 4035 .string "bcmp: arguments below kernelbase"
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 242 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
/illumos-gate/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
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 700 bcmp.3c \ 1536 bcmp.3c := LINKSRC = bstring.3c
|