Searched refs:cc (Results 251 - 275 of 1121) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dmamprobe.sh21 # mamprobe - generate MAM cc probe info
39 [+NAME?mamprobe - generate MAM cc probe info]
74 info-file cc-path
121 0|1) echo "Usage: $command info-file cc-path" >&2; exit 2 ;;
125 cc=$*
195 echo "probing C language processor $cc for mam information" >&2
199 echo "note generated by $0 for $cc"
202 set '' $opt $cc
/macosx-10.10/libpcap-48/libpcap/
H A Dmkdep20 CC=cc # default C compiler is "cc"
51 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [-m dependency-cflag] [flags] file ...'
75 # lines will try and replace the "cc -M". The real problem is that this
/macosx-10.10/shell_cmds-179/seq/
H A Dseq.c412 char cc = '\0'; local
426 cc = 'e';
431 cc = 'e';
439 cc = 'e';
446 precision, precision, (cc) ? cc : 'f');
449 (cc) ? cc : 'g');
/macosx-10.10/sudo-73/src/
H A Dfnmatch.c107 struct cclass *cc; local
126 for (cc = cclasses; cc->name != NULL; cc++) {
127 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
128 if (cc->isctype((unsigned char)test))
133 if (cc->name == NULL) {
H A Dmkpkg86 if [ -z "$CC" -a -x /opt/ansic/bin/cc ]; then
87 CC=/opt/ansic/bin/cc; export CC
95 if [ -z "$CC" -a -x /usr/bin/cc ]; then
96 CC=/usr/bin/cc; export CC
/macosx-10.10/tcpdump-61/tcpdump/
H A Dmkdep20 CC=cc # default C compiler is "cc"
45 echo 'usage: mkdep [-p] [-c cc] [-f makefile] [flags] file ...'
69 # lines will try and replace the "cc -M". The real problem is that this
/macosx-10.10/uucp-11/uucp/contrib/
H A DMakefile.xchat6 CC=cc
/macosx-10.10/vim-55/runtime/compiler/
H A Dirix5_c.vim2 " Compiler: SGI IRIX 5.3 cc
H A Dmips_c.vim2 " Compiler: SGI IRIX 6.5 MIPS C (cc)
/macosx-10.10/vim-55/src/xxd/
H A DMake_amiga.mak18 cc $(CFLAGS) xxd.c -o xxd.o
/macosx-10.10/xnu-2782.1.97/libsyscall/xcodescripts/
H A Dmach_install_mig.sh34 MIGCC=`xcrun -sdk "$SDKROOT" -find cc`
125 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_HEADER_DST/$MIG_NAME.h" $MIG_DEFINES $SRC/$mig
132 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_PRIVATE_HEADER_DST/$MIG_NAME.h" $MIG_DEFINES $MIG_PRIVATE_DEFS_INCFLAGS $SRC/$mig
147 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_INTERNAL_HEADER_DST/${MIG_NAME}_internal.h" $SRC/$mig
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompctl.h41 Compctl cc; /* pointer to the compctl desc. */ member in struct:compctlp
49 Compctl cc; member in struct:patcomp
/macosx-10.10/ICU-531.30/icuSources/config/
H A Dmh-cygwin-msvc12 GEN_DEPS.cc= :
14 #GEN_DEPS.cc= $(COMPILE.cc) -E
56 COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c
60 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
64 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
145 $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -Fo$@ $(SOURCE_FILE)
147 $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -Fo$@ $(SOURCE_FILE)
168 @$(GEN_DEPS.cc) $< > $@
171 # @$(SHELL) -ec '$(GEN_DEPS.cc)
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/macosx-10.10/OpenSSL098-52/src/crypto/cast/
H A Dcast_spd.c185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing CAST_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/macosx-10.10/OpenSSL098-52/src/crypto/rc2/
H A Drc2speed.c185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/macosx-10.10/OpenSSL098-52/src/crypto/rc4/
H A Drc4speed.c185 long ca,cb,cc; local
208 cc=count*8/BUFSIZE+1;
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
239 for (count=0,run=1; COND(cc); count++)
244 c=((double)COUNT(cc)*BUFSIZE)/d;
/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5speed.c185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing RC5_32_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmslocal.h76 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc);
81 * cc - the cipher context
92 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final);
97 * cc - the cipher context
104 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final);
109 * cc - the cipher context
120 * "cc" is the return value from SecCmsCipherStartDecrypt.
124 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output,
132 * cc - the cipher context
143 * "cc" i
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmslocal.h76 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc);
81 * cc - the cipher context
92 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final);
97 * cc - the cipher context
104 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final);
109 * cc - the cipher context
120 * "cc" is the return value from SecCmsCipherStartDecrypt.
124 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output,
132 * cc - the cipher context
143 * "cc" i
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmslocal.h77 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc);
82 * cc - the cipher context
93 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
98 * cc - the cipher context
105 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
110 * cc - the cipher context
121 * "cc" is the return value from SecCmsCipherStartDecrypt.
125 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output,
133 * cc - the cipher context
144 * "cc" i
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmslocal.h77 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc);
82 * cc - the cipher context
93 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
98 * cc - the cipher context
105 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
110 * cc - the cipher context
121 * "cc" is the return value from SecCmsCipherStartDecrypt.
125 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output,
133 * cc - the cipher context
144 * "cc" i
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmslocal.h77 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc);
82 * cc - the cipher context
93 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
98 * cc - the cipher context
105 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final);
110 * cc - the cipher context
121 * "cc" is the return value from SecCmsCipherStartDecrypt.
125 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output,
133 * cc - the cipher context
144 * "cc" i
[all...]
/macosx-10.10/remote_cmds-47/rwho.tproj/
H A Drwho.c100 ssize_t cc; local
135 cc = read(f, (char *)&wd, sizeof (struct whod));
136 if (cc < WHDRSIZE) {
144 cc -= WHDRSIZE;
146 for (n = cc / sizeof (struct whoent); n > 0; n--) {
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A Dsetup.py38 cc = os.environ.get('CXX', sysconfig.get_config_var('CXX'))
39 if not cc:
40 cc = sysconfig.get_config_var('CCC') # Python 1.5.2
41 if cc:
42 os.environ['CC'] = cc

Completed in 303 milliseconds

<<11121314151617181920>>