/freebsd/bin/pwait/tests/ |
H A D | pwait_test.sh | 23 timeout --preserve-status 15 pwait $p1 $p5 $p10 65 timeout --preserve-status 2 pwait -t 1d $init 71 timeout --preserve-status 2 pwait -t 1d $init 77 timeout --preserve-status 2 pwait -t -1 $init 83 timeout --preserve-status 2 pwait -t 100000001 $init 91 timeout --preserve-status 2 pwait -t 100000000 $init 97 timeout --preserve-status 2 pwait -t 1h $init 103 timeout --preserve-status 2 pwait -t 1.5h $init 109 timeout --preserve-status 2 pwait -t 1m $init 115 timeout --preserve-status 2 pwait -t 1.5m $init [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varname-dot-suffixes.exp | 13 Var_Parse: ${preserve:L:_=.SUFFIXES} (eval-keep-dollar-and-undefined) 14 Evaluating modifier ${preserve:L} on value "" (eval-keep-dollar-and-undefined, undefined) 15 Result of ${preserve:L} is "preserve" (eval-keep-dollar-and-undefined, defined) 16 Evaluating modifier ${preserve:_...} on value "preserve" (eval-keep-dollar-and-undefined, defined) 17 Global: ignoring '.SUFFIXES = preserve' as it is read-only 18 Result of ${preserve:_=.SUFFIXES} is "preserve" (eval-keep-dollar-and-undefined, defined) 19 Global: _ = preserve
|
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_gcpio_compat.c | 70 "--no-preserve-owner", "1 block\n"); in DEFINE_TEST() 72 "--no-preserve-owner", "2 blocks\n"); in DEFINE_TEST() 74 "--no-preserve-owner", "2 blocks\n"); in DEFINE_TEST() 77 "--no-preserve-owner", "7 blocks\n"); in DEFINE_TEST() 80 "--no-preserve-owner", "1 block\n"); in DEFINE_TEST() 82 "--no-preserve-owner", "2 blocks\n"); in DEFINE_TEST() 84 "--no-preserve-owner", "2 blocks\n"); in DEFINE_TEST() 87 "--no-preserve-owner", "7 blocks\n"); in DEFINE_TEST()
|
H A D | test_option_f.c | 28 unpack("t0", "--no-preserve-owner"); in DEFINE_TEST() 37 unpack("t1", "--no-preserve-owner -f a*"); in DEFINE_TEST() 39 unpack("t1", "--no-preserve-owner -f 'a*'"); in DEFINE_TEST() 49 unpack("t2", "--no-preserve-owner -f b*"); in DEFINE_TEST() 51 unpack("t2", "--no-preserve-owner -f 'b*'"); in DEFINE_TEST()
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 120.clean-preserve | 4 # Remove stale files in /var/preserve 22 elif [ ! -d /var/preserve ] 24 echo '$daily_clean_preserve_enable is set but /var/preserve' \ 29 echo "Removing stale files from /var/preserve:" 31 if cd /var/preserve
|
/freebsd/bin/timeout/ |
H A D | timeout.1 | 39 .Op Fl -preserve-status 84 .It Fl -preserve-status 115 .Fl -preserve-status 120 .Fl -preserve-status 156 .Fl -preserve-status 168 $ timeout --preserve-status 2 sleep 4 178 $ timeout --preserve-status -s SIGALRM 2 sleep 4
|
H A D | timeout.c | 61 " [--preserve-status] <duration> <command> <arg ...>\n", in usage() 180 int foreground, preserve; in main() local 203 foreground = preserve = 0; in main() 207 { "preserve-status", no_argument, &preserve, 1 }, in main() 378 if (timedout && !preserve) in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 49 // !llvm.preserve.access.index <union_ditype> 51 // !llvm.preserve.access.index <struct_ditype> 341 if (GV->getName().starts_with("llvm.preserve.array.access.index")) { in IsPreserveDIAccessIndexCall() 345 report_fatal_error("Missing metadata for llvm.preserve.array.access.index intrinsic"); in IsPreserveDIAccessIndexCall() 351 if (GV->getName().starts_with("llvm.preserve.union.access.index")) { in IsPreserveDIAccessIndexCall() 355 report_fatal_error("Missing metadata for llvm.preserve.union.access.index intrinsic"); in IsPreserveDIAccessIndexCall() 361 if (GV->getName().starts_with("llvm.preserve.struct.access.index")) { in IsPreserveDIAccessIndexCall() 365 report_fatal_error("Missing metadata for llvm.preserve.struct.access.index intrinsic"); in IsPreserveDIAccessIndexCall() 372 if (GV->getName().starts_with("llvm.bpf.preserve.field.info")) { in IsPreserveDIAccessIndexCall() 378 report_fatal_error("Incorrect info_kind for llvm.bpf.preserve.field.info intrinsic"); in IsPreserveDIAccessIndexCall() [all …]
|
H A D | BPFPreserveDIType.cpp | 1 //===----------- BPFPreserveDIType.cpp - Preserve DebugInfo Types ---------===// 9 // Preserve Debuginfo types encoded in __builtin_btf_type_id() metadata. 29 #define DEBUG_TYPE "bpf-preserve-di-type" 40 LLVM_DEBUG(dbgs() << "********** preserve debuginfo type **********\n"); in BPFPreserveDITypeImpl()
|
H A D | BPFPreserveStaticOffset.cpp | 9 // TLDR: replaces llvm.preserve.static.offset + GEP + load / store 68 // llvm.preserve.static.offset are inserted. 123 #define DEBUG_TYPE "bpf-preserve-static-offset" 482 // llvm.preserve.static.offset calls. Recursion stops at any other 488 // If nested calls to `llvm.preserve.static.offset` are encountered these 500 // preserve.static.offset call is still in use and should remain 511 // Do nothing for (preserve.static.offset (load/store ..)) or for in rewriteAccessChain() 552 // Preserve preserve.static.offset call for parameters of in rewriteAccessChain() 644 // - llvm.preserve.static.offset -> getelementptr... -> load 645 // - llvm.preserve.static.offset -> getelementptr... -> store [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen_free.c | 45 free_type (const char *name, const Type *t, int preserve) in free_type() argument 50 free_type (name, t->symbol->type, preserve); in free_type() 80 if ((t->type == TSequence || t->type == TChoice) && preserve) in free_type() 168 free_type (name, t->subtype, preserve); in free_type() 181 int preserve = preserve_type(s->name) ? TRUE : FALSE; in generate_type_free() local 188 free_type ("data", s->type, preserve); in generate_type_free()
|
H A D | main.c | 42 static getarg_strings preserve; variable 49 for (i = 0; i < preserve.num_strings; i++) in preserve_type() 50 if (strcmp(preserve.strings[i], p) == 0) in preserve_type() 77 { "preserve-binary", 0, arg_strings, &preserve },
|
H A D | gen_copy.c | 49 copy_type (const char *from, const char *to, const Type *t, int preserve) in copy_type() argument 54 copy_type (from, to, t->symbol->type, preserve); in copy_type() 86 if ((t->type == TSequence || t->type == TChoice) && preserve) { in copy_type() 215 copy_type (from, to, t->subtype, preserve); in copy_type() 230 int preserve = preserve_type(s->name) ? TRUE : FALSE; in generate_type_copy() local 239 copy_type ("from", "to", s->type, preserve); in generate_type_copy()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 316 "that does not preserve MemorySSA", in run() 347 // By definition we preserve the proxy. We also preserve all analyses on in run() 352 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in run() 353 // We also preserve the set of standard analyses. in run() 354 PA.preserve<DominatorTreeAnalysis>(); in run() 355 PA.preserve<LoopAnalysis>(); in run() 356 PA.preserve<ScalarEvolutionAnalysis>(); in run() 358 PA.preserve<BlockFrequencyAnalysis>(); in run() 360 PA.preserve<BranchProbabilityAnalysi in run() [all...] |
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 119 ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title'' 158 Copying with changes limited to the covers, as long as they preserve 214 Preserve all the copyright notices of the Document. 226 Preserve in that license notice the full lists of Invariant Sections 233 Preserve the section Entitled ``History'', Preserve its Title, and add 242 Preserve the network location, if any, given in the Document for 251 For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve 252 the Title of the section, and preserve in the section all the 257 Preserve all the Invariant Sections of the Document, 270 Preserve any Warranty Disclaimers. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAnalysisManager.cpp | 121 // preserve all Loop analyses. in invalidate() 140 PA.preserve<DominatorTreeAnalysis>(); in getLoopPassPreservedAnalyses() 141 PA.preserve<LoopAnalysis>(); in getLoopPassPreservedAnalyses() 142 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in getLoopPassPreservedAnalyses() 143 PA.preserve<ScalarEvolutionAnalysis>(); in getLoopPassPreservedAnalyses()
|
/freebsd/bin/pax/ |
H A D | pax.1 | 521 Do not preserve file access times. 524 .Sq Preserve everything , 529 someone with all the appropriate privileges, in order to preserve all 539 Do not preserve file modification times. 542 Preserve the user ID and group ID. 544 .Sq Preserve 548 with regular privileges who wants to preserve all aspects of the file other 555 .Sq preserve 579 Failure to preserve these items will affect the final exit status, 596 will preserve these. [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ocsp.opt | 1 --preserve-binary=OCSPTBSRequest 2 --preserve-binary=OCSPResponseData
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ReplaceWithVeclib.cpp | 86 // Preserve the operand bundles. in replaceWithTLIFunction() 92 // Preserve fast math flags for FP math. in replaceWithTLIFunction() 222 PA.preserve<TargetLibraryAnalysis>(); in run() 223 PA.preserve<ScalarEvolutionAnalysis>(); in run() 224 PA.preserve<LoopAccessAnalysis>(); in run() 225 PA.preserve<DemandedBitsAnalysis>(); in run() 226 PA.preserve<OptimizationRemarkEmitterAnalysis>(); in run()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PassManager.cpp | 39 // Note that in order to preserve this proxy, a module pass must ensure that in invalidate() 84 // preserve all function analyses. in invalidate() 141 // We also preserve all analyses on Functions, because we did all the in run() 144 PA.preserve<FunctionAnalysisManagerModuleProxy>(); in run()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send_encrypted_hierarchy.ksh | 26 # Raw recursive sends preserve filesystem structure. 46 log_assert "Raw recursive sends preserve filesystem structure." 96 log_pass "Raw recursive sends preserve filesystem structure."
|
/freebsd/crypto/openssh/ |
H A D | sftp-client.h | 141 * Download 'remote_path' to 'local_path'. Preserve permissions and times 148 * Recursively download 'remote_directory' to 'local_directory'. Preserve 155 * Upload 'local_path' to 'remote_path'. Preserve permissions and times 162 * Recursively upload 'local_directory' to 'remote_directory'. Preserve
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | CallingConv.h | 45 /// often preserve all registers so that the call does not break any live 182 /// convention to preserve registers. 237 /// Preserve X0-X13, X19-X29, SP, Z0-Z31, P0-P15. 240 /// Preserve X2-X15, X19-X29, SP, Z0-Z31, P0-P15. 270 /// Preserve X1-X15, X19-X29, SP, Z0-Z31, P0-P15.
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | strip.1 | 38 .Op Fl p | Fl -preserve-dates 79 .It Fl p | Fl -preserve-dates 80 Preserve the object's access and modification times.
|
/freebsd/crypto/openssl/util/ |
H A D | lang-compress.pl | 68 (^|\n)(?:\s*(?:\n|$))+ # Empty lines, preserve one newline 118 (^|\n)(?:\s*(?:\n|$))+ # Empty lines, preserve one newline 173 (^|\n)(?:\s*(?:\n|$))+ # Empty lines, preserve one newline
|