| /netbsd-src/external/bsd/libfido2/dist/tools/ |
| H A D | test.sh | 72 make_cred no.tld "--" wrap 73 verify_cred "--" wrap wrap-cred wrap-pubkey 74 ! verify_cred "-h" wrap /dev/null /dev/null 75 ! verify_cred "-v" wrap /dev/null /dev/null 76 verify_cred "-c0" wrap /dev/null /dev/null 77 ! verify_cred "-c1" wrap /dev/null /dev/null 78 ! verify_cred "-c2" wrap /dev/null /dev/null 79 ! verify_cred "-c3" wrap /dev/null /dev/null 82 make_cred no.tld "-h" wrap-hs 83 ! verify_cred "--" wrap-hs /dev/null /dev/null [all …]
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx_reg.h | 18 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \ argument 19 ahd_print_register(NULL, 0, "MODE_PTR", 0x00, regvalue, cur_col, wrap) 25 #define ahd_intstat_print(regvalue, cur_col, wrap) \ argument 26 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap) 32 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \ argument 33 ahd_print_register(NULL, 0, "SEQINTCODE", 0x02, regvalue, cur_col, wrap) 39 #define ahd_clrint_print(regvalue, cur_col, wrap) \ argument 40 ahd_print_register(NULL, 0, "CLRINT", 0x03, regvalue, cur_col, wrap) 46 #define ahd_error_print(regvalue, cur_col, wrap) \ argument 47 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap) [all …]
|
| H A D | aic7xxx_reg.h | 18 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ argument 19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap) 25 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ argument 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 32 #define ahc_sxfrctl1_print(regvalue, cur_col, wrap) \ argument 33 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap) 39 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ argument 40 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap) 46 #define ahc_scsisigo_print(regvalue, cur_col, wrap) \ argument 47 ahc_print_register(NULL, 0, "SCSISIGO", 0x03, regvalue, cur_col, wrap) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 78 return wrap(new LLVMContext()); in LLVMContextCreate() 81 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext() 145 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute() 150 return wrap(Attribute::getWithStructRetType(Ctx, NULL)); in LLVMCreateEnumAttribute() 153 return wrap(Attribute::get(Ctx, AttrKind, Val)); in LLVMCreateEnumAttribute() 171 return wrap(Attribute::get(Ctx, AttrKind, unwrap(type_ref))); in LLVMCreateTypeAttribute() 176 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue() 182 return wrap(Attribute::get(*unwrap(C), StringRef(K, KLength), in LLVMCreateStringAttribute() 248 return wrap(new Module(ModuleID, *GlobalContext)); in LLVMModuleCreateWithName() 253 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext() [all …]
|
| H A D | DebugInfo.cpp | 853 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved() 857 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder() 886 return wrap(unwrap(Builder)->createCompileUnit( in LLVMDIBuilderCreateCompileUnit() 900 return wrap(unwrap(Builder)->createFile(StringRef(Filename, FilenameLen), in LLVMDIBuilderCreateFile() 910 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule() 921 return wrap(unwrap(Builder)->createNameSpace( in LLVMDIBuilderCreateNameSpace() 931 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction() 943 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock() 953 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 964 return wrap(unwrap(Builder)->createImportedModule(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateImportedModuleFromNamespace() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 116 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate() 146 ::wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(KV.first)); in tryToGenerate() 159 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind, in tryToGenerate() 160 ::wrap(&JD), CJDLookupFlags, in tryToGenerate() 202 Materialize(Tmp, wrap(R.release())); in materialize() 207 Discard(Ctx, wrap(&JD), wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(Name))); in discard() 241 [=](Error Err) { ReportError(Ctx, wrap(std::move(Err))); }); in LLVMOrcExecutionSessionSetErrorReporter() 246 return wrap(unwrap(ES)->getSymbolStringPool().get()); in LLVMOrcExecutionSessionGetSymbolStringPool() 255 return wrap( in LLVMOrcExecutionSessionIntern() 276 return wrap(RT.get()); in LLVMOrcJITDylibCreateResourceTracker() [all …]
|
| /netbsd-src/usr.bin/base64/ |
| H A D | base64.c | 63 putoutput(FILE *fout, uint8_t out[4], size_t len, size_t wrap, size_t *pos) in putoutput() argument 72 if (++(*pos) == wrap) { in putoutput() 81 if (++(*pos) == wrap) { in putoutput() 101 b64_encode(FILE *fout, FILE *fin, size_t wrap) in b64_encode() argument 111 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0) in b64_encode() 117 if ((e = putoutput(fout, out, ilen, wrap, &pos)) != 0) in b64_encode() 121 if (pos != 0 && wrap != 0) { in b64_encode() 222 doit(FILE *fout, FILE *fin, bool decode, bool ignore, size_t wrap) in doit() argument 229 e = b64_encode(fout, fin, wrap); in doit() 240 size_t wrap = 76; in main() local [all …]
|
| /netbsd-src/usr.bin/tail/ |
| H A D | read.c | 70 int wrap; in displaybytes() local 76 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) { in displaybytes() 79 wrap = 1; in displaybytes() 94 if (wrap) { in displaybytes() 113 if (wrap && (len = ep - p)) in displaybytes() 143 int blen, cnt, recno, wrap; in displaylines() local 153 blen = cnt = recno = wrap = 0; in displaylines() 176 wrap = 1; in displaylines() 190 wrap = 1; in displaylines() 198 if (wrap) in displaylines() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldif.h | 40 #define LDIF_LINE_WIDTH_WRAP(wrap) ((wrap) == 0 ? LDIF_LINE_WIDTH : (wrap)) argument 57 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \ argument 59 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH-1 ) * 2 ) : \ 60 ((wrap) == LDIF_LINE_WIDTH_MAX ? 0 : ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / (wrap-1) * 2 )))) 149 ber_len_t wrap )); 164 ber_len_t wrap ));
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_aes_wrp.c | 320 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8); 321 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8); 322 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8); 323 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8); 324 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8); 325 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8); 327 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8); 328 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8); 329 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8); 330 IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_wrap.txt | 9 # Cipher names id-aesXXX-wrap are to test aliases. 11 # AES wrap tests from RFC3394 12 Cipher = id-aes128-wrap 17 Cipher = id-aes192-wrap 22 Cipher = id-aes256-wrap 27 Cipher = id-aes192-wrap 32 Cipher = id-aes256-wrap 51 Cipher = id-aes256-wrap 58 # AES wrap tests from RFC5649 59 Cipher = id-aes192-wrap-pad [all …]
|
| H A D | evpkdf_x942.txt | 19 Ctrl.cekalg = cekalg:id-aes128-wrap 25 Ctrl.cekalg = cekalg:id-aes256-wrap 34 Ctrl.cekalg = cekalg:id-aes256-wrap 41 Ctrl.cekalg = cekalg:id-aes256-wrap 49 Ctrl.cekalg = cekalg:id-aes256-wrap 57 Ctrl.cekalg = cekalg:id-aes256-wrap 64 Ctrl.cekalg = cekalg:id-aes256-wrap 71 Ctrl.cekalg = cekalg:id-aes256-wrap 84 Ctrl.cekalg = cekalg:id-aes128-wrap 95 Ctrl.cekalg = cekalg:id-aes128-wrap
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | Remark.cpp | 41 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath() 54 return wrap(&unwrap(Arg)->Key); in LLVMRemarkArgGetKey() 58 return wrap(&unwrap(Arg)->Val); in LLVMRemarkArgGetValue() 64 return wrap(&*Loc); in LLVMRemarkArgGetDebugLoc() 79 return wrap(&unwrap(Remark)->PassName); in LLVMRemarkEntryGetPassName() 84 return wrap(&unwrap(Remark)->RemarkName); in LLVMRemarkEntryGetRemarkName() 89 return wrap(&unwrap(Remark)->FunctionName); in LLVMRemarkEntryGetFunctionName() 95 return wrap(&*Loc); in LLVMRemarkEntryGetDebugLoc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Object.cpp | 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 37 wrap(const section_iterator *SI) { in wrap() function 47 wrap(const symbol_iterator *SI) { in wrap() function 57 wrap(const relocation_iterator *SI) { in wrap() function 75 return wrap(ObjOrErr.get().release()); in LLVMCreateBinary() 80 return wrap(llvm::MemoryBuffer::getMemBuffer( in LLVMBinaryCopyMemoryBuffer() 146 return wrap(ObjOrErr.get().release()); in LLVMMachOUniversalBinaryCopyObjectForArch() 154 return wrap(new section_iterator(sections.begin())); in LLVMObjectFileCopySectionIterator() 168 return wrap(new symbol_iterator(symbols.begin())); in LLVMObjectFileCopySymbolIterator() 190 return wrap(Ret); in LLVMCreateObjectFile() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 50 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext() 54 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext() 67 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2() 71 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2() 96 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 100 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 116 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 120 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
|
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | Makefile.sub | 38 stamp-wrap stamp-sed *-wrap man.tmac-sed ms.tmac-sed www.tmac-sed \ 47 all: stamp-strip stamp-wrap stamp-sed 50 stamp-strip stamp-wrap stamp-sed 56 $(INSTALL_DATA) $$m-wrap $(systemtmacdir)/$$m.tmac; \ 94 stamp-wrap: 97 rm -f $$m-wrap; \ 99 echo .do mso andoc.tmac >>$$m-wrap; \ 101 echo .cp 1 >>$$m-wrap; \ 102 echo .so $(sys_tmac_prefix)$$m >>$$m-wrap; \
|
| /netbsd-src/usr.bin/shmif_dumpbus/ |
| H A D | shmif_dumpbus.c | 227 bool wrap; in main() local 231 wrap = false; in main() 238 &sp, oldoff, sizeof(sp), &wrap); in main() 246 &sp2, oldoff, sizeof(sp2), &wrap); in main() 251 if (wrap) in main() 267 buf, curbus, curlen, &wrap); in main() 268 if (wrap) in main() 279 curbus = shmif_busread(bmem, buf, curbus, curlen, &wrap); in main() 281 if (wrap) in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 33 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 45 return wrap(GenVal); in LLVMCreateGenericValueOfInt() 51 return wrap(GenVal); in LLVMCreateGenericValueOfPointer() 66 return wrap(GenVal); in LLVMCreateGenericValueOfFloat() 111 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() 126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule() 143 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule() 209 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule() 251 return wrap(Result); in LLVMRunFunction() 265 *OutMod = wrap(Mod); in LLVMRemoveModule() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
| H A D | gettext-runtime.pot | 90 #, c-format, no-wrap 123 #, c-format, no-wrap 128 #, c-format, no-wrap 133 #, c-format, no-wrap 138 #, c-format, no-wrap 143 #, c-format, no-wrap 148 #, c-format, no-wrap 153 #, c-format, no-wrap 158 #, c-format, no-wrap 169 #, c-format, no-wrap [all …]
|
| H A D | zh_TW.po | 93 #, c-format, no-wrap 129 #, c-format, no-wrap 134 #, c-format, no-wrap 139 #, c-format, no-wrap 144 #, c-format, no-wrap 149 #, c-format, no-wrap 154 #, c-format, no-wrap 159 #, c-format, no-wrap 164 #, c-format, no-wrap 178 #, c-format, no-wrap [all …]
|
| H A D | sr.po | 90 #, c-format, no-wrap 126 #, c-format, no-wrap 131 #, c-format, no-wrap 136 #, c-format, no-wrap 141 #, c-format, no-wrap 146 #, c-format, no-wrap 151 #, c-format, no-wrap 156 #, c-format, no-wrap 161 #, c-format, no-wrap 177 #, c-format, no-wrap [all …]
|
| H A D | zh_HK.po | 93 #, c-format, no-wrap 129 #, c-format, no-wrap 134 #, c-format, no-wrap 139 #, c-format, no-wrap 144 #, c-format, no-wrap 149 #, c-format, no-wrap 154 #, c-format, no-wrap 159 #, c-format, no-wrap 164 #, c-format, no-wrap 178 #, c-format, no-wrap [all …]
|
| H A D | zh_CN.po | 92 #, c-format, no-wrap 128 #, c-format, no-wrap 133 #, c-format, no-wrap 138 #, c-format, no-wrap 143 #, c-format, no-wrap 148 #, c-format, no-wrap 153 #, c-format, no-wrap 158 #, c-format, no-wrap 163 #, c-format, no-wrap 177 #, c-format, no-wrap [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/ |
| H A D | typecons.d | 189 template wrap(Targets...) 225 auto wrap(Source)(inout Source src) in version() 230 alias wrap = .wrap!(staticMap!(Unqual, Targets)); variable 234 auto wrap(Source)(inout Source src) 242 template wrap(Source) 245 auto wrap(inout Source src) in wrap() function 473 static assert(!__traits(compiles, d1.wrap!Refreshable)); 474 static assert(!__traits(compiles, h1.wrap!Refreshable)); 475 static assert(!__traits(compiles, hs1.wrap!Refreshable)); 478 Quack qd = d1.wrap!Quack; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | Target.cpp | 33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function 48 return wrap(&unwrap(M)->getDataLayout()); in LLVMGetModuleDataLayout() 56 return wrap(new DataLayout(StringRep)); in LLVMCreateTargetData() 86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType() 90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS() 94 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C))); in LLVMIntPtrTypeInContext() 98 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS)); in LLVMIntPtrTypeForASInContext()
|