/illumos-gate/usr/src/ucbcmd/test/ |
H A D | test.c | 27 #define EQ(a, b) ((strcmp(a, b) == 0)) macro 50 if (EQ(argv[0], "[")) { in main() 51 if (!EQ(argv[--ac], "]")) in main() 85 if (EQ(p2, "-o")) in exp() 87 if (EQ(p2, "]")) in exp() 102 if ((p2 != 0) && EQ(p2, "-a")) in e1() 111 if (EQ(nxtarg(0), "!")) in e2() 126 if (EQ(a, "(")) { in e3() 128 if (!EQ(nxtarg(0), ")")) synbad(") expected", ""); in e3() 133 if ((p2 == 0) || (!EQ(p2, "=") && !EQ(p2, "!="))) { in e3() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 77 #define EQ(val) (strcmp(token, val) == 0) macro 1173 if (EQ("ip")) { in pf_primary() 1180 if (EQ("ip6")) { in pf_primary() 1187 if (EQ("pppoe")) { in pf_primary() 1196 if (EQ("pppoed")) { in pf_primary() 1203 if (EQ("pppoes")) { in pf_primary() 1210 if (EQ("arp")) { in pf_primary() 1217 if (EQ("vlan")) { in pf_primary() 1227 if (EQ("vlan-id")) { in pf_primary() 1240 if (EQ("rarp")) { in pf_primary() [all …]
|
H A D | snoop_filter.c | 1125 #define EQ(val) (strcmp(token, val) == 0) macro 2098 if (EQ("ether")) in load_field() 2100 else if (EQ("ip") || EQ("ip6") || EQ("pppoed") || EQ("pppoes")) in load_field() 2102 else if (EQ("udp") || EQ("tcp") || EQ("icmp") || EQ("ip-in-ip") || in load_field() 2103 EQ("ah") || EQ("esp")) in load_field() 2159 if (EQ("not") || EQ("!")) { in primary() 2168 if (EQ("(")) { in primary() 2173 if (!EQ(")")) in primary() 2178 if (EQ("to") || EQ("dst")) { in primary() 2184 if (EQ("from") || EQ("src")) { in primary() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | volcopy.c | 45 #define EQ(X, Y, Z) !strncmp(X, Y, Z) macro 75 if (EQ(argv[1], "-a", 2)) { in main() 77 } else if (EQ(argv[1], "-e", 2)) { in main() 79 } else if (EQ(argv[1], "-s", 2)) { in main() 81 } else if (EQ(argv[1], "-y", 2)) { in main() 83 } else if (EQ(argv[1], "-buf", 4)) { in main() 85 } else if (EQ(argv[1], "-bpi", 4)) { in main() 92 } else if (EQ(argv[1], "-feet", 5)) { in main() 99 } else if (EQ(argv[1], "-reel", 5)) { in main() 106 } else if (EQ(argv[1], "-r", 2)) { /* 3b15 only */ in main() [all …]
|
H A D | df.c | 82 #define EQ(s1, s2) (strcmp(s1, s2) == 0) macro 287 if (EQ(program_name, DEVNM_CMD)) in main() 462 if (EQ(fstype, *p)) in is_remote_fs() 674 if (EQ(name, mtep->mte_mount->mnt_special)) { in resource_mount_entry() 713 if (EQ(special, mtep->mte_mount->mnt_special)) { in bdev_mount_entry() 727 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP)) in devid_matches() 784 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) { in path_mount_entry() 795 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS)) in path_mount_entry() 844 if (!EQ(match->mte_mount->mnt_fstype, in path_mount_entry() 880 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df() [all …]
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4y.y | 44 %nonassoc GT GE LT LE NE EQ 59 | e EQ e { $$ = $1 == $3; } 109 return (peek('=', EQ, EQ)); in yylex()
|
H A D | m4y_xpg4.y | 44 %nonassoc EQ NE 61 | e EQ e { $$ = $1 == $3; } 115 return (peek('=', EQ, EQ)); in yylex()
|
/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ 45 %left EQ LT GT GEQ LEQ NEQ 66 | expr EQ expr { $$ = rel(EQ, $1, $3); } 114 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 146 case EQ: in rel()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_comparison.c | 288 int LT, EQ, GT; in merge_comparisons() local 304 LT = EQ = GT = 0; in merge_comparisons() 312 EQ = 1; in merge_comparisons() 315 EQ = 1; in merge_comparisons() 319 EQ = 1; in merge_comparisons() 331 EQ = 1; in merge_comparisons() 334 EQ = 1; in merge_comparisons() 338 EQ = 1; in merge_comparisons() 344 if (LT && EQ && GT) in merge_comparisons() 346 if (LT && EQ) in merge_comparisons() [all …]
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 44 #define EQ 262 macro 96 EQ, EQ, LT, LEQ, GT, GEQ, NEQ, 193 case EQ: in rel() 217 case EQ: in rel() 553 case EQ: in expres()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.c | 42 #define EQ(a, b) (strcmp(a, b) == 0) macro 182 if (EQ((char *)cmdnam, "vi")) in main() 184 else if (EQ(cmdnam, "view")) { in main() 187 } else if (EQ(cmdnam, "vedit")) { in main() 193 } else if (EQ(cmdnam, "edit")) { in main()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 323 if (EQ(argv[1], "-a", 2)) { in main() 325 } else if (EQ(argv[1], "-e", 2)) { in main() 327 } else if (EQ(argv[1], "-s", 2)) { in main() 329 } else if (EQ(argv[1], "-y", 2)) { in main() 331 } else if (EQ(argv[1], "-buf", 4)) { in main() 333 } else if (EQ(argv[1], "-bpi", 4)) { in main() 341 } else if (EQ(argv[1], "-feet", 5)) { in main() 349 } else if (EQ(argv[1], "-reel", 5)) { in main() 357 } else if (EQ(argv[1], "-r", 2)) { /* 3b15 only */ in main() 367 } else if (EQ(argv[1], "-block", 6)) { /* 3b15 only */ in main() [all …]
|
H A D | volcopy.h | 39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) macro
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | tabs.c | 51 #define EQ(a, b) (strcmp(a, b) == 0) macro 507 if (EQ(terminal, t->ttype)) in termadj() 611 if (EQ(terminal, "4424")) in settabs() 642 if (EQ(terminal, "4424")) { /* TTY40 extra delays needed */ in cleartabs() 729 if (EQ(option, sp)) { in stdtab()
|
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | regexec.c | 96 #define EQ(a, b) ((a) == (b)) macro 126 #undef EQ 150 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 65 %token <node> EQ NE GE LE GT LT 128 %left EQ NE LANGLE RANGLE GE LE 310 | expr EQ expr { 311 $$ = node(EQ, $1, $3);
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 331 #define EQ 2 macro 333 #define GE (GT|EQ) 334 #define LE (LT|EQ) 336 #define ALL (GT|EQ|LT) 685 Map->Test |= EQ; in main() 1554 case EQ:
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magicutils.c | 60 #define EQ 0 macro 458 ep->e_opcode = EQ; in f_mkmtab() 628 case EQ: in f_ckmtab() 1027 case EQ: in op_to_name()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 87 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN 114 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|' 260 | pattern EQ pattern { $$ = op2($2, $1, $3); } 507 case LE: case LT: case EQ: case NE: case GT: case GE:
|
H A D | maketab.c | 76 { EQ, "relop", " == " },
|
H A D | lex.c | 269 yylval.i = EQ; in yylex() 270 RET(EQ); in yylex()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 44 { EQ, "relop", " == "},
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 139 %left EQ NE ISNULL NOTNULL IS LIKE GLOB BETWEEN IN. 497 setlist(A) ::= setlist(Z) COMMA nm(X) EQ expr(Y). 499 setlist(A) ::= nm(X) EQ expr(Y). {A = sqliteExprListAppend(0,Y,&X);} 574 expr(A) ::= expr(X) EQ expr(Y). {A = sqliteExpr(TK_EQ, X, Y, 0);} 778 cmd ::= PRAGMA ids(X) EQ nm(Y). {sqlitePragma(pParse,&X,&Y,0);} 779 cmd ::= PRAGMA ids(X) EQ ON(Y). {sqlitePragma(pParse,&X,&Y,0);} 780 cmd ::= PRAGMA ids(X) EQ plus_num(Y). {sqlitePragma(pParse,&X,&Y,0);} 781 cmd ::= PRAGMA ids(X) EQ minus_num(Y). {sqlitePragma(pParse,&X,&Y,1);}
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 77 %left EQ NE 297 | cexpr EQ cexpr
|
/illumos-gate/usr/src/cmd/bc/ |
H A D | bc.y | 89 %token <cc> DIGIT SQRT LENGTH _IF FFF EQ 271 re : e EQ e 755 c = EQ; in yylex()
|