Home
last modified time | relevance | path

Searched defs:ARGS (Results 1 – 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/include/private/
HDsvn_debug.h71 #define SVN_DBG(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
72 #define SVN_DBG_PROPS(ARGS) svn_dbg__preamble(__FILE__, __LINE__, NULL) argument
93 #define SVN_DBG(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, SVN_DBG_OUTPUT), \ argument
95 #define SVN_DBG_PROPS(ARGS) (svn_dbg__preamble(__FILE__, __LINE__, \ argument
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
HDccpriv.h82 #define cc_log(CC, FMT, ARGS...) do { \ argument
94 #define cc_log(CC, FMT, ARGS...) do { } while (0) argument
136 #define cc_port_log(P, FMT, ARGS...) do { \ argument
148 #define cc_port_log(P, FMT, ARGS...) do { } while (0) argument
323 #define cc_conn_log(C, FMT, ARGS...) do { \ argument
335 #define cc_conn_log(C, FMT, ARGS...) do { } while (0) argument
388 #define cc_party_log(P, FMT, ARGS...) do { \ argument
400 #define cc_party_log(P, FMT, ARGS...) do { } while (0) argument
510 #define cc_user_log(U, FMT, ARGS...) do { \ argument
522 #define cc_user_log(U, FMT, ARGS...) do { } while (0) argument
HDcc_sig.c61 #define cc_sig_log(CC, FMT, ARGS...) do { \ argument
/freebsd-13-stable/contrib/nvi/common/
HDargs.h27 } ARGS; typedef
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocation_functions.cpp160 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
164 # define INTERCEPTOR_ALIAS(RET, FN, ARGS...) \ argument
/freebsd-13-stable/contrib/opie/
HDftpcmd.y800 #define ARGS 1 /* expect miscellaneous arguments */ macro
/freebsd-13-stable/stand/i386/isoboot/
HDisoboot.c43 #define ARGS 0x900 macro
/freebsd-13-stable/stand/i386/zfsboot/
HDzfsboot.c53 #define ARGS 0x900 macro
/freebsd-13-stable/stand/i386/gptboot/
HDgptboot.c43 #define ARGS 0x900 macro
/freebsd-13-stable/contrib/ntp/include/
HDparse.h87 #define parseprintf(LEVEL, ARGS) if (debug > LEVEL) printf ARGS argument
89 #define parseprintf(LEVEL, ARGS) argument
/freebsd-13-stable/sys/contrib/openzfs/cmd/arc_summary/
HDarc_summary386 ARGS = parser.parse_args() variable
/freebsd-13-stable/crypto/openssl/apps/
HDapps.h419 } ARGS; typedef
/freebsd-13-stable/stand/i386/boot2/
HDboot2.c55 #define ARGS 0x900 macro
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
HDunipriv.h519 #define VERBOSE(UNI, FAC, LEVEL, ARGS...) do { \ argument
526 #define VERBOSE0(UNI, FAC, ARGS...) do { \ argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfoMetadata.cpp421 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS argument
422 #define DEFINE_GETIMPL_LOOKUP(CLASS, ARGS) \ argument
435 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ argument
439 #define DEFINE_GETIMPL_STORE_NO_OPS(CLASS, ARGS) \ argument
446 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \ argument
/freebsd-13-stable/sys/cam/ctl/
HDctl_backend_ramdisk.c80 #define ARGS(io) \ macro
HDctl_backend_block.c117 #define ARGS(io) \ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h40 #define DEFINE_MDNODE_GET_UNPACK(ARGS) DEFINE_MDNODE_GET_UNPACK_IMPL ARGS argument
41 #define DEFINE_MDNODE_GET_DISTINCT_TEMPORARY(CLASS, FORMAL, ARGS) \ argument
51 #define DEFINE_MDNODE_GET(CLASS, FORMAL, ARGS) \ argument
/freebsd-13-stable/sbin/routed/
HDtable.c685 # define ARGS rtm_type_name(action), rtname(dst,mask,gate), metric, flags in rtioctl() macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp1294 #define GET_OR_DISTINCT(CLASS, ARGS) \ in parseOneMetadata() argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInvocation.cpp535 ARGS, DIAGS, PREFIX_TYPE, SPELLING, ID, KIND, GROUP, ALIAS, ALIASARGS, \ argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp5164 #define GET_OR_DISTINCT(CLASS, ARGS) \ argument