Searched refs:equal (Results 1 - 25 of 73) sorted by relevance

123

/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?
65 jne .notequal_2 / Are the bytes equal?
67 je .equal / En
[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?
60 jne .notequal_2 / Are the bytes equal?
62 je .equal / En
[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?
70 jne .notequal_2 / Are the bytes equal?
72 je .equal / En
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c319 int equal = 1; local
321 if (equal) {
322 equal = krb5_principal_compare (in_context, in_creds->client,
326 if (equal) {
327 equal = krb5_principal_compare (in_context, in_creds->server,
331 if (equal) {
332 equal = (in_creds->keyblock.enctype == in_compare_creds->keyblock.enctype &&
339 if (equal) {
340 equal = (in_creds->times.authtime == in_compare_creds->times.authtime &&
346 if (equal) {
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D__clock_gettime.s39 je 2f / equal to __CLOCK_REALTIME0
41 jne 1f / equal to CLOCK_REALTIME
/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/lib/libnisdb/
H A Ddb_item_c.x67 % bool_t equal( item *, bool_t casein = FALSE );
70 % bool_t equal( char *, int, bool_t casein = FALSE );
H A Ddb_item.cc85 item::equal(item* other, bool_t casein) function in class:item
96 item::equal(char* other, int olen, bool_t casein) function in class:item
H A Ddb_vers_c.x102 %/* Predicate indicating whether this vers is equal to 'other'. */
103 % bool_t equal( vers *other);
H A Ddb_index_entry.cc149 (np->key->equal(i, casein)) && l == location) {
171 if (np->hashval == hval && np->key->equal(i, casein) &&
195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) {
208 (curr->key->equal(i, casein))) {
239 if (np->hashval == hval && np->key->equal(i, casein) &&
286 if (curr->hashval == hval && curr->key->equal(i, casein)) {
H A Ddb_log_entry_c.x99 % bool_t sane() { return( aversion.equal( &bversion ) ); }
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.h42 int (*equal) (const void *, const void *),
/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 Dnextafter.s54 je .equal
123 .equal:
H A Dnextafterf.s52 je .equal
103 .equal:
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c135 if (!equal(cp, ""))
149 if (equal(str, ""))
192 if (equal(vp->v_name, name))
209 if (equal(gh->g_name, name))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c99 #define equal(a, b) (strcmp((a), (b)) == 0) macro
204 } else if (equal(arg, "external")) {
208 } else if (equal(arg, "sender")) {
212 } else if (equal(arg, "internal")) {
216 } else if (equal(arg, "stop")) {
296 if (equal(*table, val))
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s129 bz .stringsequal ! yup, done, strings equal
150 bz .done ! yup, done, strings equal
171 bz .done ! yup, done, strings equal
192 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
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c783 char *equal = (char *)0; local
819 equal = memchr(mark, '=', scan - mark);
820 if (equal == (char *)0) {
829 param->param_name.sip_str_len = equal - mark;
830 param->param_value.sip_str_ptr = equal + 1;
831 param->param_value.sip_str_len = scan - equal - 1;
833 if (mark == equal || equal + 1 == scan) {
837 paramleftlen = equal - mark + 1;
844 if (scan - equal
933 char *equal = NULL; local
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
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
H A Dascii_strcasecmp.s129 bz,pn %ncc, .stringsequal ! yup, done, strings equal
150 bz,pn %ncc, .done ! yup, done, strings equal
171 bz,pn %ncc, .done ! yup, done, strings equal
192 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
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c58 if (equal(sname(argv[0]), "cu")) {
598 if (equal(parity, "even")) {
600 } else if (equal(parity, "odd")) {
603 } else if (equal(parity, "none")) {
608 } else if (equal(parity, "zero")) {
611 } else if (equal(parity, "one")) {
H A Dacu.c103 if (!equal(string, value(HOST)))
158 if (equal(s, p->acu_name))
H A Dvalue.c86 if (equal(p->v_value, v))
124 if (equal(s, "all")) {
254 if (equal(p->v_name, s) || (p->v_abrev && equal(p->v_abrev, s)))
/illumos-gate/usr/src/head/
H A Dmacros.h50 #define equal(str1, str2) (strcmp((str1), (str2)) == 0) macro

Completed in 117 milliseconds

123