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

/netbsd-current/lib/libc/string/
H A Dwcscasecmp.c32 int lc1 = 0; local
40 lc1 = towlower_l(*s1, loc);
43 diff = lc1 - lc2;
47 if (!lc1)
H A Dwcsncasecmp.c32 int lc1 = 0; local
40 lc1 = towlower_l(*s1, loc);
43 diff = lc1 - lc2;
47 if (!lc1)
/netbsd-current/external/bsd/libfido2/dist/src/
H A Diso7816.h26 uint8_t lc1;
/netbsd-current/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-current/external/gpl3/gdb.old/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-current/external/bsd/tmux/dist/
H A Dlayout.c872 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; local
1007 lc1 = lcnew;
1010 lc1 = lc;
1019 layout_set_size(lc1, size1, sy, xoff, yoff);
1020 layout_set_size(lc2, size2, sy, xoff + lc1->sx + 1, yoff);
1022 layout_set_size(lc1, sx, size1, xoff, 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.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-current/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c4925 location_chain *lc1, *lc2; local
4927 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->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))
4951 location_chain *lc1, *lc2; local
4959 lc1
4981 location_chain *lc1, *lc2; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc4932 location_chain *lc1, *lc2; local
4934 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->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))
4958 location_chain *lc1, *lc2; local
4966 lc1
4988 location_chain *lc1, *lc2; local
[all...]

Completed in 188 milliseconds