Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c321 if (equal) { in krb5_creds_compare()
326 if (equal) { in krb5_creds_compare()
331 if (equal) { in krb5_creds_compare()
339 if (equal) { in krb5_creds_compare()
346 if (equal) { in krb5_creds_compare()
350 if (equal) { in krb5_creds_compare()
354 if (equal) { in krb5_creds_compare()
370 if (equal) { in krb5_creds_compare()
377 if (equal) { in krb5_creds_compare()
384 if (equal) { in krb5_creds_compare()
[all …]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.S42 je .equal
46 je .equal / Used all n chars?
49 jne .notequal_0 / Are the bytes equal?
51 je .equal / End of string?
54 je .equal / Used all n chars?
57 jne .notequal_1 / Are the bytes equal?
59 je .equal / End of string?
62 je .equal / Used all n chars?
67 je .equal / End of string?
70 je .equal / Used all n chars?
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.S36 je .equal
41 je .equal / Used all n chars?
44 jne .notequal_0 / Are the bytes equal?
46 je .equal / End of string?
49 je .equal / Used all n chars?
52 jne .notequal_1 / Are the bytes equal?
54 je .equal / End of string?
57 je .equal / Used all n chars?
62 je .equal / End of string?
65 je .equal / Used all n chars?
[all …]
H A Dwsncmp.S46 je .equal
51 je .equal / Used all n chars?
54 jne .notequal_0 / Are the bytes equal?
56 je .equal / End of string?
59 je .equal / Used all n chars?
62 jne .notequal_1 / Are the bytes equal?
64 je .equal / End of string?
67 je .equal / Used all n chars?
72 je .equal / End of string?
75 je .equal / Used all n chars?
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.S129 bz .stringsequal ! yup, done, strings equal
171 bz .done ! yup, done, strings equal
265 ! words are equal but the end of s1 has been reached
266 ! this means the strings must be equal
269 restore %g0, %g0, %o0 ! return 0, i.e. strings are equal
305 ! words are equal but the end of s1 has been reached
306 ! this means the strings must be equal
318 bz .done ! yup, done, strings equal
327 bz .done ! yup, done, strings equal
335 bz .stringsequal ! yup, done, strings equal
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c97 #define equal(a, b) (strcmp((a), (b)) == 0) macro
202 } else if (equal(arg, "external")) { in main()
206 } else if (equal(arg, "sender")) { in main()
210 } else if (equal(arg, "internal")) { in main()
214 } else if (equal(arg, "stop")) { in main()
294 if (equal(*table, val)) in lookup()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c782 char *equal = (char *)0; in sip_uri_parse_params() local
819 if (equal == (char *)0) { in sip_uri_parse_params()
832 if (mark == equal || equal + 1 == scan) { in sip_uri_parse_params()
843 if (scan - equal == 1) { in sip_uri_parse_params()
848 mark = equal + 1; in sip_uri_parse_params()
853 if (scan - equal == 1) { in sip_uri_parse_params()
858 mark = equal; in sip_uri_parse_params()
874 mark = equal + 1; in sip_uri_parse_params()
908 mark == equal)) { in sip_uri_parse_params()
932 char *equal = NULL; in sip_uri_parse_headers() local
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc147 (np->key->equal(i, casein)) && l == location) { in getnext()
169 if (np->hashval == hval && np->key->equal(i, casein) && in lookup()
193 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) { in lookup()
206 (curr->key->equal(i, casein))) { in lookup()
237 if (np->hashval == hval && np->key->equal(i, casein) && in remove()
284 if (curr->hashval == hval && curr->key->equal(i, casein)) { in add()
H A Ddb_item_c.x65 % bool_t equal( item *, bool_t casein = FALSE );
68 % bool_t equal( char *, int, bool_t casein = FALSE );
H A Ddb_item.cc83 item::equal(item* other, bool_t casein) in equal() function in item
94 item::equal(char* other, int olen, bool_t casein) in equal() function in item
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst136 Compare equal.
139 Compare not-equal.
142 Compare less-than-or-equal (signed).
145 Compare greater-than-or-equal (signed).
160 Compare less-than-or-equal (unsigned).
163 Compare greater-than-or-equal (unsigned).
176 Floating-point compare ordered equal
179 Floating-point compare ordered not-equal
185 Floating-point compare ordered greater-or-equal
195 Floating-point compare unordered equal
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.S129 bz,pn %ncc, .stringsequal ! yup, done, strings equal
171 bz,pn %ncc, .done ! yup, done, strings equal
265 ! words are equal but the end of s1 has been reached
266 ! this means the strings must be equal
269 restore %g0, %g0, %o0 ! return 0, i.e. strings are equal
306 ! words are equal but the end of s1 has been reached
307 ! this means the strings must be equal
310 restore %g0, %g0, %o0 ! return 0, i.e. strings are equal
321 ! we know byte 1 is equal, so can compare bytes 1,2 as a group
330 ! we know bytes 1, 2 are equal, so can compare bytes 1,2,3 as a group
[all …]
H A Dstrcmp.S119 ! words are equal but the end of s1 has been reached
120 ! this means the strings must be equal
123 mov %g0, %o0 ! return 0, i.e. strings are equal
140 ! words are equal but the end of s1 has been reached
141 ! this means the strings must be equal
145 mov %g0, %o0 ! return 0, i.e. strings are equal
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c133 if (!equal(cp, "")) in vfree()
147 if (equal(str, "")) in vcopy()
190 if (equal(vp->v_name, name)) in lookup()
207 if (equal(gh->g_name, name)) in findgroup()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dmath.shlib21 # Do $action if the calculated percentage is greater or equal to that passed in:
94 # Verify $a is equal to $b, otherwise raise an error specifying
104 log_fail "Compared $type should be equal: $a != $b"
109 # Verify $a is not equal to $b, otherwise raise an error specifying
119 log_fail "Compared $type should be not equal: $a == $b"
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D__clock_gettime.S38 beq 2f ! equal to __CLOCK_REALTIME0
40 bne 1f ! equal to CLOCK_REALTIME
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c63 if (equal(sname(argv[0]), "cu")) { in main()
603 if (equal(parity, "even")) { in setparity()
605 } else if (equal(parity, "odd")) { in setparity()
608 } else if (equal(parity, "none")) { in setparity()
613 } else if (equal(parity, "zero")) { in setparity()
616 } else if (equal(parity, "one")) { in setparity()
H A Dvalue.c84 if (equal(p->v_value, v)) in vassign()
122 if (equal(s, "all")) { in vlex()
252 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s))) in vlookup()
H A Dacu.c101 if (!equal(string, value(HOST))) in connect()
156 if (equal(s, p->acu_name)) in acutype()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.S47 jnz .got_nan / jump if not equal to 0x80000000
49 jnz .got_nan / jump if not equal to 0
H A Dnextafterf.S52 je .equal
103 .equal: label
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc901 Wstring::equal(wchar_t * str, unsigned off, unsigned length) in equal() function in Wstring
907 Wstring::equal(wchar_t * str, unsigned off) in equal() function in Wstring
913 Wstring::equal(wchar_t * str) in equal() function in Wstring
915 return equal(str, 0); in equal()
919 Wstring::equal(Wstring * str, unsigned off, unsigned length) in equal() function in Wstring
925 Wstring::equal(Wstring * str) in equal() function in Wstring
927 return equal(str, 0); in equal()
931 Wstring::equal(Wstring * str, unsigned off) in equal() function in Wstring
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE39 is equal to
44 is not equal to
59 is less than or equal to
64 is greater than or equal to
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S92 retl ! strings compare equal
153 sub %g0, %g0, %o0 ! strings compare equal
1114 ret ! strings aren't equal
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h258 Boolean equal(wchar_t * str);
259 Boolean equal(wchar_t * str, unsigned off);
260 Boolean equal(wchar_t * str, unsigned off, unsigned length);
263 Boolean equal(Wstring * str);
264 Boolean equal(Wstring * str, unsigned off);
265 Boolean equal(Wstring * str, unsigned off, unsigned length);

12345