Home
last modified time | relevance | path

Searched defs:c1 (Results 1 – 25 of 223) sorted by relevance

123456789

/openbsd-src/usr.sbin/sa/
H A Dmain.c395 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 Dderoff.c163 #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 Dvsort.c112 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 Dmemtemp100.C16 struct c1 struct
33 typename c1<typename traits<T>::next>::template c2<void>(); in foo() argument
H A Dexpr8.C15 C<1> c1; in f() local
H A Dttp38.C27 D<int> c1; in main() local
H A Dttp36.C27 D<1> c1; in main() local
H A Dttp39.C27 D<int> c1; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-3.f12 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 D980628-2.f11 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 D980628-9.f11 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 D980628-10.f12 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 Dchar_traits_requirements.cc46 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 Dstruct-ret-1.c7 typedef struct { char c[33],c1; } X; member
9 char c1 = 'a'; variable
H A D20011109-2.c3 char *c1 = "foo"; in main() local
/openbsd-src/lib/libcrypto/bn/
H A Dbn_sqr.c78 BN_ULONG c2, c1, c0; in bn_sqr_comba4() local
108 BN_ULONG c2, c1, c0; in bn_sqr_comba8() local
H A Dbn_mul.c78 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 Dcaptoinfo.c564 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 D980729-1.c4 int c, c1; in regex_compile() local
H A D930210-1.c3 char c1, c2; in f() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dvthunk2.C7 struct c1 : virtual public c0 { struct
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dbreakpoint.cc36 C1::Nested c1; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/
H A Dcond1.C16 char *c1; in Foo() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900205_02.C25 c1::c1() /* : int_ref(i) */ { // ERROR - reference needs initializer in c1() function
/openbsd-src/sys/lib/libkern/
H A Dstrncasecmp.c42 unsigned char c1 = (unsigned char) *s1++; in strncasecmp() local

123456789