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

/netbsd-current/lib/libc/string/
H A Dwcscasecmp.c33 int lc2 = 0; local
41 lc2 = towlower_l(*s2, loc);
43 diff = lc1 - lc2;
H A Dwcsncasecmp.c33 int lc2 = 0; local
41 lc2 = towlower_l(*s2, loc);
43 diff = lc1 - lc2;
/netbsd-current/external/bsd/libfido2/dist/src/
H A Diso7816.h27 uint8_t lc2;
H A Diso7816.c25 apdu->header.lc2 = (uint8_t)((payload_len >> 8) & 0xff);
/netbsd-current/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-current/external/bsd/tmux/dist/
H A Dlayout.c872 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; local
1008 lc2 = lc;
1011 lc2 = lcnew;
1020 layout_set_size(lc2, size2, sy, xoff + lc1->sx + 1, yoff);
1023 layout_set_size(lc2, sx, size2, xoff, yoff + lc1->sy + 1);
/netbsd-current/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-current/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c4925 location_chain *lc1, *lc2; local
4929 for (lc2 = vp2->loc_chain; lc2; lc2 = lc2->next)
4931 if (REG_P (lc1->loc) && REG_P (lc2->loc))
4933 if (REGNO (lc1->loc) == REGNO (lc2->loc))
4936 if (rtx_equal_p (lc1->loc, lc2->loc))
4939 if (!lc2)
4951 location_chain *lc1, *lc2; local
4981 location_chain *lc1, *lc2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc4932 location_chain *lc1, *lc2; local
4936 for (lc2 = vp2->loc_chain; lc2; lc2 = lc2->next)
4938 if (REG_P (lc1->loc) && REG_P (lc2->loc))
4940 if (REGNO (lc1->loc) == REGNO (lc2->loc))
4943 if (rtx_equal_p (lc1->loc, lc2->loc))
4946 if (!lc2)
4958 location_chain *lc1, *lc2; local
4988 location_chain *lc1, *lc2; local
[all...]

Completed in 214 milliseconds