Home
last modified time | relevance | path

Searched refs:bcmp (Results 1 – 25 of 142) sorted by relevance

123456

/original-bsd/sys/vax/inline/
H A Dmachdep.c75 if (bcmp(cp, "calls\t", 6) != 0)
108 bcmp(argv[0], "mov", 3) == 0 &&
109 bcmp(argv[1], "(sp)+", 6) == 0 &&
125 if (argc == 2 && bcmp(argv[0], "push", 4) == 0)
127 if (bcmp(argv[argc - 1], "-(sp)", 6) == 0)
172 if (bcmp(argv[0], "push", 4) == 0) {
237 if (bcmp(cp, "jbsr\t", 5) == 0)
271 bcmp(argv[0], "movl", 5) == 0 &&
272 bcmp(argv[1], "sp@+", 5) == 0 &&
294 if (bcmp(argv[argc - 1], "sp@-", 5) == 0)
[all …]
/original-bsd/sys/tahoe/inline/
H A Dmachdep.c69 if (bcmp(cp, "callf\t", 6))
102 bcmp(argv[0], "mov", 3) == 0 &&
103 bcmp(argv[1], "(sp)+", 6) == 0 &&
119 if (argc == 2 && bcmp(argv[0], "push", 4) == 0)
121 if (bcmp(argv[argc - 1], "-(sp)", 6) == 0)
166 if (bcmp(argv[0], "push", 4) == 0) {
H A Dmain.c61 if (argc > 1 && bcmp(argv[1], "-d", 3) == 0)
118 if (pp->size == size && bcmp(pp->name, cp, size) == 0) {
246 if (itp->size == size && bcmp(argv[0], itp->name, size) == 0)
/original-bsd/sbin/startslip/
H A Dstartslip.c306 if (bcmp(buf, annex, strlen(annex)) == 0) {
311 if (bcmp(&buf[1], "sername:", 8) == 0) {
316 if (bcmp(&buf[1], "assword:", 8) == 0) {
322 if (bcmp(&buf[1], "ogin:", 5) == 0) {
327 if (bcmp(&buf[1], "assword:", 8) == 0) {
/original-bsd/sys/netiso/
H A Diso.h134 (bcmp((a)->siso_data, (b)->siso_data, (unsigned)(a)->siso_nlen) == 0)
135 #define SAME_ISOIFADDR(a, b) (bcmp((a)->siso_data, (b)->siso_data, \
/original-bsd/contrib/usr.x25/
H A Dx25sa.c106 if (bcmp(udata, "\1\0\0\0", 4) == 0)
108 if (bcmp(udata, "ean", 3) == 0)
/original-bsd/lib/libc/string/
H A Dbcmp.c18 bcmp(b1, b2, length) in bcmp() function
/original-bsd/sys/netinet/
H A Dif_ether.h167 (bcmp((enm)->enm_addrlo, (addrlo), 6) != 0 || \
168 bcmp((enm)->enm_addrhi, (addrhi), 6) != 0); \
/original-bsd/lib/libc/tahoe/string/
H A Dbcmp.s19 ENTRY(bcmp, 0)
H A DMakefile.inc3 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
/original-bsd/lib/libc/vax/string/
H A Dbcmp.s16 ENTRY(bcmp, 0)
H A DMakefile.inc3 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.s memcmp.s memset.s \
/original-bsd/lib/libc/mips/string/
H A DMakefile.inc3 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
/original-bsd/lib/libc/hp300/string/
H A DMakefile.inc3 SRCS+= bcmp.s bcopy.s bzero.s ffs.s index.s memchr.c memcmp.c memset.c \
H A Dbcmp.s28 ENTRY(bcmp)
/original-bsd/lib/libc/i386/string/
H A DMakefile.inc3 SRCS+= bcmp.c bcopy.c bzero.s ffs.c index.c memchr.c memcmp.c memset.c \
/original-bsd/lib/libc/sparc/string/
H A DMakefile.inc4 SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c memset.c rindex.c strcat.c \
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dmemory.h26 int bcmp _G_ARGS((const void*, const void*, int));
/original-bsd/old/talk/talk/
H A Dget_addrs.c35 if (bcmp((char *)&his_machine_name, (char *)&my_machine_name,
/original-bsd/sbin/XNSrouted/
H A Ddefs.h41 (bcmp((caddr_t)(a1), (caddr_t)(a2), sizeof (struct sockaddr)) == 0)
/original-bsd/lib/libtelnet/
H A Dencrypt.h44 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
/original-bsd/usr.bin/tn3270/general/
H A Dgeneral.h38 #define memcmp(s1,s2,n) bcmp(s1,s2,n)
/original-bsd/sys/net/
H A Dradix.h107 #define Bcmp(a, b, n) bcmp(((char *)(a)), ((char *)(b)), (n))
113 #define Bcmp(a, b, n) bcmp(((caddr_t)(a)), ((caddr_t)(b)), (unsigned)(n))
/original-bsd/contrib/emacs-18.57/src/
H A Dm-hp9000s300.h162 #define bcmp memcmp macro
/original-bsd/sys/libkern/
H A DMakefile5 SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \

123456