| /freebsd-13.1/usr.sbin/etcupdate/tests/ |
| H A D | tests_test.sh | 109 mkfifo $i/equal/equal/equal/fifo 110 echo "foo" > $i/equal/equal/equal/file 111 mkdir $i/equal/equal/equal/dir 112 ln -s "bar" $i/equal/equal/equal/link 755 fifo /equal/equal/equal/fifo 756 file /equal/equal/equal/file "foo" 757 dir /equal/equal/equal/dir 758 link /equal/equal/equal/link "bar" 949 D /first/equal/second/fifo 950 D /first/equal/second/file [all …]
|
| /freebsd-13.1/tools/regression/geom_gpt/ |
| H A D | gctl_test_helper.c | 61 char *e, *colon, *equal; in parse() local 67 equal = strchr(arg, '='); in parse() 70 if (colon == arg || equal == arg) in parse() 72 if (colon != NULL && equal != NULL && equal < colon) in parse() 77 if (equal != NULL) in parse() 78 *equal++ = '\0'; in parse() 93 if (equal != NULL) { in parse() 94 if (strlen(equal) >= PATH_MAX) in parse() 96 strcpy(*value, equal); in parse() 101 if (*equal == '\0') in parse() [all …]
|
| /freebsd-13.1/tools/tools/net80211/wlaninject/ |
| H A D | wlaninject.c | 190 if (equal(type, "mgt")) in str2type() 192 else if (equal(type, "ctl")) in str2type() 198 #undef equal in str2type() 204 if (equal(subtype, "preq") || equal(subtype, "probereq")) in str2subtype() 210 else if (equal(subtype, "areq") || equal(subtype, "assocreq")) in str2subtype() 218 #undef equal in str2subtype() 240 if (equal(ac, "ac_be") || equal(ac, "be")) in str2wmeac() 242 if (equal(ac, "ac_bk") || equal(ac, "bk")) in str2wmeac() 244 if (equal(ac, "ac_vi") || equal(ac, "vi")) in str2wmeac() 246 if (equal(ac, "ac_vo") || equal(ac, "vo")) in str2wmeac() [all …]
|
| /freebsd-13.1/share/security/ |
| H A D | lomac-policy.contexts | 9 /dev(/.*)? lomac/equal 16 (/var)?/tmp(/.*)? lomac/equal 17 /tmp/\.X11-unix lomac/high[equal] 18 /tmp/\.X11-unix/.* lomac/equal 19 /proc(/.*)? lomac/equal 28 /var/run/utx.active lomac/equal 29 /var/log/utx.(lastlogin|log) lomac/equal
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | environ.c | 43 char *equal; local 45 equal = strchr(name, '='); 46 return ((equal == 0) ? strlen(name) : (equal - name)); 79 char *equal = strchr(nameval, '='); local 80 char *value = (equal ? equal : "");
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | equal.h | 29 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _BinaryPredicate… in equal() function 38 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) { in equal() function 41 return _VSTD::equal(__first1, __last1, __first2, __equal_to<__v1, __v2>()); in equal() 62 return _VSTD::equal<_RandomAccessIterator1, _RandomAccessIterator2, in __equal() 68 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 … in equal() function 77 equal(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 … in equal() function
|
| /freebsd-13.1/contrib/atf/atf-c/ |
| H A D | build_test.c | 47 bool equal; in equal_arrays() local 50 equal = true; in equal_arrays() 52 equal = false; in equal_arrays() 54 equal = true; in equal_arrays() 57 equal = false; in equal_arrays() 65 return equal; in equal_arrays()
|
| /freebsd-13.1/contrib/atf/atf-c++/ |
| H A D | build_test.cpp | 77 bool equal = true; in equal_argvs() local 80 while (equal && (i < aa.size() && array[i] != NULL)) { in equal_argvs() 82 equal = false; in equal_argvs() 87 if (equal && (i < aa.size() || array[i] != NULL)) in equal_argvs() 88 equal = false; in equal_argvs() 90 return equal; in equal_argvs()
|
| /freebsd-13.1/crypto/heimdal/lib/gssapi/ |
| H A D | test_kcred.c | 65 int equal; in copy_import() local 99 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal); in copy_import() 102 if (!equal) in copy_import() 123 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal); in copy_import() 126 if (!equal) in copy_import()
|
| H A D | test_names.c | 109 int len, equal; in main() local 171 maj_stat = gss_compare_name(&min_stat, MNname, MNname2, &equal); in main() 174 if (!equal) in main() 209 maj_stat = gss_compare_name(&min_stat, name, MNname, &equal); in main() 212 if (!equal) in main()
|
| /freebsd-13.1/contrib/unbound/services/cache/ |
| H A D | rrset.c | 126 need_to_update_rrset(void* nd, void* cd, time_t timenow, int equal, int ns) in need_to_update_rrset() argument 137 newd->security != sec_status_bogus && !equal) in need_to_update_rrset() 143 if(equal && cached->ttl >= timenow && in need_to_update_rrset() 152 if( newd->trust == cached->trust && !equal ) { in need_to_update_rrset() 193 int equal = 0; in rrset_cache_update() local 207 equal = rrsetdata_equal((struct packed_rrset_data*)k->entry. in rrset_cache_update() 210 equal, (rrset_type==LDNS_RR_TYPE_NS))) { in rrset_cache_update() 214 if(equal) return 2; in rrset_cache_update() 234 || rrset_type == LDNS_RR_TYPE_DNAME) && !equal) { in rrset_cache_update()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ge25519.c | 152 static unsigned char equal(signed char b,signed char c) in equal() function 175 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+1],equal(b,1) | equal(b,-1)); in choose_t() 176 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+2],equal(b,2) | equal(b,-2)); in choose_t() 177 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+3],equal(b,3) | equal(b,-3)); in choose_t() 178 cmov_aff(t, &ge25519_base_multiples_affine[5*pos+4],equal(b,-4)); in choose_t()
|
| H A D | fe25519.c | 16 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal() function 87 crypto_uint32 m = equal(r->v[31],127); in fe25519_freeze() 89 m &= equal(r->v[i],255); in fe25519_freeze() 123 r = equal(t.v[0],0); in fe25519_iszero() 125 r &= equal(t.v[i],0); in fe25519_iszero()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-max3191x.txt | 19 The number of GPIOs must equal "#daisy-chained-devices" 23 The number of GPIOs must equal "#daisy-chained-devices" 26 The number of GPIOs must equal "#daisy-chained-devices" 29 The number of GPIOs must equal "maxim,db0-gpios".
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | istreambuf_iterator.h | 90 _LIBCPP_INLINE_VISIBILITY bool equal(const istreambuf_iterator& __b) const in equal() function 98 {return __a.equal(__b);} 104 {return !__a.equal(__b);}
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | math.shlib | 21 # Do $action if the calculated percentage is greater or equal to that passed in: 95 # Verify $a is equal to $b, otherwise raise an error specifying 105 log_fail "Compared $type should be equal: $a != $b" 110 # Verify $a is not equal to $b, otherwise raise an error specifying 120 log_fail "Compared $type should be not equal: $a == $b"
|
| /freebsd-13.1/bin/sh/bltin/ |
| H A D | echo.c | 66 if (equal(p, "-n")) { in main() 69 } else if (equal(p, "-e")) { in main()
|
| /freebsd-13.1/usr.bin/tip/tip/ |
| H A D | tip.c | 81 if (equal(__progname, "cu")) { in main() 620 if (equal(parity, "none")) { in setparity() 628 if (equal(parity, "odd")) in setparity() 630 else if (equal(parity, "zero")) in setparity() 632 else if (equal(parity, "one")) in setparity() 634 else if (!equal(parity, "even")) { in setparity()
|
| H A D | value.c | 118 if (p->v_value && equal(p->v_value, v)) in vassign() 152 if (equal(s, "all")) { in vlex() 275 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s))) in vlookup()
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | cgi.c | 55 int equal; /* match whole names, not substrings */ member 210 req->q.equal = 1; in parse_query_string() 240 req->q.equal = !strcmp(val, "0"); in parse_query_string() 641 if (req->q.equal || sz == 1) { in pg_searchres() 679 req->q.equal || sz == 1 ? FOCUS_NONE : FOCUS_QUERY); in pg_searchres() 702 if (req->q.equal || sz == 1) { in pg_searchres() 976 search.argmode = req->q.equal ? ARG_NAME : ARG_EXPR; in pg_search() 1016 if (req->isquery && req->q.equal && argc == 1) in pg_search() 1081 req.q.equal = 1; in main() 1143 req->q.equal = 1; in parse_path_info()
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 39 Expected arg #0: is equal to 0 52 Expected arg #0: is equal to 0 101 Expected arg #0: is equal to 0 103 Expected arg #1: is equal to 0 117 Expected arg #0: is equal to 0 138 Expected arg #0: is equal to 0 224 Expected arg #0: is equal to 2 226 Expected arg #1: is equal to 2 239 Expected arg #0: is equal to 2 241 Expected arg #1: is equal to 2
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wlf,arizona.yaml | 30 default. If present, values must be specified less than or equal 49 should be less than or equal to the number of outputs, if less values 64 of values should be less than or equal to the number of inputs, 80 or equal to the number of AIFs. If less than the number of AIFs, for
|
| /freebsd-13.1/usr.bin/mail/ |
| H A D | vars.c | 130 if (*vp->v_name == *name && equal(vp->v_name, name)) in lookup() 145 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup()
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 312 ``equal'' (=); `le' stands for ``less than or equal'' (<=); and `lt' stands 315 The standard greater-than (>), greater-than-or-equal (>=), and not-equal 317 not-equal function is just the logical complement of the equal function. 318 The greater-than-or-equal function is identical to the less-than-or-equal 322 The IEC/IEEE Standard specifies that the less-than-or-equal and less-than 324 The equal functions, on the other hand, are defined not to raise the invalid 333 The `signaling' equal functions are identical to the standard functions
|
| /freebsd-13.1/crypto/openssl/crypto/ec/ |
| H A D | ecp_nistp256.c | 861 u64 equal; 873 equal = kPrime[i] ^ out[i]; 874 equal--; 875 equal &= equal << 32; 876 equal &= equal << 16; 877 equal &= equal << 8; 878 equal &= equal << 4; 879 equal &= equal << 2; 880 equal &= equal << 1; 881 equal = 0 - (equal >> 63); [all …]
|