/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 319 int equal = 1; in krb5_creds_compare() local 321 if (equal) { in krb5_creds_compare() 322 equal = krb5_principal_compare (in_context, in_creds->client, in krb5_creds_compare() 326 if (equal) { in krb5_creds_compare() 327 equal = krb5_principal_compare (in_context, in_creds->server, in krb5_creds_compare() 331 if (equal) { in krb5_creds_compare() 332 equal = (in_creds->keyblock.enctype == in_compare_creds->keyblock.enctype && in krb5_creds_compare() 339 if (equal) { in krb5_creds_compare() 340 equal = (in_creds->times.authtime == in_compare_creds->times.authtime && in krb5_creds_compare() 346 if (equal) { in krb5_creds_compare() [all …]
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | wsncmp.s | 42 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? 65 jne .notequal_2 / Are the bytes equal? 67 je .equal / End of string? [all …]
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | strncmp.s | 36 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? 60 jne .notequal_2 / Are the bytes equal? 62 je .equal / End of string? [all …]
|
H A D | wsncmp.s | 46 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? 70 jne .notequal_2 / Are the bytes equal? 72 je .equal / End of string? [all …]
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | ascii_strcasecmp.s | 129 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 309 restore %g0, %g0, %o0 ! return 0, i.e. strings are equal 318 bz .done ! yup, done, strings equal 320 ! we know byte 1 is equal, so can compare bytes 1,2 as a group [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncinit.c | 99 #define equal(a, b) (strcmp((a), (b)) == 0) macro 204 } else if (equal(arg, "external")) { in main() 208 } else if (equal(arg, "sender")) { in main() 212 } else if (equal(arg, "internal")) { in main() 216 } else if (equal(arg, "stop")) { in main() 296 if (equal(*table, val)) in lookup()
|
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_parse_uri.c | 783 char *equal = (char *)0; in sip_uri_parse_params() local 819 equal = memchr(mark, '=', scan - mark); in sip_uri_parse_params() 820 if (equal == (char *)0) { in sip_uri_parse_params() 829 param->param_name.sip_str_len = equal - mark; in sip_uri_parse_params() 830 param->param_value.sip_str_ptr = equal + 1; in sip_uri_parse_params() 831 param->param_value.sip_str_len = scan - equal - 1; in sip_uri_parse_params() 833 if (mark == equal || equal + 1 == scan) { in sip_uri_parse_params() 837 paramleftlen = equal - mark + 1; in sip_uri_parse_params() 844 if (scan - equal == 1) { in sip_uri_parse_params() 849 mark = equal + 1; in sip_uri_parse_params() [all …]
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_index_entry.cc | 149 (np->key->equal(i, casein)) && l == location) { in getnext() 171 if (np->hashval == hval && np->key->equal(i, casein) && in lookup() 195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) { in lookup() 208 (curr->key->equal(i, casein))) { in lookup() 239 if (np->hashval == hval && np->key->equal(i, casein) && in remove() 286 if (curr->hashval == hval && curr->key->equal(i, casein)) { in add()
|
H A D | db_item_c.x | 67 % bool_t equal( item *, bool_t casein = FALSE ); 70 % bool_t equal( char *, int, bool_t casein = FALSE );
|
H A D | db_item.cc | 85 item::equal(item* other, bool_t casein) in equal() function in item 96 item::equal(char* other, int olen, bool_t casein) in equal() function in item
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | ascii_strcasecmp.s | 129 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 D | strcmp.s | 119 ! 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
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | vars.c | 135 if (!equal(cp, "")) in vfree() 149 if (equal(str, "")) in vcopy() 192 if (equal(vp->v_name, name)) in lookup() 209 if (equal(gh->g_name, name)) in findgroup()
|
/titanic_41/usr/src/lib/libc/sparc/sys/ |
H A D | __clock_gettime.s | 38 beq 2f ! equal to __CLOCK_REALTIME0 40 bne 1f ! equal to CLOCK_REALTIME
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tip.c | 58 if (equal(sname(argv[0]), "cu")) { in main() 598 if (equal(parity, "even")) { in setparity() 600 } else if (equal(parity, "odd")) { in setparity() 603 } else if (equal(parity, "none")) { in setparity() 608 } else if (equal(parity, "zero")) { in setparity() 611 } else if (equal(parity, "one")) { in setparity()
|
H A D | value.c | 86 if (equal(p->v_value, v)) in vassign() 124 if (equal(s, "all")) { in vlex() 254 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s))) in vlookup()
|
H A D | acu.c | 103 if (!equal(string, value(HOST))) in connect() 158 if (equal(s, p->acu_name)) in acutype()
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | isnanl.s | 47 jnz .got_nan / jump if not equal to 0x80000000 49 jnz .got_nan / jump if not equal to 0
|
H A D | nextafterf.s | 52 je .equal 103 .equal: label
|
H A D | nextafter.s | 54 je .equal 123 .equal: label
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | OBSOLETE | 39 is equal to 44 is not equal to 59 is less than or equal to 64 is greater than or equal to
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 907 Wstring::equal(wchar_t * str, unsigned off, unsigned length) in equal() function in Wstring 913 Wstring::equal(wchar_t * str, unsigned off) in equal() function in Wstring 919 Wstring::equal(wchar_t * str) in equal() function in Wstring 921 return equal(str, 0); in equal() 925 Wstring::equal(Wstring * str, unsigned off, unsigned length) in equal() function in Wstring 931 Wstring::equal(Wstring * str) in equal() function in Wstring 933 return equal(str, 0); in equal() 937 Wstring::equal(Wstring * str, unsigned off) in equal() function in Wstring
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 92 retl ! strings compare equal 153 sub %g0, %g0, %o0 ! strings compare equal 1114 ret ! strings aren't equal
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 258 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);
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | doname.cc | 226 if (wcb.equal(tbuffer)) { in find_dyntarget() 241 if (wcb.equal(tbuffer)) { in find_dyntarget() 2077 register wchar_t *equal; in do_assign() local 2091 equal = string; in do_assign() 2093 while (!iswspace(*equal) && in do_assign() 2094 (*equal != (int) plus_char) && in do_assign() 2095 (*equal != (int) equal_char)) { in do_assign() 2096 equal++; in do_assign() 2099 name = GETNAME(string, equal - string); in do_assign() 2101 while (!((*equal == (int) nul_char) || in do_assign() [all …]
|