HomeSort by: relevance | last modified time | path
    Searched refs:equal (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/bin/sh/
mystring.h 45 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
cd.c 221 if (equal(component, ".."))
326 if (equal(p, "..")) {
328 } else if (*p != '\0' && ! equal(p, ".")) {
alias.c 126 if (equal(name, ap->name)) {
165 if (equal(name, ap->name)) {
exec.c 313 if (equal(p, "sh") || equal(p, "ash")) {
777 && (*name == '%' || equal(bp->name, name)))
789 if (*bp->name == *name && equal(bp->name, name))
984 if (equal(cmdp->cmdname, name))
1139 if (**pp == *arg && equal(*pp, arg))
  /src/bin/sh/bltin/
echo.c 78 if (equal(p, "-n")) {
81 } else if (equal(p, "-e")) {
  /src/usr.bin/make/unit-tests/
cond-cmp-numeric-ne.mk 5 # When both sides are equal, the != operator always yields false.
43 # be equal.
cond-cmp-numeric-ge.mk 5 # When both sides are equal, the >= operator always yields true.
68 # be equal.
cond-cmp-numeric-gt.mk 5 # When both sides are equal, the > operator always yields false.
67 # be equal.
cond-cmp-numeric-le.mk 5 # When both sides are equal, the <= operator always yields true.
68 # be equal.
cond-cmp-numeric-lt.mk 5 # When both sides are equal, the < operator always yields false.
67 # be equal.
varmod-order-numeric.mk 33 # equal-valued numbers are spelled the same, so they are indistinguishable in
cond-cmp-numeric.mk 26 # as strings and are therefore equal. If they were parsed as numbers,
  /src/common/lib/libc/arch/m68k/string/
bcmp.S 135 jne .Lbcnoteq | not equal, return non-zero
165 jne .Lbcnoteq | not equal, return non-zero
178 jne .Lbcnoteq | not equal, return non-zero
memcmp.S 78 jne .Lbcnoteq | not equal, return non-zero
90 jne .Lbcnoteql | not equal, return non-zero
97 jne .Lbcnoteq | not equal, return non-zero
  /src/sys/net/
raw_usrreq.c 57 equal(const struct sockaddr *a1, const struct sockaddr *a2) function in typeref:typename:int
89 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst))
91 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src))
  /src/usr.bin/mail/
vars.c 108 if (*vp->v_name == *name && equal(vp->v_name, name))
158 if (*gh->g_name == *name && equal(gh->g_name, name))
  /src/lib/libc/arch/vax/string/
bcopy.S 48 ret # equal, nothing to do
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_pp_psm.c 244 bool equal; local in function:power_state_management
255 &pcurrent->hardware, &requested->hardware, &equal)))
256 equal = false;
258 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) {
amdgpu_hardwaremanager.c 293 bool *equal)
300 return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal);
  /src/sys/lib/libkern/arch/vax/
blkcpy.S 41 ret # equal, nothing to do
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 511 equal(signed char b, signed char c) function in typeref:typename:unsigned char
560 ge25519_cmov(t, &precomp[0], equal(babs, 1));
561 ge25519_cmov(t, &precomp[1], equal(babs, 2));
562 ge25519_cmov(t, &precomp[2], equal(babs, 3));
563 ge25519_cmov(t, &precomp[3], equal(babs, 4));
564 ge25519_cmov(t, &precomp[4], equal(babs, 5));
565 ge25519_cmov(t, &precomp[5], equal(babs, 6));
566 ge25519_cmov(t, &precomp[6], equal(babs, 7));
567 ge25519_cmov(t, &precomp[7], equal(babs, 8));
595 ge25519_cmov_cached(t, &cached[0], equal(babs, 1))
    [all...]
  /src/sys/arch/evbarm/armadaxp/
armadaxp_start.S 50 #error KERNEL_BASE_VIRT should not equal KERNEL_BASE_PHYS
  /src/sys/arch/vax/boot/common/
str.S 148 4: clrl %r0 # We are done, strings equal.
  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 30 "and dedicated to the proposition that `all men are created equal'.";
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.h 333 #define amdgpu_dpm_check_state_equal(adev, cps, rps, equal) \
334 ((adev)->powerplay.pp_funcs->check_state_equal((adev)->powerplay.pp_handle, (cps), (rps), (equal)))

Completed in 25 milliseconds

1 2 3