| /onnv/onnv-gate/usr/src/common/util/ |
| bcmp.c | 47 bcmp(const void *s1, const void *s2, size_t len) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| bcmp.c | 30 bcmp(char *s1, char *s2, int len) function
|
| /onnv/onnv-gate/usr/src/ucblib/libucb/port/gen/ |
| bcmp.c | 50 bcmp(char *s1, char *s2, int len) function
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| bcmp.c | 47 bcmp(const void *s1_arg, const void *s2_arg, size_t len) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
| 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,
|
| /onnv/onnv-gate/usr/src/stand/lib/sa/ |
| strings.c | 37 bcmp(const void *s1, const void *s2, size_t len) function
|
| /onnv/onnv-gate/usr/src/lib/libpkg/common/ |
| nhash.c | 38 #define bcmp memcmp macro 47 BCMP(void *str1, void *str2, int len) 49 return (bcmp((char *)str1, (char *)str2, len)); 103 (*cp)->cfunc = BCMP;
|
| /onnv/onnv-gate/usr/src/cmd/format/ |
| misc.h | 48 #ifndef bcmp 49 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/labelit/ |
| labelit.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/tunefs/ |
| tunefs.c | 56 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
| quotaon.c | 51 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/ |
| sdbm.h | 265 # ifndef bcmp 266 # define bcmp(s1,s2,l) memcmp(s1,s2,l) macro 274 # define memNE(s1,s2,l) (bcmp(s1,s2,l)) 275 # define memEQ(s1,s2,l) (!bcmp(s1,s2,l))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| BigFloat.pm | 29 ref($_[0])->bcmp($_[1],$_[0]) : 30 ref($_[0])->bcmp($_[0],$_[1])}, 416 sub bcmp subroutine 428 return $upgrade->bcmp($x,$y) if defined $upgrade && 771 return $x->bone('+',@params) if $x->bcmp($base) == 0; [all...] |
| BigRat.pm | 1096 sub bcmp subroutine 1131 $t->bcmp($u); [all...] |
| BigInt.pm | 62 ref($_[0])->bcmp($_[1],$_[0]) : 63 $_[0]->bcmp($_[1])}, 981 sub bcmp subroutine 995 return $upgrade->bcmp($x,$y) if defined $upgrade && [all...] |
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| rpc_bootstrap.c | 367 #define bcmp(s1, s2, len) memcmp(s1, s2, len) macro
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mount/ |
| mount.c | 55 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
| /onnv/onnv-gate/usr/src/cmd/rexd/ |
| 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)));
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/df/ |
| df.c | 94 #define bcmp(s, d, n) memcmp(s, d, n) macro
|
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| i86_subr.s | 3859 ENTRY(bcmp) function 3887 ENTRY(bcmp) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/mkfs/ |
| mkfs.c | 242 #define bcmp(s, d, n) memcmp(s, d, n) macro [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/ |
| ip_compat.h | 77 # define bcmp memcmp macro 1175 # define bcmp macro [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| perl.h | 631 # ifndef bcmp 632 # define bcmp(s1,s2,l) memcmp(s1,s2,l) macro [all...] |