Searched defs:PROTO (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/usr.bin/cvs/src/ |
H A D | error.h | 21 #define PROTO(ARGS) ARGS macro 23 #define PROTO(ARGS) () macro
|
H A D | cvs.h | 31 #define PROTO(ARGS) ARGS macro 33 #define PROTO(ARGS) () macro
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | sighandle.c | 43 #define PROTO(ARGS) ARGS macro 45 #define PROTO(ARGS) () macro
|
H A D | md5.c | 40 #define PROTO(ARGS) ARGS macro 42 #define PROTO(ARGS) () macro
|
/openbsd-src/usr.bin/lex/ |
H A D | scanopt.h | 53 #define PROTO(args) args macro
|
H A D | flexdef.h | 97 #define PROTO(proto) proto macro 99 #define PROTO(proto) () macro [all...] |
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | ansidecl.h | 187 #define PROTO(type, name, arglist) type name arglist macro 226 #define PROTO(type, name, arglist) type name () macro
|
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | ansidecl.h | 192 #define PROTO(type, name, arglist) type name arglist macro 231 #define PROTO(type, name, arglist) type name () macro
|
/openbsd-src/gnu/gcc/include/ |
H A D | ansidecl.h | 192 #define PROTO(type, name, arglist) type name arglist macro 231 #define PROTO(type, name, arglist) type name () macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
H A D | ansidecl.h | 192 #define PROTO(type, name, arglist) type name arglist macro 231 #define PROTO(type, name, arglist) type name () macro
|
/openbsd-src/lib/libkvm/ |
H A D | kvm_private.h | 116 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x) macro
|
/openbsd-src/lib/libfuse/ |
H A D | fuse_private.h | 149 #define PROTO(x) __dso_hidden typeof(x) x asm("__"#x) macro [all...] |
/openbsd-src/sbin/isakmpd/ |
H A D | conf.c | 387 #define PROTO(x) ((x) ? "AH" : "ESP") in conf_load_defaults_qm() macro
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1963 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local
|