Home
last modified time | relevance | path

Searched defs:define (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.bin/rpcgen/
H A Drpc_main.c383 open_input(const char *infile, const char *define) in open_input()
463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output()
567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output()
655 s_output(int argc, const char *argv[], const char *infile, const char *define, in s_output()
742 l_output(const char *infile, const char *define, int extend, const char *outfile) in l_output()
773 t_output(const char *infile, const char *define, int extend, const char *outfile) in t_output()
795 svc_output(const char *infile, const char *define, int extend, const char *outfile) in svc_output()
828 clnt_output(const char *infile, const char *define, int extend, const char *outfile) in clnt_output()
/freebsd/crypto/openssl/
H A DCHANGES.md4403 old #define's might need to be updated. hashtag
4693 with OpenSSL (case-matching; e.g., OPENSSL_VERSION for #define's) hashtag
4925 * Clean up OPENSSL_NO_xxx #define's hashtag
11290 Add EVP_CHECK_DES_KEY #define to return an error if the key is not hashtag
16757 almost all types were #define'd to ASN1_STRING which was causing hashtag
16919 include a #define from the old name to the new. The original intent hashtag
18111 you #define DEBUG_PKCS5V2 passwords, salts, iteration counts and hashtag
/freebsd/contrib/bc/gen/
H A Dstrgen.c341 const char* define; in main() local
[all...]
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp335 config::detail::static_inner_node::define(const tree_key& key, in define() function in config::detail::static_inner_node
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h90 int define; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1910 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &&MU, in define() function
1953 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &MU, in define() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp191 std::string define = std::string(getARCMTMacroName()); in createInvocationForMigration() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2093 auto define = [=](StringRef start, StringRef end, OutputSection *os) { in addStartEndSymbols() local