Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 144) sorted by relevance

123456

/mirbsd/src/lib/libc/stdlib/
Dputenv.c37 char *p, *equal; in putenv() local
42 if ((equal = strchr(p, '=')) == NULL) { in putenv()
46 *equal = '\0'; in putenv()
47 rval = setenv(p, equal + 1, 1); in putenv()
/mirbsd/src/usr.bin/tip/
Dtip.c75 if (equal(__progname, "cu")) {
605 if (equal(parity, "none")) {
613 if (equal(parity, "odd"))
615 else if (equal(parity, "zero"))
617 else if (equal(parity, "one"))
619 else if (!equal(parity, "even")) {
Dvalue.c109 if (p->v_value && equal(p->v_value, v))
149 if (equal(s, "all")) {
281 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s)))
Dremote.c154 HW = (CU == NOSTR) || (DU && equal(DV, CU));
Dtip.h139 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/mirbsd/src/gnu/usr.bin/perl/ext/threads/
Dthreads.pm31 '==' => \&equal,
57 sub equal { ($_[0]->tid == $_[1]->tid) || 0 } subroutine
/mirbsd/src/sys/net/
Draw_usrreq.c101 #define equal(a1, a2) \ in raw_input() macro
103 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst)) in raw_input()
105 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src)) in raw_input()
Dif.c845 #define equal(a1, a2) \ in ifa_ifwithaddr() macro
852 if (equal(addr, ifa->ifa_addr)) in ifa_ifwithaddr()
857 equal(ifa->ifa_broadaddr, addr)) in ifa_ifwithaddr()
879 if (equal(addr, ifa->ifa_dstaddr)) in ifa_ifwithdstaddr()
969 if (equal(addr, ifa->ifa_addr) || in ifaof_ifpforaddr()
970 (ifa->ifa_dstaddr && equal(addr, ifa->ifa_dstaddr))) in ifaof_ifpforaddr()
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Djust_plain_nasty.t51 '==' => \&equal,
55 sub equal { return 1 if rand(1) > 0.5 }
/mirbsd/src/usr.bin/mail/
Dvars.c137 if (*vp->v_name == *name && equal(vp->v_name, name)) in lookup()
151 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup()
Ddef.h71 #define equal(a, b) (strcmp(a,b)==0)/* A nice function to string compare */ macro
/mirbsd/src/gnu/usr.bin/perl/lib/unicore/
DStandardizedVariants.txt45 229C FE00; with equal sign touching the circle; # CIRCLED EQUALS
46 22DA FE00; with slanted equal; # LESS-THAN EQUAL TO OR GREATER-THAN
47 22DB FE00; with slanted equal; # GREATER-THAN EQUAL TO OR LESS-THAN
52 2AAC FE00; with slanted equal; # SMALLER THAN OR EQUAL TO
53 2AAD FE00; with slanted equal; # LARGER THAN OR EQUAL TO
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt32 87 bxle RS_RRRD "branch on index low or equal" g5 esa,zarch
54 b257 cuse RRE_RR "compare until substring equal" g5 esa,zarch
250 85 brxle RSI_RRP "branch relative on index low or equal" g5 esa,zarch
268 0730 bnler RR_0R "branch on not low or equal" g5 esa,zarch
271 0750 bnher RR_0R "branch on not high or equal" g5 esa,zarch
273 0770 bner RR_0R "branch on not equal" g5 esa,zarch
275 0780 ber RR_0R "branch on equal" g5 esa,zarch
278 07a0 bher RR_0R "branch on high or equal" g5 esa,zarch
281 07c0 bler RR_0R "brach on low or equal" g5 esa,zarch
290 4730 bnle RX_0RRD "branch on not low or equal" g5 esa,zarch
[all …]
/mirbsd/src/share/tmac/tab/
Dcode.x-ecs208 "\001=\b_", /*identically equal*/
212 "\001=\b/", /*not equal*/
217 "\001=", /*equation equal*/
Dcode.300208 "\001=\b_", /*identically equal*/
212 "\001=\b/", /*not equal*/
217 "\001=", /*equation equal*/
Dcode.xerox208 "\001=\b_", /*identically equal*/
212 "\001=\b/", /*not equal*/
217 "\001=", /*equation equal*/
Dcode.aj833208 "\001=\b_", /*identically equal*/
212 "\001=\b/", /*not equal*/
217 "\001=", /*equation equal*/
Dcode.itoh210 "\001=\b_", /*identically equal*/
214 "\001\033\046E\033\044", /*not equal*/
219 "\001=", /*equation equal*/
Dcode.nec208 "\001\341_\342\241_\342\241_\306\241", /*identically equal*/
212 "\001=\b/", /*not equal*/
217 "\001=", /*equation equal*/
/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_zero.pod43 If a B<BIGNUM> is equal to 0xffffffffL it can be represented as an
DDH_generate_parameters.pod37 checked, i.e. it does not equal 2 or 5.
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.cpu5832 "integer branch equal"
5855 (conditional-branch-i b eq OP_06 Ieq "integer branch equal")
5856 (conditional-branch-i b ne OP_06 Ine "integer branch not equal")
5857 (conditional-branch-i b le OP_06 Ile "integer branch less or equal")
5860 (conditional-branch-i b ge OP_06 Ige "integer branch greater or equal")
5861 (conditional-branch-i b ls OP_06 Ils "integer branch less or equal unsigned")
5886 "float branch equal"
5909 (conditional-branch-f fb ne OP_07 Fne "float branch not equal")
5910 (conditional-branch-f fb eq OP_07 Feq "float branch equal")
5912 (conditional-branch-f fb ue OP_07 Fue "float branch unordered or equal")
[all …]
Dsh64-media.cpu240 (dshmi beq "Branch if equal"
247 (dshmi beqi "Branch if equal immediate"
254 (dshmi bge "Branch if greater than or equal"
261 (dshmi bgeu "Branch if greater than or equal (unsigned comparison)"
290 (dshmi bne "Branch if not equal"
297 (dshmi bnei "Branch if not equal immediate"
333 (dshmi cmpeq "Compare equal"
351 (dshmi cmveq "Conditional move if equal to zero"
358 (dshmi cmvne "Conditional move if not equal to zero"
389 (dshmi fcmpeqd "Floating point compare if equal (double)"
[all …]
Diq2000.cpu808 (dni beq "branch if equal" (USES-RS USES-RT)
815 (dni beql "branch if equal likely" (USES-RS USES-RT)
823 (dni bgez "branch if greater than or equal to zero" (USES-RS)
830 (dni bgezal "branch if greater than or equal to zero and link" (USES-RS USES-R31)
840 "branch if greater than equal to zero and link likely" (USES-RS USES-R31)
850 (dni bgezl "branch if greater or equal to zero likely" (USES-RS)
920 (dni bne "branch if not equal" (USES-RS USES-RT)
927 (dni bnel "branch if not equal likely" (USES-RS USES-RT)
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dasx_version_compare.m428 # the strings are equal. run ACTION-IF-EQUAL and bail

123456