Searched defs:memcmp (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dmemcmp.c49 memcmp(s1, s2, n) function
/macosx-10.10/uucp-11/uucp/lib/
H A Dmemcmp.c7 memcmp (p1arg, p2arg, c) function
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dmemcmp.c46 memcmp(s1, s2, n) function
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dmemcmp.c22 memcmp (const PTR str1, const PTR str2, size_t count) function
/macosx-10.10/ruby-106/ruby/missing/
H A Dmemcmp.c7 memcmp(const void *s1, const void *s2, size_t len) function
/macosx-10.10/ntp-92/include/
H A Dntp_string.h46 #define memcmp(a, b, c) bcmp(a, b, (int)(c)) macro
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dmemcmp.c42 memcmp( function
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dtune.h17 #define memcmp(s1,s2,n) bcmp(s1,s2,n) macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/ac/
H A Dstring.h94 #define memcmp lutil_memcmp macro
/macosx-10.10/expat-12/expat/amiga/
H A Dstdlib.c76 int memcmp (const void * a, const void * b, size_t len) function
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Dbrew_db.h70 #define memcmp(a, b, c) MEMCMP(a, b, c) macro
H A Dclib_port.h210 #define memcmp __db_Cmemcmp macro
/macosx-10.10/uucp-11/uucp/
H A Duucp.h391 #define memcmp macro
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Dclib_port.h210 #define memcmp __db_Cmemcmp macro
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Dclib_port.h212 #define memcmp __db_Cmemcmp macro
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Dclib_port.h212 #define memcmp __db_Cmemcmp macro
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Dclib_port.h212 #define memcmp __db_Cmemcmp macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h235 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsystem.h70 # define memcmp(a, b, n) bcmp ((char const *) (a), (char const *) (b), n) macro
/macosx-10.10/OpenSSL098-52/src/
H A De_os.h619 # define memcmp OPENSSL_memcmp macro
/macosx-10.10/gpatch-3/patch/
H A Dcommon.h228 # define memcmp(s1, s2, n) bcmp (s1, s2, n) macro
/macosx-10.10/ruby-106/ruby/ext/sdbm/
H A D_sdbm.c31 #define memcmp(s1,s2,n) bcmp((s1),(s2),(n)) macro
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dloose_ends.c481 memcmp(const void *s1, const void *s2, size_t n) function
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpktdrvr.c125 #define memcmp __memcmp__ macro
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h216 memcmp, enumerator in enum:llvm::LibFunc::Func

Completed in 243 milliseconds

12