Home
last modified time | relevance | path

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

/original-bsd/lib/libc/string/
H A Dbcmp.c18 bcmp(b1, b2, length) in bcmp() function
/original-bsd/contrib/emacs-18.57/src/
H A Dm-hp9000s300.h162 #define bcmp memcmp macro
H A Dsysdep.c1939 bcmp (b1, b2, length) /* This could be a macro! */ in bcmp() function
/original-bsd/sys/hp300/stand/
H A Dmachdep.c38 bcmp(s1, s2, len) in bcmp() function
/original-bsd/sys/pmax/pmax/OLD/
H A DLocore.c174 bcmp(from, to, n) caddr_t from, to; u_int n; { } in bcmp() function
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h1358 # define bcmp(s, d, l) (memcmp((s), (d), (l))) macro
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c8503 bcmp (b1, b2, length) /* This could be a macro! */ in bcmp() function