Home
last modified time | relevance | path

Searched refs:EQUAL (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y665 | INFO resource_type property_name EQUAL property_value property_name EQUAL property_value
678 …| INFO resource_type property_name EQUAL property_value property_name EQUAL property_value propert…
749 | REMOVE resource_type property_name EQUAL property_value property_name EQUAL property_value
762 …| REMOVE resource_type property_name EQUAL property_value property_name EQUAL property_value prope…
845 | SELECT resource_type property_name EQUAL property_value property_name EQUAL property_value
858 …| SELECT resource_type property_name EQUAL property_value property_name EQUAL property_value prope…
893 | SET property_name EQUAL property_value
903 | SET TOKEN ZONEPATH EQUAL property_value
1102 complex_piece: property_name EQUAL TOKEN
1109 | property_name EQUAL resource_type
[all …]
H A Dzonecfg_lex.l322 <TSTATE>= { return EQUAL; }
323 <LSTATE>= { return EQUAL; }
324 <CSTATE>= { return EQUAL; }
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java53 final static char EQUAL = '='; field in Parser
151 tk.ordinaryChar(EQUAL); // comparision operator in parseAndEvaluateQuery()
429 op = EQUAL; in parseItem()
449 op != EQUAL) { in parseItem()
536 case EQUAL: in parseOp()
547 return EQUAL; in parseOp()
555 if (tk.nextToken() != EQUAL) { in parseOp()
561 tok = EQUAL; in parseOp()
H A DServiceStoreInMemory.java1035 case Parser.EQUAL: in evaluate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y32 %term EQUAL 1
66 command: NAME EQUAL namelist = {
215 return(EQUAL); in yylex()
H A Ddefs.h46 #define EQUAL 1 macro
H A Dmain.c524 case EQUAL:
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c92 #define EQUAL 1 macro
537 psrch->fcn = EQUAL; in buildsearchlist()
1067 case EQUAL: in matches()
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c137 #define EQUAL(s1, s2) (((s1 == NULL) && (s2 == NULL)) || \ macro
796 if (!EQUAL(strval, str[i].secondval)) { in check_nth_terminal()
814 if (!EQUAL(str[i].val, strval)) in check_nth_terminal()
827 if (common && EQUAL(str[i].val, strval)) { in check_nth_terminal()
834 if (diff && !EQUAL(str[i].val, strval)) { in check_nth_terminal()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A Dkoi8-u.txt147 0x97 0x2248 # ALMOST EQUAL TO
148 0x98 0x2264 # LESS THAN OR EQUAL TO
149 0x99 0x2265 # GREATER THAN OR EQUAL TO
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y56 %token TOKEN EQUAL OPTION
73 %type <strval> TOKEN EQUAL OPTION
823 | SET property_type EQUAL TOKEN
H A Dnwamcfg_lex.l219 <TSTATE>= { return EQUAL; }
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h211 #define EQUAL(x, y) (strcmp(x, y) == 0) macro
H A Drcm_lock.c390 if (EQUAL(device, dr_dev) || DESCENDENT(device, dr_dev)) { in check_lock()
396 if ((flag & RCM_FILESYS) && (!EQUAL(device, dr_dev) || in check_lock()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP862.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP863.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP437.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP737.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP860.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP861.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP865.TXT284 0xf2 0x2265 #GREATER-THAN OR EQUAL TO
285 0xf3 0x2264 #LESS-THAN OR EQUAL TO
289 0xf7 0x2248 #ALMOST EQUAL TO
H A DCP864.TXT192 0x96 0x2248 #ALMOST EQUAL TO
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c117 EQUAL, enumerator
430 case EQUAL: in nxge_update_rxdma_grp_properties()
604 case EQUAL: in nxge_update_rxdma_properties()
819 case EQUAL: in nxge_update_txdma_properties()
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c1480 #define EQUAL 0 macro
1493 s->window + start, length) != EQUAL) {
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr901 : GN1 \ ( UD BASE -- UD' LEN ) UD SHOULD EQUAL UD' AND LEN SHOULD BE ZERO.

12