Searched refs:COMPARE (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 421 COMPARE="$COMPARE $i" 424 COMPARE="$COMPARE $i" 430 do case " $COMPARE " in 433 *) COMPARE="$COMPARE $i" 528 COMPARE="" 893 COMPARE="$COMPARE $1" 904 COMPARE="$COMPARE $2" 1060 for i in $COMPARE $TWD/OUTPUT $TWD/ERROR 1333 typeset COMPARE MAIN JOBPID='' JOBSTATUS=''
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 95 #define COMPARE(A, B) (* hcompar)((A), (B)) macro 98 #define COMPARE(A, B) strcmp((A), (B)) macro 302 else if (COMPARE(table[i].key, item.key) == 0) /* Match? */ in hsearch() 319 else if (COMPARE(table[i].key, item.key) == 0) /* Match? */ in hsearch() 401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) 404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) 406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0)
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | tester.fr | 41 : } \ ( ... -- ) COMPARE STACK (EXPECTED) CONTENTS WITH SAVED 46 ACTUAL-RESULTS I CELLS + @ \ COMPARE ACTUAL WITH EXPECTED
|
H A D | core.fr | 813 : S= \ ( ADDR1 C1 ADDR2 C2 -- T/F ) COMPARE TWO STRINGS.
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 249 opts & COMPARE ? " -b" : "", in install() 365 opts &= ~(COMPARE|REMOVE); in sendf() 421 opts |= COMPARE; in sendf() 535 if (f < 0 || f == 0 && (opts & COMPARE)) in sendf() 686 if (opts & COMPARE) in update() 921 if (opts & COMPARE) { in recvf() 980 if (opts & COMPARE) { in recvf() 1034 if (opts & COMPARE) { in recvf()
|
H A D | defs.h | 75 #define COMPARE 0x8 macro
|
H A D | main.c | 241 options |= COMPARE;
|
H A D | gram.y | 296 yylval.intval = COMPARE; in yylex()
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/test/ |
H A D | sb_to_utf8_test.c | 123 #define COMPARE \ in validate() macro 172 COMPARE in validate()
|
H A D | utf8_to_ebcdic_test.c | 169 #define COMPARE \ in validate() macro 239 COMPARE in validate()
|
/illumos-gate/usr/src/common/ficl/ |
H A D | vm.c | 1065 goto COMPARE; in ficlVmInnerLoop() 1070 goto COMPARE; in ficlVmInnerLoop() 1072 COMPARE: in ficlVmInnerLoop()
|
/illumos-gate/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 825 vendor COMPARE 0xcdab Compare
|