Home
last modified time | relevance | path

Searched refs:FO (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/tests/ipf/input/
H A Df132 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF,FO=0 SYN
12 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP FO=2 ACK
17 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 SYN
22 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
27 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 SYN
32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
36 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
41 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
46 # 1.1.1.1,53 -> 2.1.1.1,54 TTL=63 UDP MF FO=0 (short)
51 # 1.1.1.1,21 -> 2.1.1.1,54 TTL=63 UDP MF FO=0
[all …]
H A Df1211 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK
16 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK
26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
30 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
35 # 1.1.1.1,1 -> 2.1.1.1,1 TTL=63 UDP MF FO=0
40 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
/netbsd-src/usr.bin/tip/
H A Dremote.c55 &ES, &EX, &FO, &RC, &RE, &PA
185 if (FO != NULL) in getremcap()
186 (void)vstring("fo", FO); in getremcap()
H A Dtip.h84 extern char *FO; /* force (literal next) char*/
H A Dtip.c111 char *FO; variable
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c66 #define FO 0 macro
850 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc);
851 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
887 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1);
896 int result_offset = D_LOWLINE (ptr, FO) - lo;
899 if (!copy_stringlist (D_LINEARRAY (ptr, FO),
900 D_LENARRAY (ptr, FO),
903 D_NUMLINES (ptr, FO)))
908 for (i = D_HIGHLINE (ptr, FO) + 1 - lo;
909 i < (D_NEXT (ptr) ? D_LOWLINE (D_NEXT (ptr), FO) : hi + 1) - lo;
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c63 #define FO 0 macro
730 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc); in using_to_diff3_block()
731 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block()
767 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1); in using_to_diff3_block()
776 lin result_offset = D_LOWLINE (ptr, FO) - lo; in using_to_diff3_block()
779 if (!copy_stringlist (D_LINEARRAY (ptr, FO), in using_to_diff3_block()
780 D_LENARRAY (ptr, FO), in using_to_diff3_block()
783 D_NUMLINES (ptr, FO))) in using_to_diff3_block()
788 for (i = D_HIGHLINE (ptr, FO) + 1 - lo; in using_to_diff3_block()
789 i < (D_NEXT (ptr) ? D_LOWLINE (D_NEXT (ptr), FO) : hi + 1) - lo; in using_to_diff3_block()
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dbadalt1-key.pem15 f7aNMbSTZNIIqjOyioWAz/4Jqupcr3RFczaVG+mX+OPHq1WnvCWfD/yNI8MSy+FO
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dbadalt1-key.pem15 f7aNMbSTZNIIqjOyioWAz/4Jqupcr3RFczaVG+mX+OPHq1WnvCWfD/yNI8MSy+FO
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics() local
31 FileManager FileMgr(FO); in readDiagnostics()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, in FO() function
1097 FO(&p, &p, &keys[i]); in do_encrypt()
1100 FO(&p, &p, &keys[rounds - 2]); in do_encrypt()
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); in ossl_aria_set_encrypt_key()
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1); in ossl_aria_set_encrypt_key()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, in FO() function
1097 FO(&p, &p, &keys[i]); in do_encrypt()
1100 FO(&p, &p, &keys[rounds - 2]); in do_encrypt()
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); in aria_set_encrypt_key()
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1); in aria_set_encrypt_key()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp37 CXLoadedDiagnosticSetImpl() : CXDiagnosticSetImpl(true), FakeFiles(FO) {} in CXLoadedDiagnosticSetImpl()
45 FileSystemOptions FO; member in __anon58cab6530111::CXLoadedDiagnosticSetImpl
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp239 uint32_t FO = Iter->FileNameOffset; in formatFromChecksumsOffset() local
240 auto ExpectedFile = getNameFromStringTable(FO); in formatFromChecksumsOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp421 FunctionOptions FO = FunctionOptions::None; in getFunctionOptions() local
432 FO |= FunctionOptions::CxxReturnUdt; in getFunctionOptions()
436 FO |= FunctionOptions::Constructor; in getFunctionOptions()
441 return FO; in getFunctionOptions()
464 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); in getMemberFunctionType() local
466 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in getMemberFunctionType()
1931 FunctionOptions FO = getFunctionOptions(Ty); in lowerTypeFunction() local
1932 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeFunction()
1941 FunctionOptions FO) { in lowerTypeMemberFunction() argument
1980 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO, in lowerTypeMemberFunction()
H A DCodeViewDebug.h414 codeview::FunctionOptions FO = codeview::FunctionOptions::None);
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h336 VMM_XO((m),(v),(o),(d),(c), 32, FO, "%08x %08x", (c))
340 VMM_XO((m),(v),(o),(d),(c), 64, FO, "%016"PRIx64" %08x", (c))
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DOpts.td18 def fileout : JS<"FO", "Change the output file location.">;
/netbsd-src/share/misc/
H A Dcountry92 Faroe Islands FO FRO 234 FO
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp427 llvm::Value *&CXXThisValue, const FunctionOptions &FO) { in emitOutlinedFunctionPrologue() argument
428 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
429 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
442 auto I = FO.S->captures().begin(); in emitOutlinedFunctionPrologue()
444 if (!FO.UIntPtrCastRequired) { in emitOutlinedFunctionPrologue()
448 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(), in emitOutlinedFunctionPrologue()
463 if (FO.UIntPtrCastRequired && in emitOutlinedFunctionPrologue()
493 FO.UIntPtrCastRequired in emitOutlinedFunctionPrologue()
512 FO.FunctionName, &CGM.getModule()); in emitOutlinedFunctionPrologue()
520 FO.UIntPtrCastRequired ? FO.Loc : FO.S->getBeginLoc(), in emitOutlinedFunctionPrologue()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_316694 FO Faeroe Islands
H A Diso-3166.texi143 @item FO
H A DISO_3166_de85 #FO Faeroe Islands
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab104 FO Faroe Islands
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp437 CFGBlock::FilterOptions FO; in CheckFallThrough() local
438 FO.IgnoreDefaultsWithCoveredEnums = 1; in CheckFallThrough()
441 cfg->getExit().filtered_pred_start_end(FO); in CheckFallThrough()

12