Home
last modified time | relevance | path

Searched full:cc (Results 1 – 25 of 3330) sorted by relevance

12345678910>>...134

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dbuild_src.com1 $ CC :== CC/NOOPT/DEB/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
3 $ CC add.c
4 $ CC admin.c
5 $ CC buffer.c
6 $ CC checkin.c
7 $ CC checkout.c
8 $ CC classify.c
9 $ CC client.c
10 $ CC commit.c
11 $ CC create_adm.c
[all …]
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile.common6 CC= gcc
28 SUPSRCS=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \
29 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_globals.cc \
30 eh_personality.cc eh_term_handler.cc eh_terminate.cc eh_throw.cc \
31 eh_type.cc eh_unex_handler.cc guard.cc new_handler.cc new_op.cc \
32 new_opnt.cc new_opv.cc new_opvnt.cc pure.cc tinfo.cc tinfo2.cc \
33 vec.cc vterminate.cc
/openbsd-src/usr.bin/ssh/
H A Dcipher.c191 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) in cipher_ctx_is_plaintext() argument
193 return cc->plaintext; in cipher_ctx_is_plaintext()
231 cipher_warning_message(const struct sshcipher_ctx *cc) in cipher_warning_message() argument
233 if (cc == NULL || cc->cipher == NULL) in cipher_warning_message()
244 struct sshcipher_ctx *cc = NULL; in cipher_init() local
252 if ((cc = calloc(1, sizeof(*cc))) == NULL) in cipher_init()
255 cc->plaintext = (cipher->flags & CFLAG_NONE) != 0; in cipher_init()
256 cc in cipher_init()
339 cipher_crypt(struct sshcipher_ctx * cc,u_int seqnr,u_char * dest,const u_char * src,u_int len,u_int aadlen,u_int authlen) cipher_crypt() argument
402 cipher_get_length(struct sshcipher_ctx * cc,u_int * plenp,u_int seqnr,const u_char * cp,u_int len) cipher_get_length() argument
415 cipher_free(struct sshcipher_ctx * cc) cipher_free() argument
432 cipher_get_keyiv(struct sshcipher_ctx * cc,u_char * iv,size_t len) cipher_get_keyiv() argument
471 cipher_set_keyiv(struct sshcipher_ctx * cc,const u_char * iv,size_t len) cipher_set_keyiv() argument
[all...]
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A DMakefile.am78 codecvt_members.cc \
79 collate_members.cc \
80 ctype_members.cc \
81 messages_members.cc \
82 monetary_members.cc \
83 numeric_members.cc \
84 time_members.cc
86 codecvt_members.cc: ${glibcpp_srcdir}/@CCODECVT_CC@
89 collate_members.cc: ${glibcpp_srcdir}/@CCOLLATE_CC@
92 ctype_members.cc: ${glibcpp_srcdir}/@CCTYPE_CC@
[all …]
H A DMakefile.in71 CC = @CC@
186 codecvt_members.cc \
187 collate_members.cc \
188 ctype_members.cc \
189 messages_members.cc \
190 monetary_members.cc \
191 numeric_members.cc \
192 time_members.cc
198 basic_file.cc \
199 c++locale.cc
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/third-party/benchmark/
H A DBUILD.gn3 "src/benchmark.cc",
4 "src/benchmark_api_internal.cc",
5 "src/benchmark_name.cc",
6 "src/benchmark_register.cc",
7 "src/benchmark_runner.cc",
8 "src/colorprint.cc",
9 "src/commandlineflags.cc",
10 "src/complexity.cc",
11 "src/console_reporter.cc",
12 "src/counter.cc",
[all …]
/openbsd-src/gnu/usr.bin/cvs/vms/
H A Dbuild_vms.com1 $ CC :== CC/DEBUG/NOOPTIMIZE/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
3 $ CC filesubr.c
4 $ CC filutils.c
5 $ CC getpass.c
6 $ CC getwd.c
7 $ CC misc.c
8 $ CC ndir.c
9 $ CC pipe.c
10 $ CC piped_child.c
11 $ CC pwd.c
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/ext/pb_ds/
H A Dassoc_examples.html22 "../../../../testsuite/ext/pb_ds/example/basic_map.cc"><tt>basic_map.cc</tt></a>
26 "../../../../testsuite/ext/pb_ds/example/basic_set.cc"><tt>basic_set.cc</tt></a>
30 "../../../../testsuite/ext/pb_ds/example/erase_if.cc"><tt>erase_if.cc</tt></a>
38 …../../../testsuite/ext/pb_ds/example/assoc_container_traits.cc"><tt>assoc_container_traits.cc</tt>…
44 "../../../../testsuite/ext/pb_ds/example/hash_find_neg.cc"><tt>hash_find_neg.cc</tt></a>
59 … "../../../../testsuite/ext/pb_ds/example/hash_initial_size.cc"><tt>hash_initial_size.cc</tt></a>
64 "../../../../testsuite/ext/pb_ds/example/hash_resize_neg.cc"><tt>hash_resize_neg.cc</tt></a>
69 "../../../../testsuite/ext/pb_ds/example/hash_resize.cc"><tt>hash_resize.cc</tt></a>
73 …"../../../../testsuite/ext/pb_ds/example/hash_illegal_resize.cc"><tt>hash_illegal_resize.cc</tt></…
78 …"../../../../testsuite/ext/pb_ds/example/hash_load_set_change.cc"><tt>hash_load_set_change.cc</tt>…
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm-modes.def8 This file is part of GNU CC.
10 GNU CC is free software; you can redistribute it and/or modify
15 GNU CC is distributed in the hope that it will be useful,
21 along with GNU CC; see the file COPYING. If not, write to
31 CC (CC_NOOV)
32 CC (CC_Z)
33 CC (CC_SWP)
34 CC (CCFP)
35 CC (CCFPE)
36 CC (CC_DNE)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390-modes.def5 This file is part of GNU CC.
7 GNU CC is free software; you can redistribute it and/or modify
12 GNU CC is distributed in the hope that it will be useful,
18 along with GNU CC; see the file COPYING. If not, write to
24 CC (CCZ)
25 CC (CCA)
26 CC (CCAP)
27 CC (CCAN)
28 CC (CCL)
29 CC (CCL1)
[all …]
/openbsd-src/sys/arch/m88k/m88k/
H A Dfpu.c150 u_int32_t cc; in fpu_compare() local
161 cc = CC_UN; in fpu_compare()
167 cc = CC_UN; in fpu_compare()
175 cc = CC_UN; in fpu_compare()
181 cc = CC_UN; in fpu_compare()
193 cc = CC_EQ; in fpu_compare()
195 cc = CC_LT | CC_NE; in fpu_compare()
197 cc = CC_GT | CC_NE; in fpu_compare()
201 cc = CC_EQ; in fpu_compare()
203 cc = CC_LT | CC_NE; in fpu_compare()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/
H A Dmakefile.vms11 CC = gcc
12 GASCC = $(CC)
14 CC = cc
18 ifeq ($(CC),cc)
26 @gmake "CC=$(CC)"
28 @gmake "CC=$(CC)"
30 @gmake "CC=$(CC)"
32 @gmake "CC=$(CC)"
34 @gmake "CC=$(GASCC)"
38 ifeq ($CC,)
[all …]
/openbsd-src/gnu/usr.bin/binutils/
H A Dmakefile.vms11 CC = gcc
12 GASCC = $(CC)
14 CC = cc
18 ifeq ($(CC),cc)
26 @gmake "CC=$(CC)"
28 @gmake "CC=$(CC)"
30 @gmake "CC=$(CC)"
32 @gmake "CC=$(CC)"
34 @gmake "CC=$(GASCC)"
38 ifeq ($CC,)
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog14 * testsuite/abi_check.cc (check_version): Add CXXABI_1.2.2.
23 * testsuite/22_locale/time_put_members_char.cc (test01): Allow either
25 * testsuite/22_locale/time_put_members_wchar_t.cc (test01): Likewise.
49 * testsuite/abi_check.cc (check_version): Add GLIBCXX_3.2.4
63 * po/string_literals.cc: Likewise.
64 * src/wstring-inst.cc: Likewise.
82 * config/io/basic_file_stdio.cc (__gnu_internal::fopen_mode):
87 * testsuite/27_io/filebuf_members.cc (test_06, test_07):
159 * config/locale/gnu/monetary_members.cc: Don't leak memory
164 * config/locale/gnu/monetary_members.cc: Restore locale before
[all …]
H A DChangeLog-20014 * testsuite/ext/headers.cc: Add <ext/iterator>.
46 * src/ext-inst.cc: Tweak.
47 * testsuite/ext/rope.cc: Tweak.
69 * docs/doxygen/doxygroups.cc: ...to here.
75 * testsuite/ext/concept_checks.cc: New file.
85 * testsuite/ext/headers.cc: Include <ext/algorithm>.
94 * testsuite/21_strings/insert.cc (test02): New testcases.
99 * testsuite/23_containers/deque_ctor.cc: New file.
115 * src/misc-inst.cc: Many additional I/O-related instantiations.
116 * testsuite/27_io/instantiations.cc: New file.
[all …]
H A DChangeLog-20008 (strstream.cc): Add special rule for deprecated files.
18 * src/strstream.cc: And here.
21 * src/string-inst.cc (_S_find): Use generic template.
36 * src/locale.cc: Organize locale::id static definitions for
38 * src/codecvt.cc (codecvt<char...>): Remove locale::id definition.
68 testsuite/21_strings/ctor_copy_dtor.cc,
69 testsuite/21_strings/inserters_extractors.cc,
70 testsuite/23_containers/map_operators.cc,
71 testsuite/23_containers/vector_element_access.cc,
72 testsuite/25_algorithms/lower_bound.cc,
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A DMakefile.in68 am__libsupc___la_SOURCES_DIST = del_op.cc del_opnt.cc del_opv.cc \
69 del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc \
70 eh_call.cc eh_catch.cc eh_exception.cc eh_globals.cc \
71 eh_personality.cc eh_term_handler.cc eh_terminate.cc \
72 eh_throw.cc eh_type.cc eh_unex_handler.cc guard.cc \
73 new_handler.cc new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc \
74 pure.cc tinfo.cc tinfo2.cc vec.cc vterminate.cc cp-demangle.c
86 am__libsupc__convenience_la_SOURCES_DIST = del_op.cc del_opnt.cc \
87 del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \
88 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc \
[all …]
H A DMakefile.am44 del_op.cc \
45 del_opnt.cc \
46 del_opv.cc \
47 del_opvnt.cc \
48 eh_alloc.cc \
49 eh_arm.cc \
50 eh_aux_runtime.cc \
51 eh_call.cc \
52 eh_catch.cc \
53 eh_exception.cc \
[all …]
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dbuild_lib.com1 $ CC :== CC/DEBUG/NOOPTIMIZE/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
3 $ CC fnmatch.c
4 $ CC getdate.c
5 $ CC getline.c
6 $ CC getopt.c
7 $ CC getopt1.c
8 $ CC md5.c
9 $ CC regex.c
10 $ CC savecwd.c
11 $ CC sighandle.c
[all …]
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dbuild_diff.com1 $ CC :== CC/DEBUG/NOOPTIMIZE/STANDARD=VAXC/DEFINE=HAVE_CONFIG_H-
3 $ CC diff.c
4 $ CC analyze.c
5 $ CC cmpbuf.c
6 $ CC dir.c
7 $ CC io.c
8 $ CC util.c
9 $ CC context.c
10 $ CC ed.c
11 $ CC ifdef.c
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A DMakefile.am7 ## This file is part of GNU CC.
9 ## GNU CC is free software; you can redistribute it and/or modify
14 ## GNU CC is distributed in the hope that it will be useful,
20 ## along with GNU CC; see the file COPYING. If not, write to
30 CC = @CC@ macro
73 del_op.cc \
74 del_opnt.cc \
75 del_opv.cc \
76 del_opvnt.cc \
77 eh_alloc.cc \
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dconfigure.host13 … libgcc=\`${CC} -print-libgcc-file-name\`; fi; if [ -f ../gcc/libgcc_eh.a ]; then libgcc="$libgcc …
22CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` …
23CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
31 ….o; elif [ -f /usr/lib/crtbegin.o ]; then echo /usr/lib/crtbegin.o; else ${CC} --print-file-name=c…
32 …tend.o; elif [ -f /usr/lib/crtend.o ]; then echo /usr/lib/crtend.o; else ${CC} --print-file-name=c…
36CC} --print-file-name=specs\` | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*\.so..\).*,\1,"` `…
37CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
44 if [ -f `${CC} --print-file-name=crti.o` ]; then
46 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crti.o`"
50 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crtbegin.o`"
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dconfigure.host13CC} -print-libgcc-file-name\`; fi; if [ -f ../gcc/libgcc_eh.a ]; then libgcc="$libgcc ../gcc/libgc…
22CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} --print-prog-name=ld-elf.so.1` …
23CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
31 ….o; elif [ -f /usr/lib/crtbegin.o ]; then echo /usr/lib/crtbegin.o; else ${CC} --print-file-name=c…
32 …tend.o; elif [ -f /usr/lib/crtend.o ]; then echo /usr/lib/crtend.o; else ${CC} --print-file-name=c…
36CC} --help --verbose 2>&1 | egrep "ld[^ ]*\.so" | sed -e "s,.*-dynamic-linker[ ][ ]*\(.*/ld[^ ]*…
37CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/cr…
44 if [ -f `${CC} --print-file-name=crti.o` ]; then
46 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crti.o`"
50 HOSTING_CRT0="$HOSTING_CRT0 `${CC} --print-file-name=crtbegin.o`"
[all …]
/openbsd-src/usr.sbin/syslogc/
H A Dsyslogc.c80 struct ctl_cmd cc; in main() local
84 memset(&cc, '\0', sizeof(cc)); in main()
91 cc.cmd = CMD_CLEAR; in main()
94 cc.cmd = CMD_READ_CLEAR; in main()
100 cc.cmd = CMD_READ_CONT; in main()
103 cc.lines = strtonum(optarg, 1, UINT32_MAX, &errstr); in main()
109 cc.cmd = CMD_FLAGS; in main()
113 cc.cmd = CMD_LIST; in main()
124 if (cc.cmd == 0) in main()
125 cc.cmd = CMD_READ; in main()
[all …]
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dmova.md11 (set_attr "cc" "none")])
21 (set_attr "cc" "none")])
31 (set_attr "cc" "none")])
41 (set_attr "cc" "none")])
50 (set_attr "cc" "none")])
59 (set_attr "cc" "none")])
69 (set_attr "cc" "none")])
79 (set_attr "cc" "none")])
90 (set_attr "cc" "none")])
100 (set_attr "cc" "none")])
[all …]

12345678910>>...134