Home
last modified time | relevance | path

Searched defs:bcmp (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dbcmp.c50 bcmp(char *s1, char *s2, int len) in bcmp() function
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dbcmp.c30 bcmp(char *s1, char *s2, int len) in bcmp() function
/titanic_41/usr/src/common/util/
H A Dbcmp.c47 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
/titanic_41/usr/src/uts/sun4/os/
H A Dbcmp.c47 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 Dget_addrs.c46 #define bcmp(a, b, c) memcmp((a), (b), (c)) macro
/titanic_41/usr/src/stand/lib/sa/
H A Dstrings.c37 bcmp(const void *s1, const void *s2, size_t len) in bcmp() function
/titanic_41/usr/src/lib/libpkg/common/
H A Dnhash.c38 #define bcmp memcmp macro
/titanic_41/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c56 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/cmd/format/
H A Dmisc.h48 #define bcmp(p1, p2, n) memcmp((p1), (p2), (n)) macro
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c51 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c56 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c367 #define bcmp(s1, s2, len) memcmp(s1, s2, len) macro
/titanic_41/usr/src/cmd/rexd/
H A Don.c65 #define bcmp(b1, b2, len) memcmp(b1, b2, len) macro
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c55 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c94 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c242 #define bcmp(s, d, n) memcmp(s, d, n) macro
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h77 # define bcmp memcmp macro
1175 # define bcmp(a,b,z) memcmp(a, b, z) macro