/src/games/cribbage/ |
cards.c | 91 eq(CARD a, CARD b) function in typeref:typename:int 105 if (eq(a, b[i])) 119 if (!eq(a, d[i]))
|
/src/tests/usr.bin/xlint/lint1/ |
msg_102.c | 32 eq(int x) function in typeref:typename:_Bool
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_chained_origin_depot.cc | 32 bool eq(u32 hash, const args_type &args) const { function in struct:__msan::ChainedOriginDepotNode
|
/src/tests/lib/libppath/ |
t_ppath.c | 32 bool eq; local in function:dictionary_equals 40 eq = (strcmp(lt, rt) == 0); 45 return eq;
|
/src/sys/dev/pcmcia/ |
if_wi_pcmcia.c | 482 const u_int8_t *p, *ep, *q, *eq; local in function:wi_pcmcia_write_firm 522 for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 38 bool eq(u32 hash, const args_type &args) const { function in struct:__sanitizer::StackDepotNode
|
/src/usr.bin/checknr/ |
checknr.c | 138 {"EQ", "EN"}, 161 "EN", "EQ", "EX", "Ec", "Ed", "Ef", "Ek", "El", "Em", "Eo", "Er", 208 static int eq(const char *, const char *); 349 if (eq(mac, "de")) 449 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) 454 if (eq(mac, br[i].opbr)) { 469 if (eq(mac, br[i].clbr)) { 488 if (eq(mac,br[stk[j].opno].clbr)) { 521 /* eq: are two strings equal? */ 523 eq(const char *s1, const char *s2 function in typeref:typename:int [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
utils.c | 211 volatile unsigned char eq = 1U; local in function:sodium_compare 222 gt |= ((x2 - x1) >> 8) & eq; 223 eq &= ((x2 ^ x1) - 1) >> 8; 225 return (int) (gt + gt + eq) - 1;
|
/src/tests/lib/libc/db/ |
h_db.c | 618 char *eq; local in function:setinfo 620 if ((eq = strchr(s, '=')) == NULL) 622 *eq++ = '\0'; 623 if (!isdigit((unsigned char)*eq)) 629 ib.flags = atoi(eq); 633 ib.cachesize = atoi(eq); 637 ib.maxkeypage = atoi(eq); 641 ib.minkeypage = atoi(eq); 645 ib.lorder = atoi(eq); 649 ib.psize = atoi(eq); [all...] |
/src/usr.bin/xlint/lint2/ |
chk.c | 243 bool dowarn, eq; local in function:chkvtui 257 eq = types_compatible(tp1, tp2, 261 if ((t1 == STRUCT || t1 == UNION) && !eq) { 283 if (!eq || (sflag && dowarn)) { 313 bool eq = types_compatible(xt1, xt2, local in function:chkvtdi 315 if (!eq || (sflag && dowarn)) { 1127 bool osdef, eq, dowarn; local in function:check_argument_declarations 1158 eq = types_compatible(xt1 = *ap1, xt2 = *ap2, 1160 if (!eq || dowarn) {
|
/src/sys/netinet/ |
tcp_input.c | 1682 int eq = 0; local in function:tcp_input 1686 eq = in_hosteq(ip->ip_src, ip->ip_dst); 1690 eq = IN6_ARE_ADDR_EQUAL(&ip6->ip6_src, 1695 if (eq) {
|
/src/sbin/sysctl/ |
sysctl.c | 277 const char *eq = " = "; variable in typeref:typename:const char * 307 eq = "="; 1895 printf("%s%s", name, eq); 1966 printf("%s%s", name, eq); 2025 printf("%s%s", name, eq); 2207 printf("%s%s%s", sname, eq, ctime(&boottime)); 2237 printf("%s%s", sname, eq); 2382 printf("%s%s", sname, eq);
|
/src/bin/csh/ |
csh.h | 97 #define eq(a, b) (Strcmp(a, b) == 0) macro
|
/src/usr.bin/config/ |
main.c | 2145 char *eq = strchr(buf, '='); local in function:add_makeopt 2147 if (!eq) 2150 *eq = 0; 2151 p = newnv(estrdup(buf), estrdup(eq+1), NULL, 0, NULL);
|
/src/usr.bin/make/ |
parse.c | 1787 const char *nameStart, *nameEnd, *firstSpace, *eq; local in function:Parse_IsVar 1795 * ':sh' modifier. Of these two (nameEnd and eq), the earlier one 1829 eq = p - 1; 1832 eq = p; 1838 nameEnd = firstSpace != NULL ? firstSpace : eq; 1839 p = eq + 1; 1841 *out_var = AdjustVarassignOp(nameStart, nameEnd, eq, p);
|
/src/usr.bin/xlint/lint1/ |
tree.c | 1142 case EQ: 1237 case EQ: 1976 case EQ: 2311 bool eq = all_members_compatible(msym); local in function:struct_or_union_member 2318 if (eq && !allow_c90) 2327 if (eq) { 2749 if (!allow_trad && !allow_c99 && op != EQ && op != NE) 3325 case EQ: 3424 } else if (Pflag && eflag && mp->m_comparison && op != EQ && op != NE) 4925 case EQ 4984 bool eq = mp->m_warn_if_operand_eq && local in function:check_expr_misc [all...] |
/src/sys/dev/pci/ |
if_mcx.c | 4360 mcx_create_eq(struct mcx_softc *sc, struct mcx_eq *eq, int uar, 4373 eq->eq_cons = 0; 4380 if (mcx_dmamem_alloc(sc, &eq->eq_mem, npages * MCX_PAGE_SIZE, 4386 eqe = (struct mcx_eq_entry *)MCX_DMA_KVA(&eq->eq_mem); 4402 printf(", unable to allocate create eq mailboxen\n"); 4411 bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem), 4412 0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_PREREAD); 4415 mcx_cmdq_mboxes_pas(&mxm, sizeof(*mbin), npages, &eq->eq_mem); 4421 printf(", create eq timeout\n"); 4425 printf(", create eq command corrupt\n") 7155 struct mcx_eq *eq = &sc->sc_admin_eq; local in function:mcx_admin_intr 7198 struct mcx_eq *eq = &q->q_eq; local in function:mcx_cq_intr 8795 struct mcx_eq_ctx eq; member in union:mcx_kstat_queue_read::__anonb4946adb020a [all...] |