bin/csh/csh.c
1232
if (*v && eq(*v, STRmh)) {
bin/csh/csh.c
235
if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */
bin/csh/dir.c
221
if (!(dirflag & DIR_LONG) && hp != NULL && !eq(hp, STRslash) &&
bin/csh/dir.c
243
if (!eq(home, STRslash) && prefix(home, dir))
bin/csh/dol.c
874
if (c < 0 || eq(lbuf, term)) {
bin/csh/exec.c
222
if (pv[0][0] == 0 || eq(pv[0], STRdot)) /* don't make ./xxx */
bin/csh/exec.c
532
if (pv[0][0] == 0 || eq(pv[0], STRdot)) { /* don't make ./xxx */
bin/csh/exec.c
684
if (eq(sp->word, str2short(bptr->bname))) {
bin/csh/exec.c
713
if (pv[0][0] == 0 || eq(pv[0], STRdot)) {
bin/csh/exp.c
106
if (**vp && eq(**vp, STRor2)) {
bin/csh/exp.c
128
if (**vp && eq(**vp, STRand2)) {
bin/csh/exp.c
150
if (**vp && eq(**vp, STRor)) {
bin/csh/exp.c
172
if (**vp && eq(**vp, STRcaret)) {
bin/csh/exp.c
194
if (**vp && eq(**vp, STRand)) {
bin/csh/exp.c
228
i = eq(p1, p2);
bin/csh/exp.c
234
i = !eq(p1, p2);
bin/csh/exp.c
261
if (**vp && eq(**vp, STRequal))
bin/csh/exp.c
405
if (eq(**vp, STRbang)) {
bin/csh/exp.c
415
if (eq(**vp, STRtilde)) {
bin/csh/exp.c
425
if (eq(**vp, STRLparen)) {
bin/csh/exp.c
436
if (eq(**vp, STRLbrace)) {
bin/csh/exp.c
452
if (eq(*(*vp)++, STRRbrace))
bin/csh/func.c
1149
if (*v && eq(*v, STRmh)) {
bin/csh/func.c
1281
if (*v && eq(*v, STRmh)) {
bin/csh/func.c
154
else if (eq((vv = strip(vv)), STRminus)) {
bin/csh/func.c
207
if (eq(p, STRalias) || eq(p, STRunalias)) {
bin/csh/func.c
265
if (eq(*vv, STRthen)) {
bin/csh/func.c
660
eq(aword, STRthen))
bin/csh/func.c
664
if (type == T_GOTO && getword(aword) && eq(aword, goal))
bin/csh/func.c
683
if ((type == T_GOTO && eq(aword, goal)) ||
bin/csh/func.c
684
(type == T_SWITCH && eq(aword, STRdefault)))
bin/csh/func.c
897
if (sep == ' ' && *v && eq(*v, STRmn))
bin/csh/func.c
942
if (eq(vp, STRPATH)) {
bin/csh/func.c
946
else if (eq(vp, STRLANG) || eq(vp, STRLC_CTYPE)) {
bin/csh/func.c
992
if (eq(name, STRLANG) || eq(name, STRLC_CTYPE)) {
bin/csh/parse.c
121
if (p->next != p2 && eq(p->next->word, STRand))
bin/csh/parse.c
169
if (p1->word[0] && eq(p1->word, alout.next->word)) {
bin/csh/parse.c
253
if (p->next != p2 && eq(p->next->word, STRand))
bin/csh/parse.c
542
if (p->next != p2 && eq(p->next->word, STRand)) {
bin/csh/parse.c
549
if (p->next != p2 && eq(p->next->word, STRbang))
bin/csh/proc.c
1153
if (cp == 0 || cp[1] == 0 || eq(cp, STRcent2) || eq(cp, STRcentplus)) {
bin/csh/proc.c
1158
if (eq(cp, STRcentminus) || eq(cp, STRcenthash)) {
bin/csh/proc.c
1260
|| (gointr && eq(gointr, STRminus));
bin/csh/proc.c
178
!eq(dcwd->di_name, fp->p_cwd->di_name)) {
bin/csh/proc.c
306
!eq(dcwd->di_name, fp->p_cwd->di_name)) {
bin/csh/proc.c
313
if (eq(value(STRlistjobs), STRlong))
bin/csh/proc.c
329
(!gointr || !eq(gointr, STRminus))) {
bin/csh/proc.c
773
!eq(tp->p_cwd->di_name, dcwd->di_name)) {
bin/csh/proc.c
792
if (flag & SHELLDIR && !eq(tp->p_cwd->di_name, dcwd->di_name)) {
bin/csh/proc.c
845
if (eq(*v, STRml) && !v[1]) {
bin/csh/proc.c
847
} else if (eq(*v, STRmZ)) {
bin/csh/sem.c
116
if (eq(t->t_dcom[0], STRnice)) {
bin/csh/sem.c
135
} else if (eq(t->t_dcom[0], STRnohup)) {
bin/csh/sem.c
142
} else if (eq(t->t_dcom[0], STRtime)) {
bin/csh/sem.c
305
|| (gointr && eq(gointr, STRminus));
bin/csh/set.c
106
if (eq(vp, STRpath)) {
bin/csh/set.c
115
else if (eq(vp, STRhistchars)) {
bin/csh/set.c
121
else if (eq(vp, STRuser)) {
bin/csh/set.c
125
else if (eq(vp, STRwordchars)) {
bin/csh/set.c
128
else if (eq(vp, STRterm))
bin/csh/set.c
130
else if (eq(vp, STRhome)) {
bin/csh/set.c
149
else if (eq(vp, STRfilec))
bin/csh/set.c
153
else if (eq(vp, STRedit))
bin/csh/set.c
191
else if (*v && eq(*v, STRequal)) {
bin/csh/set.c
198
if (eq(p, STRLparen)) {
bin/csh/set.c
334
if (eq(vp, STRpath)) {
bin/csh/set.c
705
if (*val == 0 || eq(*val, STRRparen))
games/cribbage/cards.c
105
if (eq(a, b[i]))
games/cribbage/cards.c
119
if (!eq(a, d[i]))
sbin/sysctl/sysctl.c
1895
printf("%s%s", name, eq);
sbin/sysctl/sysctl.c
1966
printf("%s%s", name, eq);
sbin/sysctl/sysctl.c
2025
printf("%s%s", name, eq);
sbin/sysctl/sysctl.c
2207
printf("%s%s%s", sname, eq, ctime(&boottime));
sbin/sysctl/sysctl.c
2237
printf("%s%s", sname, eq);
sbin/sysctl/sysctl.c
2382
printf("%s%s", sname, eq);
sbin/sysctl/sysctl.c
277
const char *eq = " = ";
sbin/sysctl/sysctl.c
307
eq = "=";
sys/arch/vax/include/qduser.h
219
#define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
sys/arch/vax/include/qduser.h
220
#define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
sys/arch/vax/include/qduser.h
230
#define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
sys/arch/vax/include/qduser.h
231
(eq)->header.head = 0 : 0 )
sys/arch/vax/include/qduser.h
238
#define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
sys/arch/vax/include/qduser.h
239
((eq)->header.tail+1 == (eq)->header.size && \
sys/arch/vax/include/qduser.h
240
(eq)->header.head == 0))
sys/arch/vax/include/qduser.h
244
#define PUTBEGIN(eq) (&(eq)->header.events[(eq)->header.tail])
sys/arch/vax/include/qduser.h
254
#define PUTEND(eq) (++(eq)->header.tail >= (eq)->header.size ? \
sys/arch/vax/include/qduser.h
255
(eq)->header.tail = 0 : 0)
sys/dev/pci/if_mcx.c
4360
mcx_create_eq(struct mcx_softc *sc, struct mcx_eq *eq, int uar,
sys/dev/pci/if_mcx.c
4373
eq->eq_cons = 0;
sys/dev/pci/if_mcx.c
4380
if (mcx_dmamem_alloc(sc, &eq->eq_mem, npages * MCX_PAGE_SIZE,
sys/dev/pci/if_mcx.c
4386
eqe = (struct mcx_eq_entry *)MCX_DMA_KVA(&eq->eq_mem);
sys/dev/pci/if_mcx.c
4411
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
4412
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_PREREAD);
sys/dev/pci/if_mcx.c
4415
mcx_cmdq_mboxes_pas(&mxm, sizeof(*mbin), npages, &eq->eq_mem);
sys/dev/pci/if_mcx.c
4436
eq->eq_n = mcx_get_id(out->cmd_eqn);
sys/dev/pci/if_mcx.c
4440
mcx_arm_eq(sc, eq, uar);
sys/dev/pci/if_mcx.c
4445
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
4446
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_POSTREAD);
sys/dev/pci/if_mcx.c
4449
mcx_dmamem_free(sc, &eq->eq_mem);
sys/dev/pci/if_mcx.c
6675
mcx_query_eq(struct mcx_softc *sc, struct mcx_eq *eq, struct mcx_eq_ctx *eq_ctx)
sys/dev/pci/if_mcx.c
6692
in->cmd_eqn = htobe32(eq->eq_n);
sys/dev/pci/if_mcx.c
7123
mcx_arm_eq(struct mcx_softc *sc, struct mcx_eq *eq, int uar)
sys/dev/pci/if_mcx.c
7129
val = (eq->eq_n << 24) | (eq->eq_cons & 0xffffff);
sys/dev/pci/if_mcx.c
7136
mcx_next_eq_entry(struct mcx_softc *sc, struct mcx_eq *eq)
sys/dev/pci/if_mcx.c
7141
eqe = (struct mcx_eq_entry *)MCX_DMA_KVA(&eq->eq_mem);
sys/dev/pci/if_mcx.c
7142
next = eq->eq_cons % (1 << MCX_LOG_EQ_SIZE);
sys/dev/pci/if_mcx.c
7144
((eq->eq_cons >> MCX_LOG_EQ_SIZE) & 1)) {
sys/dev/pci/if_mcx.c
7145
eq->eq_cons++;
sys/dev/pci/if_mcx.c
7155
struct mcx_eq *eq = &sc->sc_admin_eq;
sys/dev/pci/if_mcx.c
7158
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
7159
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_POSTREAD);
sys/dev/pci/if_mcx.c
7161
while ((eqe = mcx_next_eq_entry(sc, eq)) != NULL) {
sys/dev/pci/if_mcx.c
7185
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
7186
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_PREREAD);
sys/dev/pci/if_mcx.c
7188
mcx_arm_eq(sc, eq, sc->sc_uar);
sys/dev/pci/if_mcx.c
7198
struct mcx_eq *eq = &q->q_eq;
sys/dev/pci/if_mcx.c
7202
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
7203
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_POSTREAD);
sys/dev/pci/if_mcx.c
7205
while ((eqe = mcx_next_eq_entry(sc, eq)) != NULL) {
sys/dev/pci/if_mcx.c
7215
bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&eq->eq_mem),
sys/dev/pci/if_mcx.c
7216
0, MCX_DMA_LEN(&eq->eq_mem), BUS_DMASYNC_PREREAD);
sys/dev/pci/if_mcx.c
7218
mcx_arm_eq(sc, eq, q->q_uar);
sys/dev/pci/if_mcx.c
8795
struct mcx_eq_ctx eq;
sys/dev/pci/if_mcx.c
8902
if (mcx_query_eq(sc, &q->q_eq, &u.eq) != 0) {
sys/dev/pci/if_mcx.c
8908
kstat_kv_u64(kvs++) = bemtoh32(&u.eq.eq_producer_counter);
sys/dev/pci/if_mcx.c
8909
kstat_kv_u64(kvs++) = bemtoh32(&u.eq.eq_consumer_counter);
sys/dev/pci/if_mcx.c
8911
switch ((bemtoh32(&u.eq.eq_status) & MCX_EQ_CTX_STATUS_MASK) >>
sys/dev/pci/if_mcx.c
8926
switch ((bemtoh32(&u.eq.eq_status) & MCX_EQ_CTX_STATE_MASK) >>
sys/dev/pcmcia/if_wi_pcmcia.c
482
const u_int8_t *p, *ep, *q, *eq;
sys/dev/pcmcia/if_wi_pcmcia.c
522
for (q = ebuf, eq = q + ebuflen; q < eq; q += elen * 2) {
sys/dev/qbus/qduser.h
212
#define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail)
sys/dev/qbus/qduser.h
213
#define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head])
sys/dev/qbus/qduser.h
223
#define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \
sys/dev/qbus/qduser.h
224
(eq)->header.head = 0 : 0 )
sys/dev/qbus/qduser.h
231
#define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
sys/dev/qbus/qduser.h
232
((eq)->header.tail+1 == (eq)->header.size && \
sys/dev/qbus/qduser.h
233
(eq)->header.head == 0))
sys/dev/qbus/qduser.h
237
#define PUTBEGIN(eq) (&(eq)->header.events[(eq)->header.tail])
sys/dev/qbus/qduser.h
247
#define PUTEND(eq) (++(eq)->header.tail >= (eq)->header.size ? \
sys/dev/qbus/qduser.h
248
(eq)->header.tail = 0 : 0)
sys/netinet/tcp_input.c
1682
int eq = 0;
sys/netinet/tcp_input.c
1686
eq = in_hosteq(ip->ip_src, ip->ip_dst);
sys/netinet/tcp_input.c
1690
eq = IN6_ARE_ADDR_EQUAL(&ip6->ip6_src,
sys/netinet/tcp_input.c
1695
if (eq) {
tests/lib/libc/db/h_db.c
618
char *eq;
tests/lib/libc/db/h_db.c
620
if ((eq = strchr(s, '=')) == NULL)
tests/lib/libc/db/h_db.c
622
*eq++ = '\0';
tests/lib/libc/db/h_db.c
623
if (!isdigit((unsigned char)*eq))
tests/lib/libc/db/h_db.c
629
ib.flags = atoi(eq);
tests/lib/libc/db/h_db.c
633
ib.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
637
ib.maxkeypage = atoi(eq);
tests/lib/libc/db/h_db.c
641
ib.minkeypage = atoi(eq);
tests/lib/libc/db/h_db.c
645
ib.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
649
ib.psize = atoi(eq);
tests/lib/libc/db/h_db.c
655
ih.bsize = atoi(eq);
tests/lib/libc/db/h_db.c
659
ih.ffactor = atoi(eq);
tests/lib/libc/db/h_db.c
663
ih.nelem = atoi(eq);
tests/lib/libc/db/h_db.c
667
ih.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
671
ih.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
677
rh.flags = atoi(eq);
tests/lib/libc/db/h_db.c
681
rh.cachesize = atoi(eq);
tests/lib/libc/db/h_db.c
685
rh.lorder = atoi(eq);
tests/lib/libc/db/h_db.c
689
rh.reclen = atoi(eq);
tests/lib/libc/db/h_db.c
693
rh.bval = atoi(eq);
tests/lib/libc/db/h_db.c
697
rh.psize = atoi(eq);
tests/lib/libppath/t_ppath.c
32
bool eq;
tests/lib/libppath/t_ppath.c
40
eq = (strcmp(lt, rt) == 0);
tests/lib/libppath/t_ppath.c
45
return eq;
usr.bin/checknr/checknr.c
208
static int eq(const char *, const char *);
usr.bin/checknr/checknr.c
349
if (eq(mac, "de"))
usr.bin/checknr/checknr.c
449
if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr))
usr.bin/checknr/checknr.c
454
if (eq(mac, br[i].opbr)) {
usr.bin/checknr/checknr.c
469
if (eq(mac, br[i].clbr)) {
usr.bin/checknr/checknr.c
488
if (eq(mac,br[stk[j].opno].clbr)) {
usr.bin/checknr/checknr.c
541
if (eq(mac, "."))
usr.bin/config/main.c
2145
char *eq = strchr(buf, '=');
usr.bin/config/main.c
2147
if (!eq)
usr.bin/config/main.c
2150
*eq = 0;
usr.bin/config/main.c
2151
p = newnv(estrdup(buf), estrdup(eq+1), NULL, 0, NULL);
usr.bin/make/parse.c
1787
const char *nameStart, *nameEnd, *firstSpace, *eq;
usr.bin/make/parse.c
1829
eq = p - 1;
usr.bin/make/parse.c
1832
eq = p;
usr.bin/make/parse.c
1838
nameEnd = firstSpace != NULL ? firstSpace : eq;
usr.bin/make/parse.c
1839
p = eq + 1;
usr.bin/make/parse.c
1841
*out_var = AdjustVarassignOp(nameStart, nameEnd, eq, p);
usr.bin/xlint/lint1/tree.c
2474
bool eq = all_members_compatible(msym);
usr.bin/xlint/lint1/tree.c
2481
if (eq && !allow_c90)
usr.bin/xlint/lint1/tree.c
2490
if (eq) {
usr.bin/xlint/lint1/tree.c
5141
bool eq = mp->m_warn_if_operand_eq &&
usr.bin/xlint/lint1/tree.c
5155
check_expr_misc(ln, cvctx, ccond, eq, is_direct, discard, szof);
usr.bin/xlint/lint1/tree.c
5160
check_expr_misc(rn, false, true, eq, false, false, szof);
usr.bin/xlint/lint1/tree.c
5163
check_expr_misc(rn, cvctx, ccond, eq, false, false, szof);
usr.bin/xlint/lint1/tree.c
5170
check_expr_misc(rn, true, false, eq, false, false,
usr.bin/xlint/lint2/chk.c
1127
bool osdef, eq, dowarn;
usr.bin/xlint/lint2/chk.c
1158
eq = types_compatible(xt1 = *ap1, xt2 = *ap2,
usr.bin/xlint/lint2/chk.c
1160
if (!eq || dowarn) {
usr.bin/xlint/lint2/chk.c
243
bool dowarn, eq;
usr.bin/xlint/lint2/chk.c
257
eq = types_compatible(tp1, tp2,
usr.bin/xlint/lint2/chk.c
261
if ((t1 == STRUCT || t1 == UNION) && !eq) {
usr.bin/xlint/lint2/chk.c
283
if (!eq || (sflag && dowarn)) {
usr.bin/xlint/lint2/chk.c
313
bool eq = types_compatible(xt1, xt2,
usr.bin/xlint/lint2/chk.c
315
if (!eq || (sflag && dowarn)) {