| /src/external/mit/xorg/lib/libpthread-stubs/ |
| Makefile | 5 LIB= pthread-stubs 8 SRCS= stubs.c
|
| /src/crypto/external/bsd/netpgp/dist/src/librsa/ |
| Makefile | 2 SRCS=rsa.c stubs.c
|
| /src/external/bsd/am-utils/bin/hlfsd/ |
| Makefile | 10 SRCS= hlfsd.c homedir.c nfs_prot_svc.c stubs.c
|
| /src/external/gpl2/gettext/dist/djgpp/ |
| unsetenv.c | 11 #include <libc/stubs.h>
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| README.template | 5 size .libs/asn1_*.o | awk '{sum += $1} END {print sum}' | sed 's/^/generated code stubs: /' 6 size *_asn1-template.o | awk '{sum += $1} END {print sum}' | sed 's/^/TEXT stubs: /' 14 - how to generate template based stubs: 106 generated code stubs: 41472 107 TEXT stubs: 112560 114 generated code stubs: 20796 115 TEXT stubs: 119891 122 generated code stubs: 20796 123 TEXT stubs: 107147 130 generated code stubs: 753 [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| Makefile | 3 SRCS+= stubs.c
|
| /src/external/bsd/am-utils/dist/hlfsd/ |
| Makefile.am | 19 stubs.c
|
| /src/external/mit/xorg/lib/libXfont2/ |
| Makefile | 16 SRCS.stubs= \ 19 .PATH: ${XFONT2DIR}/src/stubs 98 .for dir in stubs util fontfile FreeType bitmap builtins fc 124 CPPFLAGS+= -I${XFONT2DIR}/src/stubs
|
| /src/external/mit/xorg/server/xorg-server/hw/netbsd/x68k/ |
| Makefile | 24 SRCS+= stubs.c
|
| /src/external/mit/xorg/server/xorg-server.old/hw/netbsd/x68k/ |
| Makefile | 26 SRCS+= stubs.c
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gentarget-def.cc | 57 static hash_table <nofree_string_hash> *stubs; variable 223 const char **slot = stubs->find_slot (suffix, INSERT); 290 stubs = new hash_table <nofree_string_hash> (31);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gentarget-def.cc | 57 static hash_table <nofree_string_hash> *stubs; variable 223 const char **slot = stubs->find_slot (suffix, INSERT); 290 stubs = new hash_table <nofree_string_hash> (31);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| OrcRemoteTargetServer.h | 81 addHandler<stubs::CreateIndirectStubsOwner>( 83 addHandler<stubs::DestroyIndirectStubsOwner>( 85 addHandler<stubs::EmitIndirectStubs>(*this, 87 addHandler<stubs::EmitResolverBlock>(*this, 89 addHandler<stubs::EmitTrampolineBlock>(*this, 237 LLVM_DEBUG(dbgs() << " Create indirect stubs owner " << Id << "\n"); 274 << " stubs.\n");
|
| OrcRemoteTargetClient.h | 49 /// This class provides utilities (including memory manager, indirect stubs 548 /// Remote indirect stubs manager. 771 /// Create an RCIndirectStubsManager that will allocate stubs on the remote 776 if (auto Err = callB<stubs::CreateIndirectStubsOwner>(Id)) 786 if (auto Err = callB<stubs::EmitResolverBlock>()) 846 if (auto Err = callB<stubs::DestroyIndirectStubsOwner>(Id)) 852 return callB<stubs::EmitIndirectStubs>(Id, NumStubsRequired); 856 return callB<stubs::EmitTrampolineBlock>();
|
| OrcRemoteTargetRPCAPI.h | 290 namespace stubs { namespace in namespace:llvm::orc::remote 300 /// RPC function for destroying an indirect stubs owner. 334 } // end namespace stubs
|
| /src/external/mit/xorg/lib/libXfont/ |
| Makefile | 18 .PATH: ${XFONTDIR}/src/stubs 48 CPPFLAGS+= -I${XFONTDIR}/src/stubs
|
| /src/external/mit/xorg/server/xorg-server/hw/vfb/ |
| Makefile | 14 SRCS= InitInput.c InitOutput.c miinitext.c stubs.c
|
| /src/external/mit/xorg/server/xorg-server.old/hw/vfb/ |
| Makefile | 14 SRCS= InitInput.c InitOutput.c dpmsstubs.c miinitext.c stubs.c
|
| /src/external/mit/xorg/server/xorg-server.old/hw/xnest/ |
| Makefile | 19 dpmsstubs.c stubs.c miinitext.c \
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/ |
| README | 68 contains stubs that need to be rewritten so they work with the Unicode support
|
| /src/external/mit/xorg/server/xorg-server/hw/xnest/ |
| Makefile | 19 stubs.c miinitext.c
|
| /src/external/mit/xorg/server/xorg-server.old/hw/netbsd/alpha/ |
| Makefile | 41 SRCS+= stubs.c
|
| /src/external/bsd/unbound/dist/util/ |
| configparser.y | 365 if(cfg_parser->cfg->stubs && 366 !cfg_parser->cfg->stubs->name) 377 s->next = cfg_parser->cfg->stubs; 378 cfg_parser->cfg->stubs = s; 3100 if(cfg_parser->cfg->stubs->name) 3103 free(cfg_parser->cfg->stubs->name); 3104 cfg_parser->cfg->stubs->name = $2; 3110 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->hosts, $2)) 3117 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->addrs, $2)) 3126 else cfg_parser->cfg->stubs->isfirst=(strcmp($2, "yes")==0) [all...] |
| configparser.c | 3053 if(cfg_parser->cfg->stubs && 3054 !cfg_parser->cfg->stubs->name) 3068 s->next = cfg_parser->cfg->stubs; 3069 cfg_parser->cfg->stubs = s; 6546 if(cfg_parser->cfg->stubs->name) 6549 free(cfg_parser->cfg->stubs->name); 6550 cfg_parser->cfg->stubs->name = (yyvsp[0].str); 6559 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->hosts, (yyvsp[0].str))) 6569 if(!cfg_strlist_insert(&cfg_parser->cfg->stubs->addrs, (yyvsp[0].str))) 6581 else cfg_parser->cfg->stubs->isfirst=(strcmp((yyvsp[0].str), "yes")==0) [all...] |
| /src/external/bsd/unbound/dist/libunbound/ |
| libunbound.c | 1099 prev = &ctx->env->cfg->stubs; 1121 elem->next = ctx->env->cfg->stubs; 1122 ctx->env->cfg->stubs = elem;
|