Home
last modified time | relevance | path

Searched defs:DO (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddup2_pass_on_exec.c38 #define DO(s) if (s < 0) { perror(#s); exit(1); } macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.c73 #define DO(t,f,k) \ macro
/netbsd-src/bin/ksh/
H A Dlex.h93 #define DO 271 macro
/netbsd-src/external/mit/isl/dist/interface/
H A Dextract_interface.cc315 DiagnosticOptions DO; in construct_printer() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1537 explicit Diagnostic(const DiagnosticsEngine *DO) : DiagObj(DO) {} in Diagnostic()
1538 Diagnostic(const DiagnosticsEngine *DO, StringRef storedDiagMessage) in Diagnostic()
/netbsd-src/include/arpa/
H A Dtelnet.h42 #define DO 253 /* please, you use option */ macro
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1372 #define DO(which) \ in dump_dsl_dir() macro
/netbsd-src/lib/libc/time/
H A Dzic.c2654 #define DO( writezone() macro
[all...]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4813 const auto *DO = S.getSingleClause<OMPDepobjClause>(); in EmitOMPDepobjDirective() local