Searched refs:memEQ (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c136 if (term && (STRLEN)(d-dlast) == tlen && memEQ(dlast, term, tlen)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs404 if (memEQ(name, "S_ISREG", 7)) {
415 if (memEQ(name, "S_ISCHR", 7)) {
426 if (memEQ(name, "S_ISDIR", 7)) {
437 if (memEQ(name, "S_ISBLK", 7)) {
455 if (memEQ(name, "WSTOPSIG", 8)) {
467 if (memEQ(name, "WTERMSIG", 8)) {
479 if (memEQ(name, "S_ISFIFO", 8)) {
492 if (memEQ(name, "WIFEXITED", 9)) {
503 if (memEQ(name, "WIFSTOPPED", 10)) {
519 if (memEQ(nam
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h272 # define memEQ(s1,s2,l) (!memcmp(s1,s2,l)) macro
275 # define memEQ(s1,s2,l) (!bcmp(s1,s2,l)) macro
H A Dpair.c229 memEQ(key, pag + ino[i], siz))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c584 if (klen == 5 && memEQ(key, "input", 5)) {
590 if (klen == 6 && memEQ(key, "output", 6)) {
596 if (klen == 7 && memEQ(key, "details", 7)) {
H A Dnumeric.c492 if (*sp + len <= send && memEQ(*sp, radix, len)) {
713 if (len == 10 && memEQ(pv, "0 but true", 10)) {
H A Dregcomp.h302 memEQ (ANYOF_BITMAP(p), "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377", ANYOF_BITMAP_SIZE)
H A Dhandy.h269 # define memEQ(s1,s2,l) (!memcmp(s1,s2,l)) macro
272 # define memEQ(s1,s2,l) (!bcmp(s1,s2,l)) macro
H A Dutil.c443 memEQ((char *)big, (char *)little, littlelen - 1))))
535 && memEQ((char*)s + 1, (char*)little + 1, littlelen - 2))
540 && memEQ((char*)s + 2, (char*)little + 1, littlelen - 2))
554 && memEQ((char*)s + 1, (char*)little + 1, littlelen - 2))
603 && memEQ((char *)(bigend - littlelen),
705 memEQ((char *)(big + 1), (char *)little, stop_pos - 1)))
H A Dregexec.c1975 if (memEQ(strend - len + 1, little, len - 1))
1978 last = memEQ(strend - len, little, len)
4398 if (len <= plen && memEQ(s, (char*)p, len)) {
H A Dutf8.c1684 (!klen || memEQ((char *)ptr, (char *)PL_last_swash_key, klen)) )
H A Dperlio.c743 if (memEQ(f->name, name, len) && f->name[len] == 0) {
4510 && memEQ(b->ptr - count, vbuf, count)) {
H A Dop.c2457 (tlen == rlen && memEQ((char *)t, (char *)r, tlen)))
2610 else if (!squash && rlen == tlen && memEQ((char*)t, (char*)r, tlen)) {
H A Dpp.c3279 memEQ(tmps, "\xef\xbf\xbd\0", 4)) {
H A Dtoke.c6689 if (*s == term && memEQ(s,PL_tokenbuf,len)) {
7073 if (s+termlen <= PL_bufend && memEQ(s, (char*)termstr, termlen))
H A Dsv.c5888 eq = memEQ(pv1, pv2, cur1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm910 if (*sp + len <= send && memEQ(*sp, radix, len)) {
923 if (*sp + len <= send && memEQ(*sp, radix, len)) {
1127 if (len == 10 && memEQ(pv, "0 but true", 10)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs702 if (len == 11 && memEQ("Digest::MD5", data, 11)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm263 is used to avoid C<memEQ> for short names, or to generate a comment to
274 # if (memEQ(name, "thingy", 6)) {
320 # Checked at the last character, so no need to memEQ it.
326 my $body = $indent . "if (memEQ(name, \"$name\", $len)) {\n";
547 # memEQ clause at no cost).
574 # the string wins. Because if that passes but the memEQ fails, it may

Completed in 141 milliseconds