/openbsd/usr.bin/make/ |
H A D | var.c | 498 SymTable_Init(SymTable *ctxt) in SymTable_Init() 653 var_set_append(const char *name, const char *ename, const char *val, int ctxt, in var_set_append() 695 int ctxt) in Var_Seti_with_ctxt() 702 int ctxt) in Var_Appendi_with_ctxt() 840 parse_base_variable_name(const char **pstr, struct Name *name, SymTable *ctxt) in parse_base_variable_name() 870 Var_ParseSkip(const char **pstr, SymTable *ctxt) in Var_ParseSkip() 902 Var_ParseBuffer(Buffer buf, const char *str, SymTable *ctxt, bool err, in Var_ParseBuffer() 955 SymTable *ctxt, bool err, bool *freePtr) in get_expanded_value() 1042 SymTable *ctxt, /* The context for the variable */ in Var_Parse() 1103 SymTable *ctxt, /* the context wherein to find variables */ in Var_Subst() [all …]
|
H A D | varname.c | 34 VarName_Get(const char *start, struct Name *name, SymTable *ctxt, bool err, in VarName_Get()
|
H A D | varmodifiers.c | 766 VarGetPattern(SymTable *ctxt, int err, const char **tstr, int delim1, in VarGetPattern() 963 get_patternarg(const char **p, SymTable *ctxt, bool err, int endc) in get_patternarg() 970 get_spatternarg(const char **p, SymTable *ctxt, bool err, int endc) in get_spatternarg() 976 common_get_patternarg(const char **p, SymTable *ctxt, bool err, int endc, in common_get_patternarg() 1073 VarModifiers_Apply(char *str, const struct Name *name, SymTable *ctxt, in VarModifiers_Apply()
|
H A D | parsevar.c | 58 parse_variable_assignment(const char *line, int ctxt) in parse_variable_assignment()
|
H A D | arch.c | 192 Arch_ParseArchive(const char **line, Lst nodes, SymTable *ctxt) in Arch_ParseArchive() 213 parse_archive(Buffer expand, const char **linePtr, Lst nodeLst, SymTable *ctxt) in parse_archive()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | solib-osf.c | 359 open_map (struct read_map_ctxt *ctxt) in open_map() 441 read_map (struct read_map_ctxt *ctxt, struct so_list *so) in read_map() 511 close_map (struct read_map_ctxt *ctxt) in close_map() 525 struct read_map_ctxt ctxt; in osf_current_sos() local 567 struct read_map_ctxt ctxt; in osf_open_symbol_file_object() local
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 97 extern "C" lsan_block_context_t *alloc_lsan_context(void *ctxt, in alloc_lsan_context() 130 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { in INTERCEPTOR()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 54 static void makeScopes(Sema &sema, DeclContext *ctxt, in makeScopes() 72 emulateLookupInCtxt(Sema &sema, llvm::StringRef name, DeclContext *ctxt) { in emulateLookupInCtxt()
|
H A D | ClangExpressionDeclMap.cpp | 1012 clang::DeclContext *ctxt = clang::Decl::castToDeclContext(namespace_decl); in LookupLocalVarNamespace() local
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 177 asan_block_context_t *alloc_asan_context(void *ctxt, dispatch_function_t func, in alloc_asan_context() 221 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
|
/openbsd/usr.bin/ssh/ |
H A D | gss-genr.c | 89 ssh_gssapi_error(Gssctxt *ctxt) in ssh_gssapi_error() 99 ssh_gssapi_last_error(Gssctxt *ctxt, OM_uint32 *major_status, in ssh_gssapi_last_error()
|
H A D | auth2-gss.c | 65 Gssctxt *ctxt = NULL; in userauth_gssapi() local
|
H A D | auth2-chall.c | 60 void *ctxt; member
|
H A D | ssh.c | 1855 ssh_confirm_remote_forward(struct ssh *ssh, int type, u_int32_t seq, void *ctxt) in ssh_confirm_remote_forward()
|
H A D | mux.c | 581 mux_confirm_remote_forward(struct ssh *ssh, int type, u_int32_t seq, void *ctxt) in mux_confirm_remote_forward()
|
/openbsd/gnu/llvm/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 74 DiffContext &ctxt = contexts[N]; in printValue() local
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 79 unsigned memlimit, bool use_valgrind, LLVMContext &ctxt) in BugDriver()
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | net_help.c | 1135 listen_sslctx_setup(void* ctxt) in listen_sslctx_setup() 1215 listen_sslctx_setup_2(void* ctxt) in listen_sslctx_setup_2()
|
/openbsd/usr.sbin/unbound/util/ |
H A D | net_help.c | 1135 listen_sslctx_setup(void* ctxt) in listen_sslctx_setup() 1215 listen_sslctx_setup_2(void* ctxt) in listen_sslctx_setup_2()
|
/openbsd/sys/dev/atapiscsi/ |
H A D | atapiscsi.c | 587 enum atapi_context ctxt) in wdc_atapi_the_machine()
|
/openbsd/gnu/llvm/llvm/tools/lto/ |
H A D | lto.cpp | 348 void *ctxt) { in lto_codegen_set_diagnostic_handler()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 258 StringRef ScalarTraits<HexFormattedString>::input(StringRef Scalar, void *ctxt, in input()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | Sema.cpp | 188 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer, in Sema()
|
/openbsd/usr.sbin/nsd/ |
H A D | server.c | 2017 listen_sslctx_setup_2(void* ctxt) in listen_sslctx_setup_2()
|
/openbsd/sys/dev/pci/ |
H A D | if_iwx.c | 5673 iwx_phy_ctxt_cmd_uhb_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, in iwx_phy_ctxt_cmd_uhb_v3_v4() 5733 iwx_phy_ctxt_cmd_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, in iwx_phy_ctxt_cmd_v3_v4() 5793 iwx_phy_ctxt_cmd(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, in iwx_phy_ctxt_cmd()
|