Searched refs:cc (Results 176 - 200 of 1121) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-QTKit-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ScreenSaver-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ScriptingBridge-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ServiceManagement-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Social-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SyncServices-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/
H A Dpyobjc_setup.py245 cc = oldcc = get_config_var('CC').split()[0]
246 cc = _find_executable(cc)
247 if cc is not None and os.path.basename(cc).startswith('gcc'):
251 cc.replace("'", "'\"'\"'"),)).read()
253 cc = None
255 if cc is not None and not _working_compiler(cc):
256 cc
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_thunder.c70 register tsize_t cc; local
75 cc = tif->tif_rawcc;
78 while (cc > 0 && npixels < maxpixels) {
81 n = *bp++, cc--;
122 tif->tif_rawcc = cc;
/macosx-10.10/shell_cmds-179/script/
H A Dscript.c89 int cc; local
188 cc = read(STDIN_FILENO, ibuf, BUFSIZ);
189 if (cc < 0)
191 if (cc == 0)
193 if (cc > 0) {
194 (void)write(master, ibuf, cc);
197 (void)fwrite(ibuf, 1, cc, fscript);
202 cc = read(master, obuf, sizeof (obuf));
203 if (cc <= 0)
205 (void)write(STDOUT_FILENO, obuf, cc);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dccl.el996 (cc (ash code -8)))
998 (funcall (get cmd 'ccl-dump-function) rrr cc)))
1000 (defun ccl-dump-set-register (rrr cc)
1001 (insert (format "r%d = r%d\n" rrr cc)))
1003 (defun ccl-dump-set-short-const (rrr cc)
1004 (insert (format "r%d = %d\n" rrr cc)))
1009 (defun ccl-dump-set-array (rrr cc)
1010 (let ((rrr2 (logand cc 7))
1011 (len (ash cc -3))
1020 (defun ccl-dump-jump (ignore cc
[all...]
/macosx-10.10/procmail-14/procmail/
H A Dinitmake153 cc=""
155 for a in "$CC" cc gcc
158 test -z "$cc" -a ! -z "$a" &&
160 cc="$a"
163 if test -z "$cc"
175 echo "$cc seems to work fine, using that as the C-compiler"
179 if $cc $CFLAGS1 _autotst.c -o _autotst $LDFLAGS1 -s >$DEVNULL 2>&1
185 $cc $CFLAGS1 _autotst.c -o _autotst $LDFLAGS1 >$DEVNULL 2>&1
213 if $cc -c $CFLAGS1 _autotst.c >$DEVNULL 2>&1
218 $cc
[all...]
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dmh-aix-gcc14 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
20 LINK.cc= $(AIX_PREDELETE) $(CXX) $(CXXFLAGS) $(LDFLAGS)
27 SHLIB.cc= $(AIX_PREDELETE) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared -Wl,-bexpall $(LD_SOOPTIONS)
102 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
104 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
116 @$(SHELL) -ec '$(GEN_DEPS.cc) $< \
H A Dmh-cygwin8 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
30 #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
39 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
68 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
70 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
82 @$(GEN_DEPS.cc) $< >> $@ || (rm -f $@ && FALSE)
H A Dmh-mingw18 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
41 #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
48 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
98 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
100 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
112 @$(GEN_DEPS.cc) $< >> $@ || (rm -f $@ && FALSE)
H A Dmh-mingw6418 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
41 #LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS)
48 SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(dir $@)$(notdir $(@:$(SO_TARGET_VERSION_MAJOR).$(SO)=))$(IMPORT_LIB_EXT)#M#
98 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $<
100 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $<
112 @$(GEN_DEPS.cc) $< >> $@ || (rm -f $@ && FALSE)
/macosx-10.10/bootp-298/bootpd.tproj/
H A DMakefile5 cc -Wall -g -arch i386 -arch ppc -DTEST_AFPUSERS -F/System/Library/PrivateFrameworks -I../bootplib -o AFPUsers AFPUsers.c ../bootplib/cfutil.c -framework CoreFoundation -framework OpenDirectory -framework SystemConfiguration
8 cc -Wall -g -arch i386 -arch ppc -DMAIN -I../bootplib -o bootpdfile bootpdfile.c ../bootplib/hostlist.c
11 cc -Wall -g -arch i386 -arch ppc -DTEST_BOOTPLOOKUP -I../bootplib -o bootplookup bootplookup.c ../bootplib/util.c
14 cc -Wall -g -DTEST_BSDPD -F/System/Library/PrivateFrameworks -I/System/Library/Frameworks/System.framework/PrivateHeaders -I../bootplib -o bsdpd bsdpd.c ../bootplib/subnets.c ../bootplib/cfutil.c ../bootplib/ptrlist.c ../bootplib/util.c ../bootplib/netinfo.c ../bootplib/interfaces.c ../bootplib/bsdplib.c ../bootplib/dhcp_options.c ../bootplib/bootp_transmit.c ../bootplib/NICache.c ../bootplib/nbimages.c ../bootplib/nbsp.c ../bootplib/DNSNameList.c ../bootplib/dynarray.c ../bootplib/in_cksum.c ../bootplib/macnc_options.c ../bootplib/dhcplib.c ../bootplib/inetroute.c ../bootplib/bpflib.c ../bootplib/hostlist.c ../bootplib/host_identifier.c bootplookup.c -framework CoreFoundation -framework OpenDirectory -framework SystemConfiguration -lresolv
17 cc -g -Wall -o type_to_data type_to_data.c -framework CoreFoundation -lobjc
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-nit.c110 register int cc, n; local
115 cc = p->cc;
116 if (cc == 0) {
117 cc = read(p->fd, (char *)p->buffer, p->bufsize);
118 if (cc < 0) {
135 ep = bp + cc;
151 p->cc = ep - bp;
193 p->cc = ep - bp;
199 p->cc
[all...]
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_pty.c112 int cc = -2; local
128 cc = read(fd,buffer,length);
134 return(cc);
196 int cc; local
233 cc = i_read(master,&c,1,10);
235 if (!(cc == 0 || cc == -1)) {
250 cc = i_read(slave,&c,1,10);
252 if (!(cc == 0 || cc
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c410 int cc; local
413 cc = MIN((int)uio_resid(uio), BUFSIZ);
415 cc = MIN(cc, tp->t_canq.c_cc - 1);
416 cc = q_to_b(&tp->t_canq, (u_char *)buf, cc);
417 error = uiomove(buf, cc, uio);
599 int error = 0, cc; local
619 cc = MIN((int)uio_resid(uio),
621 uiomove((caddr_t)&tp->t_termios, cc,
838 int cc = 0; local
965 u_char *cc = tp->t_cc; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dgen.c136 struct cc { struct
137 struct cc *next;
382 struct cc *newcc;
383 struct cc *cc, *oldcc; local
431 newcc = (struct cc *)malloc(sizeof(*newcc));
434 cc = classes;
437 while ((cc != NULL) && (cc->rdclass < rdclass)) {
438 oldcc = cc;
504 struct cc *cc; local
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dcache_util.c960 int ap_cache_control(request_rec *r, cache_control_t *cc, argument
965 if (cc->parsed) {
966 return cc->cache_control || cc->pragma;
969 cc->parsed = 1;
970 cc->max_age_value = -1;
971 cc->max_stale_value = -1;
972 cc->min_fresh_value = -1;
973 cc->s_maxage_value = -1;
981 cc
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_basicinstructions.rb229 def self.cc() CC end singleton method in class:TestBasicInstructions.Const.A
230 def cc() CC end method in class:TestBasicInstructions.Const.A
236 def self.cc() CC end singleton method in class:TestBasicInstructions.Const.A.B
237 def cc() CC end method in class:TestBasicInstructions.Const.A.B
242 def self.cc() CC end singleton method in class:TestBasicInstructions.Const.AA
243 def cc() CC end method in class:TestBasicInstructions.Const.AA
247 def self.cc() CC end singleton method in class:TestBasicInstructions.Const.AAA
248 def cc() CC end method in class:TestBasicInstructions.Const.AAA
364 assert_equal 'Const::A::CC', Const::A.cc
365 assert_equal 'Const::A::CC', Const::AA.cc
[all...]

Completed in 185 milliseconds

1234567891011>>