Searched refs:lc1 (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dwcscasecmp.c29 int lc1 = 0; local
37 lc1 = towlower(*s1);
40 diff = lc1 - lc2;
44 if (!lc1)
H A Dwcsncasecmp.c29 int lc1 = 0; local
37 lc1 = towlower (*s1);
40 diff = lc1 - lc2;
44 if (!lc1)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/librewrite/
H A Dcontext.c36 const struct rewrite_context *lc1, *lc2; local
38 lc1 = (const struct rewrite_context *)c1;
43 assert( lc1->lc_name != NULL );
46 return strcasecmp( lc1->lc_name, lc2->lc_name );
59 struct rewrite_context *lc1, *lc2; local
61 lc1 = (struct rewrite_context *)c1;
66 assert( lc1->lc_name != NULL );
69 return( strcasecmp( lc1->lc_name, lc2->lc_name) == 0 ? -1 : 0 );
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dflow.s85 loop my_loop lc1;
91 LSeTuP (30, 4) lc1 = p0 >> 1;
H A Dflow2.s136 lsetup ( 4, 6 ) lc1 ;
138 lsetup ( FIR_filter, bottom_of_FIR_filter ) lc1 ;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c409 const ldapconn_t *lc1 = (const ldapconn_t *)c1; local
417 rc = SLAP_PTRCMP( lc1->lc_conn, lc2->lc_conn );
419 rc = ber_bvcmp( &lc1->lc_local_ndn, &lc2->lc_local_ndn );
435 const ldapconn_t *lc1 = (const ldapconn_t *)c1; local
443 rc = SLAP_PTRCMP( lc1->lc_conn, lc2->lc_conn );
445 rc = ber_bvcmp( &lc1->lc_local_ndn, &lc2->lc_local_ndn );
447 rc = SLAP_PTRCMP( lc1, lc2 );
463 const ldapconn_t *lc1 = (const ldapconn_t *)c1; local
469 return SLAP_PTRCMP( lc1->lc_conn, lc2->lc_conn );
481 ldapconn_t *lc1 local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c4388 location_chain lc1, lc2; local
4390 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next)
4394 if (REG_P (lc1->loc) && REG_P (lc2->loc))
4396 if (REGNO (lc1->loc) == REGNO (lc2->loc))
4399 if (rtx_equal_p (lc1->loc, lc2->loc))
4414 location_chain lc1, lc2; local
4422 lc1
7557 location_chain lc1, lc2; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvar-tracking.c1201 location_chain lc1, lc2; local
1203 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next)
1207 if (REG_P (lc1->loc) && REG_P (lc2->loc))
1209 if (REGNO (lc1->loc) == REGNO (lc2->loc))
1212 if (rtx_equal_p (lc1->loc, lc2->loc))

Completed in 180 milliseconds