Searched defs:EQ (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c48 #define EQ(X, Y, Z) !strncmp(X, Y, Z) macro
78 if (EQ(argv[1], "-a", 2)) {
80 } else if (EQ(argv[1], "-e", 2)) {
82 } else if (EQ(argv[1], "-s", 2)) {
84 } else if (EQ(argv[1], "-y", 2)) {
86 } else if (EQ(argv[1], "-buf", 4)) {
88 } else if (EQ(argv[1], "-bpi", 4)) {
95 } else if (EQ(argv[1], "-feet", 5)) {
102 } else if (EQ(argv[1], "-reel", 5)) {
109 } else if (EQ(arg
[all...]
H A Ddf.c76 #define EQ(s1, s2) (strcmp(s1, s2) == 0) macro
281 if (EQ(program_name, DEVNM_CMD))
456 if (EQ(fstype, *p))
669 if (EQ(name, mtep->mte_mount->mnt_special)) {
708 if (EQ(special, mtep->mte_mount->mnt_special)) {
722 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP))
779 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) {
790 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS))
839 if (!EQ(match->mte_mount->mnt_fstype,
875 if (F_option && ! EQ(FSTyp
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.c42 #define EQ(a, b) (strcmp(a, b) == 0) macro
182 if (EQ((char *)cmdnam, "vi"))
184 else if (EQ(cmdnam, "view")) {
187 } else if (EQ(cmdnam, "vedit")) {
193 } else if (EQ(cmdnam, "edit")) {
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.h39 #define EQ(X,Y,Z) !strncmp(X,Y,Z) macro
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c29 #define EQ(a, b) ((strcmp(a, b) == 0)) macro
52 if (EQ(argv[0], "[")) {
53 if (!EQ(argv[--ac], "]"))
87 if (EQ(p2, "-o"))
89 if (EQ(p2, "]"))
104 if ((p2 != 0) && EQ(p2, "-a"))
113 if (EQ(nxtarg(0), "!"))
128 if (EQ(a, "(")) {
130 if (!EQ(nxtarg(0), ")")) synbad(") expected", "");
135 if ((p2 == 0) || (!EQ(p
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c103 #define EQ(a, b) ((a) == (b)) macro
132 #undef EQ macro
155 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c62 #define EQ 0 macro
87 char e_opcode; /* EQ, GT, LT, ANY, AND, NSET */
460 ep->e_opcode = EQ;
482 default: /* EQ (i.e. 0) is default */
630 case EQ:
1029 case EQ:
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c44 #define EQ 262 macro
100 EQ, EQ, LT, LEQ, GT, GEQ, NEQ,
198 case EQ:
222 case EQ:
559 case EQ:
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c53 #define EQ(a, b) (strcmp(a, b) == 0) macro
509 if (EQ(terminal, t->ttype))
613 if (EQ(terminal, "4424"))
644 if (EQ(terminal, "4424")) { /* TTY40 extra delays needed */
731 if (EQ(option, sp)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c81 #define EQ(val) (strcmp(token, val) == 0) macro
347 printf("EQ ");
1195 if (EQ("ip")) {
1202 if (EQ("ip6")) {
1209 if (EQ("pppoe")) {
1218 if (EQ("pppoed")) {
1225 if (EQ("pppoes")) {
1232 if (EQ("arp")) {
1239 if (EQ("vlan")) {
1249 if (EQ("vla
[all...]
H A Dsnoop_filter.c189 "EQ",
1122 #define EQ(val) (strcmp(token, val) == 0) macro
2097 if (EQ("ether"))
2099 else if (EQ("ip") || EQ("ip6") || EQ("pppoed") || EQ("pppoes"))
2101 else if (EQ("udp") || EQ("tcp") || EQ("icm
[all...]
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c74 #define EQ(x, y) (strcmp(x, y) == 0) macro
170 if (EQ(cmd, "mv"))
172 else if (EQ(cmd, "ln"))
174 else if (EQ(cmd, "cp"))
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c332 #define EQ 2 macro
334 #define GE (GT|EQ)
335 #define LE (LT|EQ)
337 #define ALL (GT|EQ|LT)
680 Map->Test |= EQ;
1553 case EQ:

Completed in 80 milliseconds