| /src/lib/libc/string/ |
| wcscasecmp.c | 32 int lc1 = 0; local 40 lc1 = towlower_l(*s1, loc); 43 diff = lc1 - lc2; 47 if (!lc1)
|
| wcsncasecmp.c | 32 int lc1 = 0; local 40 lc1 = towlower_l(*s1, loc); 43 diff = lc1 - lc2; 47 if (!lc1)
|
| /src/external/bsd/libfido2/dist/src/ |
| iso7816.h | 26 uint8_t lc1;
|
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| context.c | 36 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 );
|
| /src/external/bsd/tmux/dist/ |
| layout.c | 911 struct layout_cell *lc, *lcparent, *lcnew, *lc1, *lc2; local 1054 lc1 = lcnew; 1057 lc1 = lc; 1066 layout_set_size(lc1, size1, sy, xoff, yoff); 1067 layout_set_size(lc2, size2, sy, xoff + lc1->sx + 1, yoff); 1069 layout_set_size(lc1, sx, size1, xoff, yoff); 1070 layout_set_size(lc2, sx, size2, xoff, yoff + lc1->sy + 1);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| bind.c | 409 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 = (ldapconn_t *)c1 local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| var-tracking.cc | 4932 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 = var1->var_part[0].loc_chain 4988 location_chain *lc1, *lc2; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| var-tracking.cc | 4918 location_chain *lc1, *lc2; local 4920 for (lc1 = vp1->loc_chain; lc1; lc1 = lc1->next) 4924 if (REG_P (lc1->loc) && REG_P (lc2->loc)) 4926 if (REGNO (lc1->loc) == REGNO (lc2->loc)) 4929 if (rtx_equal_p (lc1->loc, lc2->loc)) 4944 location_chain *lc1, *lc2; local 4952 lc1 = var1->var_part[0].loc_chain 4974 location_chain *lc1, *lc2; local [all...] |