Searched refs:lc2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dwcscasecmp.c30 int lc2 = 0; local
38 lc2 = towlower(*s2);
40 diff = lc1 - lc2;
H A Dwcsncasecmp.c30 int lc2 = 0; local
38 lc2 = towlower (*s2);
40 diff = lc1 - lc2;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/librewrite/
H A Dcontext.c36 const struct rewrite_context *lc1, *lc2; local
39 lc2 = (const struct rewrite_context *)c2;
44 assert( lc2->lc_name != NULL );
46 return strcasecmp( lc1->lc_name, lc2->lc_name );
59 struct rewrite_context *lc1, *lc2; local
62 lc2 = (struct rewrite_context *)c2;
67 assert( lc2->lc_name != NULL );
69 return( strcasecmp( lc1->lc_name, lc2->lc_name) == 0 ? -1 : 0 );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c410 const ldapconn_t *lc2 = (const ldapconn_t *)c2; local
417 rc = SLAP_PTRCMP( lc1->lc_conn, lc2->lc_conn );
419 rc = ber_bvcmp( &lc1->lc_local_ndn, &lc2->lc_local_ndn );
436 const ldapconn_t *lc2 = (const ldapconn_t *)c2; 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 );
464 const ldapconn_t *lc2 = (const ldapconn_t *)c2; local
469 return SLAP_PTRCMP( lc1->lc_conn, lc2->lc_conn );
482 ldapconn_t *lc2 local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c4388 location_chain lc1, lc2; local
4392 for (lc2 = vp2->loc_chain; lc2; lc2 = lc2->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))
4402 if (!lc2)
4414 location_chain lc1, lc2; local
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
1205 for (lc2 = vp2->loc_chain; lc2; lc2 = lc2->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))
1215 if (!lc2)

Completed in 134 milliseconds