Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/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.in186 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
204 bitset.cc \
[all …]
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile.common28 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
H A DMakefile21 SRCS+= bitmap_allocator.cc pool_allocator.cc \
22 mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \
23 ctype.cc debug.cc debug_list.cc functexcept.cc globals_io.cc \
24 ios.cc ios_failure.cc ios_init.cc ios_locale.cc limits.cc \
25 list.cc locale.cc locale_init.cc locale_facets.cc \
26 localename.cc stdexcept.cc strstream.cc tree.cc \
27 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \
28 ios-inst.cc iostream-inst.cc istream-inst.cc istream.cc \
29 locale-inst.cc misc-inst.cc ostream-inst.cc sstream-inst.cc \
30 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \
[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/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/gcc/libstdc++-v3/libsupc++/
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 …]
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 …]
/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/lib/libstdc++/libstdc++/libsupc++/
H A DMakefile.am73 del_op.cc \
74 del_opnt.cc \
75 del_opv.cc \
76 del_opvnt.cc \
77 eh_alloc.cc \
78 eh_aux_runtime.cc \
79 eh_catch.cc \
80 eh_exception.cc \
81 eh_globals.cc \
82 eh_personality.cc \
[all …]
/openbsd-src/gnu/usr.bin/perl/hints/
H A Daix.sh93 cc=${cc:-cc}
96 case "$cc" in
111 case "$cc" in
117 gccversion=`$cc -dumpversion`
126 first_cc_path=`which ${cc:-cc}`
131 /usr/bin/cc) # Check the symlink
191 case "$cc" i
[all...]
H A Daix_3.sh67 cc=${cc:-cc}
88 case "$cc" in
94 gccversion=`$cc -dumpversion`
104 first_cc_path=`which ${cc:-cc}`
109 /usr/bin/cc) # Check the symlink
146 *** Consider upgrading your C compiler, or getting the GNU cc (gcc).
187 case "$cc" in
189 cc*|xlc*) # cc should've been set by line 116 or so if empty.
190 if test ! -x /usr/bin/$cc -a -x /usr/vac/bin/$cc; then
193 *) if test ! -x /QOpenSys/usr/bin/$cc; then
[all …]
/openbsd-src/sys/kern/
H A Dtty_subr.c120 int cc; in q_to_b() local
127 cc = clp->c_cl - clp->c_cf; in q_to_b()
129 cc = clp->c_ce - clp->c_cf; in q_to_b()
130 if (cc > count) in q_to_b()
131 cc = count; in q_to_b()
132 memcpy(p, clp->c_cf, cc); in q_to_b()
133 memset(clp->c_cf, 0, cc); in q_to_b()
135 clrbits(clp->c_cq, clp->c_cf - clp->c_cs, cc); in q_to_b()
136 count -= cc; in q_to_b()
137 p += cc; in q_to_b()
[all …]
/openbsd-src/sys/arch/sparc64/fpu/
H A Dfpu_compare.c78 int cc; in fpu_compare() local
92 cc = FSR_CC_UO; in fpu_compare()
101 cc = FSR_CC_EQ; in fpu_compare()
106 cc = FSR_CC_LT; in fpu_compare()
111 cc = FSR_CC_GT; in fpu_compare()
131 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT) in fpu_compare() argument
134 cc = diff(FSR_CC_LT); in fpu_compare()
138 cc = diff(FSR_CC_GT); in fpu_compare()
143 cc = FSR_CC_EQ; in fpu_compare()
152 cc = FSR_CC_EQ; in fpu_compare()
[all …]
/openbsd-src/lib/libc/arch/sparc64/fpu/
H A Dfpu_compare.c97 int cc; in __fpu_compare() local
111 cc = FSR_CC_UO; in __fpu_compare()
120 cc = FSR_CC_EQ; in __fpu_compare()
125 cc = FSR_CC_LT; in __fpu_compare()
130 cc = FSR_CC_GT; in __fpu_compare()
150 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT) in __fpu_compare() argument
153 cc = diff(FSR_CC_LT); in __fpu_compare()
157 cc = diff(FSR_CC_GT); in __fpu_compare()
162 cc = FSR_CC_EQ; in __fpu_compare()
171 cc = FSR_CC_EQ; in __fpu_compare()
[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 …]
/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 …]
/openbsd-src/sys/arch/luna88k/cbus/
H A Dnec86hw.c365 nec86hw_set_output_block(struct nec86hw_softc *sc, int cc) in nec86hw_set_output_block() argument
370 sc->pdma_count = cc / bpf; in nec86hw_set_output_block()
406 cc, sc->pdma_count, hw_blocksize, sc->pdma_watermark, in nec86hw_set_output_block()
412 nec86hw_set_input_block(struct nec86hw_softc *sc, int cc) in nec86hw_set_input_block() argument
417 sc->pdma_count = cc / bpf; in nec86hw_set_input_block()
436 cc, sc->pdma_count, hw_blocksize, sc->pdma_watermark, in nec86hw_set_input_block()
442 nec86hw_pdma_init_output(void *addr, void *buf, int cc) in nec86hw_pdma_init_output() argument
452 nec86hw_set_output_block(sc, cc); in nec86hw_pdma_init_output()
463 nec86hw_pdma_init_input(void *addr, void *buf, int cc) in nec86hw_pdma_init_input() argument
473 nec86hw_set_input_block(sc, cc); in nec86hw_pdma_init_input()
[all …]
/openbsd-src/sys/net/
H A Dwg_cookie.c56 cookie_checker_init(struct cookie_checker *cc, struct pool *pool) in cookie_checker_init() argument
59 bzero(cc, sizeof(*cc)); in cookie_checker_init()
61 rw_init(&cc->cc_key_lock, "cookie_checker_key"); in cookie_checker_init()
62 rw_init(&cc->cc_secret_lock, "cookie_checker_secret"); in cookie_checker_init()
64 if ((res = ratelimit_init(&cc->cc_ratelimit_v4, pool)) != 0) in cookie_checker_init()
67 if ((res = ratelimit_init(&cc->cc_ratelimit_v6, pool)) != 0) { in cookie_checker_init()
68 ratelimit_deinit(&cc->cc_ratelimit_v4); in cookie_checker_init()
76 cookie_checker_update(struct cookie_checker *cc, in cookie_checker_update() argument
79 rw_enter_write(&cc->cc_key_lock); in cookie_checker_update()
81 cookie_precompute_key(cc->cc_mac1_key, key, COOKIE_MAC1_KEY_LABEL); in cookie_checker_update()
[all …]
/openbsd-src/sys/dev/
H A Dmulaw.c149 mulaw_to_slinear8(u_char *p, int cc) in mulaw_to_slinear8() argument
152 while (--cc >= 0) { in mulaw_to_slinear8()
159 slinear8_to_mulaw(u_char *p, int cc) in slinear8_to_mulaw() argument
161 while (--cc >= 0) { in slinear8_to_mulaw()
168 mulaw24_to_slinear24(u_char *p, int cc) in mulaw24_to_slinear24() argument
172 while ((cc -= 4) >= 0) { in mulaw24_to_slinear24()
181 slinear24_to_mulaw24(u_char *p, int cc) in slinear24_to_mulaw24() argument
185 while ((cc -= 4) >= 0) { in slinear24_to_mulaw24()
/openbsd-src/share/mk/
H A Dsys.mk17 .SUFFIXES: .out .a .o .c .cc .C .cxx .cpp .F .f .r .y .l .s .S .cl .p .h .sh .m4
31 CC?= cc
39 HOSTCC?= cc
43 COMPILE.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c
44 LINK.cc?= ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}
94 .cc:
95 ${LINK.cc} -o ${.TARGET} ${.IMPSRC} ${LDLIBS}
96 .cc.o:
97 ${COMPILE.cc} ${.IMPSRC}
98 .cc
[all...]
/openbsd-src/gnu/usr.bin/cvs/diff/
H A Dside.c86 char cc; local
107 cc = c;
108 write_output (&cc, 1);
117 cc = c;
118 write_output (&cc, 1);
133 cc = c;
134 write_output (&cc, 1);
144 cc = c;
145 write_output (&cc, 1);
157 cc = c;
[all …]
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhtmintrin.h155 int cc, i = 0; in __builtin_tbegin_retry_null() local
157 while ((cc = __builtin_tbegin(0)) == _HTM_TBEGIN_TRANSIENT in __builtin_tbegin_retry_null()
161 return cc; in __builtin_tbegin_retry_null()
167 int cc, i = 0; in __builtin_tbegin_retry_tdb() local
169 while ((cc = __builtin_tbegin(__tdb)) == _HTM_TBEGIN_TRANSIENT in __builtin_tbegin_retry_tdb()
173 return cc; in __builtin_tbegin_retry_tdb()
184 int cc, i = 0; in __builtin_tbegin_retry_nofloat_null() local
186 while ((cc = __builtin_tbegin_nofloat(0)) == _HTM_TBEGIN_TRANSIENT in __builtin_tbegin_retry_nofloat_null()
190 return cc; in __builtin_tbegin_retry_nofloat_null()
196 int cc, i = 0; in __builtin_tbegin_retry_nofloat_tdb() local
[all …]

12345678910>>...42