Home
last modified time | relevance | path

Searched refs:create (Results 151 – 175 of 5166) sorted by relevance

12345678910>>...207

/netbsd/external/mit/expat/dist/conftools/
H A Dar-lib159 create=
171 c*) create=yes ;;
236 if test -z "$create"; then
/netbsd/external/lgpl3/mpfr/dist/
H A Dar-lib159 create=
171 c*) create=yes ;;
236 if test -z "$create"; then
/netbsd/external/lgpl3/mpc/dist/build-aux/
H A Dar-lib159 create=
171 c*) create=yes ;;
236 if test -z "$create"; then
/netbsd/sys/modules/lua/
H A Dlua.c283 struct lua_create *create; in luaioctl() local
335 create = data; in luaioctl()
337 if (*create->name == '_') { in luaioctl()
344 if (!strcmp(s->lua_name, create->name)) { in luaioctl()
347 "state %s exists\n", create->name); in luaioctl()
351 K = kluaL_newstate(create->name, create->desc, IPL_NONE); in luaioctl()
360 create->name); in luaioctl()
363 create = data; in luaioctl()
365 K = klua_find(create->name); in luaioctl()
/netbsd/distrib/evbsh3/instkernel/instkernel/
H A DMakefile21 MDSET_SUFFIXES.-= bin create-bin
22 create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddb.h93 bool create, dns_dbnode_t **nodep);
153 bool create, dns_dbnode_t **nodep);
165 bool create,
716 dns_db_findnode(dns_db_t *db, const dns_name_t *name, bool create,
720 dns_db_findnodeext(dns_db_t *db, const dns_name_t *name, bool create,
1458 dns_db_register(const char *name, dns_dbcreatefunc_t create, void *driverarg,
1558 dns_db_findnsec3node(dns_db_t *db, const dns_name_t *name, bool create,
/netbsd/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_objcpu.d41 javascript*:::object-create-start
46 javascript*:::object-create-done
/netbsd/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_objcpu.d41 ruby*:::object-create-start
46 ruby*:::object-create-done
/netbsd/external/cddl/dtracetoolkit/dist/Bin/
H A Drb_objcpu.d41 ruby*:::object-create-start
46 ruby*:::object-create-done
H A Djs_objcpu.d41 javascript*:::object-create-start
46 javascript*:::object-create-done
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_req.in51 ${hxtool} request-create \
59 ${hxtool} request-create \
/netbsd/tests/fs/vfs/
H A Dt_ro.c78 create(const atf_tc_t *tc, const char *mp) in create() function
182 ATF_TC_FSAPPLY_RO(create, "create file on r/o mount", nullgen);
194 ATF_TP_FSAPPLY_RO(create); in ATF_TP_ADD_TCS()
/netbsd/external/apache2/llvm/dist/llvm/utils/crosstool/ARM/
H A DREADME1 HOWTO create an LLVM crosstool from x86_64/Linux to ARM/Linux
4 1. % llvm/utils/crosstool/create-snapshots.sh
6 This will create llvm-[REV_L].tar.bz2 and llvm-gcc-4.2-[REV_G].tar.bz2,
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp213 MCConstantExpr::create(CurrentOffset, Ctx)); in emitFileChecksums()
260 MCSymbolRefExpr::create(Files[Idx].ChecksumTableOffset, OS.getContext()); in emitFileChecksumOffset()
448 const MCExpr *BeginRef = MCSymbolRefExpr::create(Begin, Variant, Ctx), in computeLabelDiff()
449 *EndRef = MCSymbolRefExpr::create(End, Variant, Ctx); in computeLabelDiff()
451 MCBinaryExpr::create(MCBinaryExpr::Sub, EndRef, BeginRef, Ctx); in computeLabelDiff()
648 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(RangeBegin, Ctx); in encodeDefRange()
650 MCBinaryExpr::createAdd(SRE, MCConstantExpr::create(Bias, Ctx), Ctx); in encodeDefRange()
667 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_4)); in encodeDefRange()
670 Fixups.push_back(MCFixup::create(Contents.size(), BE, FK_SecRel_2)); in encodeDefRange()
/netbsd/tests/sbin/ifconfig/
H A Dt_tap.sh52 ifconfig "tap$tap" create
86 ifconfig tap99999 create
/netbsd/distrib/shark/instkernel/instkernel/
H A DMakefile12 MDSET_SUFFIXES.-= aout create-aout
14 create-aout= \
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCAsmInfo.cpp44 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None, Ctx); in getExprForFDESymbol()
46 return RISCVMCExpr::create(ME, RISCVMCExpr::VK_RISCV_32_PCREL, Ctx); in getExprForFDESymbol()
/netbsd/distrib/utils/embedded/
H A Dusermode49 sudo ifconfig tap0 create up
50 sudo ifconfig bridge0 create
/netbsd/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_disk.c38 static void create(struct archive_entry *ae, const char *msg) in create() function
282 create(ae, "Test creating a file over an existing file."); in DEFINE_TEST()
289 create(ae, "Test creating a regular dir."); in DEFINE_TEST()
296 create(ae, "Test creating a dir over an existing file."); in DEFINE_TEST()
303 create(ae, "Test creating a file over an existing dir."); in DEFINE_TEST()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp193 MCSymbolRefExpr::create(From, MCSymbolRefExpr::VK_None, C), in emitCGProfileMetadata()
194 MCSymbolRefExpr::create(To, MCSymbolRefExpr::VK_None, C), Count); in emitCGProfileMetadata()
402 MCSymbolRefExpr::create(TM.getSymbol(GV), getContext()); in getTTypeGlobalReference()
421 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeReference()
430 return MCSymbolRefExpr::create(Sym, getContext()); in getDebugThreadLocalSymbol()
/netbsd/external/gpl2/texinfo/dist/
H A DINTRODUCTION18 you can create a printed document with the normal features of a book,
20 same Texinfo source file, you can create a menu-driven, on-line Info
29 To get started, you need to create either a printed manual or an
31 create both, although you will probably want both eventually.
64 To create a printed manual
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.cpp54 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPREL, getContext()); in getDebugThreadLocalSymbol()
56 MCConstantExpr::create(0x8000, getContext()), in getDebugThreadLocalSymbol()
/netbsd/usr.sbin/wg-userspace/
H A Dwg-userspace.sh44 create)
46 rump.ifconfig $wg create
/netbsd/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_index.py16 index = Index.create()
21 index = Index.create()
/netbsd/distrib/evbppc/md-kernel/
H A DMakefile16 MDSET_SUFFIXES.-= img create-img
18 create-img= \

12345678910>>...207