/openbsd-src/usr.sbin/sa/ |
H A D | main.c | 395 struct cmdinfo c1, c2; in cmp_usrsys() local 416 struct cmdinfo c1, c2; in cmp_avgusrsys() local 440 struct cmdinfo c1, c2; in cmp_dkio() local 457 struct cmdinfo c1, c2; in cmp_avgdkio() local 478 struct cmdinfo c1, c2; in cmp_cpumem() local 495 struct cmdinfo c1, c2; in cmp_avgcpumem() local 520 struct cmdinfo c1, c2; in cmp_calls() local
|
/openbsd-src/usr.bin/deroff/ |
H A D | deroff.c | 163 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) argument 164 #define frommac(src, c1, c2) (((c1)=((src)>>8)&0xFF),((c2) =(src)&0xFF)) argument 182 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func} argument 560 int c1, c2; in eqn() local 735 refer(int c1) in refer() 762 int c1; in inpic() local 1048 int c1,c2; in noblock() local 1208 int c1, c2; in PP() local 1231 int c1, c2; in SH() local 1271 int c1, c2; in MMHU() local [all …]
|
/openbsd-src/usr.bin/sort/ |
H A D | vsort.c | 112 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars() 149 wchar_t c1, c2; in cmpversions() local 199 wchar_t c1, c2; in vcmp() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | memtemp100.C | 16 struct c1 struct 33 typename c1<typename traits<T>::next>::template c2<void>(); in foo() argument
|
H A D | expr8.C | 15 C<1> c1; in f() local
|
H A D | ttp38.C | 27 D<int> c1; in main() local
|
H A D | ttp36.C | 27 D<1> c1; in main() local
|
H A D | ttp39.C | 27 D<int> c1; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
H A D | 980628-3.f | 12 character c1(11), c2(11), c3(11) local 36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument 39 character c1(11), c2(11), c3(11) local
|
H A D | 980628-2.f | 11 character c1(11), c2(11), c3(11) local 35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument 38 character c1(11), c2(11), c3(11) local
|
H A D | 980628-9.f | 11 character c1(11), c2(11), c3(11) local 35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument 38 character c1(11), c2(11), c3(11) local
|
H A D | 980628-10.f | 12 character c1(11), c2(11), c3(11) local 36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument 39 character c1(11), c2(11), c3(11) local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | char_traits_requirements.cc | 46 char c1 = 'z'; in test01() local 131 wchar_t c1 = L'z'; in test02() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | struct-ret-1.c | 7 typedef struct { char c[33],c1; } X; member 9 char c1 = 'a'; variable
|
H A D | 20011109-2.c | 3 char *c1 = "foo"; in main() local
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_sqr.c | 78 BN_ULONG c2, c1, c0; in bn_sqr_comba4() local 108 BN_ULONG c2, c1, c0; in bn_sqr_comba8() local
|
H A D | bn_mul.c | 78 BN_ULONG c0, c1, c2; in bn_mul_comba4() local 114 BN_ULONG c0, c1, c2; in bn_mul_comba8() local
|
/openbsd-src/lib/libcurses/tinfo/ |
H A D | captoinfo.c | 564 save_tc_char(char *bufptr, int c1) in save_tc_char() 586 save_tc_inequality(char *bufptr, int c1, int c2) in save_tc_inequality() 662 int c1, c2; in _nc_infotocap() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 980729-1.c | 4 int c, c1; in regex_compile() local
|
H A D | 930210-1.c | 3 char c1, c2; in f() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | vthunk2.C | 7 struct c1 : virtual public c0 { struct
|
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | breakpoint.cc | 36 C1::Nested c1; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/ |
H A D | cond1.C | 16 char *c1; in Foo() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/ |
H A D | 900205_02.C | 25 c1::c1() /* : int_ref(i) */ { // ERROR - reference needs initializer in c1() function
|
/openbsd-src/sys/lib/libkern/ |
H A D | strncasecmp.c | 42 unsigned char c1 = (unsigned char) *s1++; in strncasecmp() local
|