/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | Makefile | 57 CC="$(CC)" ./probe_ipv6 macro
|
/illumos-gate/usr/src/lib/libscf/native/ |
H A D | Makefile | 33 CC = $(NATIVECC) macro
|
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | Makefile | 19 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/lib/libuutil/native/ |
H A D | Makefile | 31 CC = $(NATIVECC) macro
|
/illumos-gate/usr/src/cmd/geniconvtbl/native/ |
H A D | Makefile | 35 CC = $(NATIVECC) macro
|
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | Makefile | 35 CC = $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/ |
H A D | Makefile | 24 CC= $(GCC_ROOT)/bin/gcc macro 57 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/ |
H A D | Makefile | 24 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | Makefile | 18 CC = $(CC_CMD:sh) macro 21 LINK.c = env LD_ALTEXEC=$(PROTO)/usr/bin/amd64/ld $(CC) $(CFLAGS) -o $@ $^ 22 COMPILE.c = $(CC) $(CFLAGS) -c -o $@ $^ 23 COMPILE.s = $(CC) $(CFLAGS) -c -o $@ $^
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/ |
H A D | Makefile | 20 CC= $(GCC_ROOT)/bin/gcc macro 37 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) 40 $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
|
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/ |
H A D | Makefile | 21 CC= $(GCC_ROOT)/bin/gcc macro 52 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | Makefile | 30 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | Makefile | 20 CC= $(GCC_ROOT)/bin/gcc macro 81 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
|
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/ |
H A D | Makefile | 19 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | Makefile | 19 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | Makefile | 23 CC= $(GCC_ROOT)/bin/gcc macro 125 $(CC) $(CFLAGS) $(CPPFLAGS) -Dalloca=__builtin_alloca -c -o $@ ../libi386/$*.c 128 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c 131 $(CC) $(CFLAGS) $(CPPFLAGS) \ 136 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c 139 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ ../libi386/$*.c 142 $(CC) $(CFLAGS) $(CCASFLAGS) -c -o $@ $<
|
/illumos-gate/usr/src/boot/sys/boot/i386/loader/ |
H A D | Makefile | 34 CC= $(GCC_ROOT)/bin/gcc macro
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 81 * Take the real command character out of the CC environment variable 88 char CC, proto; local 90 CC = *__m_getenv("CC"); 96 cur_term->_str[i][j] = CC; 505 if (command_character != (char *) 0 && __m_getenv("CC") != (char *) 0)
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 97 * Take the real command character out of the CC environment variable 105 char *CC; local 107 CC = getenv("CC"); 113 cur_term->_str[i][j] = *CC; 530 if (command_character != NULL && getenv("CC") != NULL)
|
/illumos-gate/usr/src/tools/cw/ |
H A D | cw.c | 322 "cc", "CC", 331 #define CC(ctx) \ macro 1596 switch (CIDX(CC(ctx), ctx->i_flags)) { 1617 dir = default_dir[CC(ctx)]; 1618 cmd = cmds[CIDX(CC(ctx), ctx->i_flags)]; 1636 switch (CC(ctx)) {
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 142 #define CC(x) (((x) >> 20) & 0x03) macro 1154 if (CC(instr) & 1) 1157 tp->ftt_cc = CC(instr); 1224 tp->ftt_cc = CC(instr);
|