Home
last modified time | relevance | path

Searched refs:Try (Results 1 – 25 of 166) sorted by relevance

1234567

/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindSMI.cmake2 # Try to find libsmi.
5 # Try to find the header
8 # Try to find the library
H A DFindCRYPTO.cmake2 # Try to find libcrypto.
107 # Try to find this library, so we get its full path.
164 # Try to find the openss/evp.h header.
172 # Try to find the library.
H A DFindPCAP.cmake2 # Try to find libpcap.
185 # That didn't work. Try pcap-config.
350 # Try to find that library, so we get its full path, as
424 # Try to find the header file.
429 # Try to find the library
433 # Try to find the static library (XXX - what about AIX?)
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindTC.cmake2 # Try to find the Riverbed TurboCap library.
5 # Try to find the header
8 # Try to find the library
H A DFindSNF.cmake2 # Try to find the Myricom SNF library.
5 # Try to find the header
8 # Try to find the library
H A DFindDAG.cmake2 # Try to find the Endace DAG library.
5 # Try to find the header
9 # Try to find the libraries
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed44 Illegal characters: use only a-z and ":". Try again.
50 Try again.
54 Repeated letters not allowed. Try again.
97 s/.*/Done! Try another, or end with ^D./p
H A Dregress.hanoi.out17 Done! Try another, or end with ^D.
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp710 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs() local
711 MachineInstr *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs()
758 MachineInstr *Try = &MI, *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs() local
762 MachineBasicBlock *TryBB = Try->getParent(); in removeUnnecessaryInstrs()
764 int64_t RetType = Try->getOperand(0).getImm(); in removeUnnecessaryInstrs()
765 for (auto B = Try->getIterator(), E = std::next(EndTry->getIterator()); in removeUnnecessaryInstrs()
872 MachineInstr *Try = BuildMI(*BeginBB, TryPos, RangeBegin->getDebugLoc(), in addTryDelegate() local
964 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
1358 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches() local
1359 MachineInstr *EndTry = BeginToEnd[Try]; in fixCatchUnwindMismatches()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dax_count_cpus.m439 # Try generic methods
51 # Try platform-specific preferred methods
65 # Try less preferred generic method
71 # Try platform-specific fallback methods
H A Diconv.m4172 /* Try standardized names. */
174 /* Try IRIX, OSF/1 names. */
176 /* Try AIX names. */
178 /* Try HP-UX names. */
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp221 Try, enumerator
295 case Try: in nestingString()
582 push(Try); in ParseInstruction()
591 if (popAndPushWithSameSignature(Name, Try, Try)) in ParseInstruction()
594 if (popAndPushWithSameSignature(Name, Try, CatchAll)) in ParseInstruction()
600 if (pop(Name, Try, CatchAll)) in ParseInstruction()
603 if (pop(Name, Try)) in ParseInstruction()
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md36 * Try `/dev/disk/by-vdev` if it exists; see `/etc/zfs/vdev_id.conf`.
37 * Try `/dev/disk/by-id` and any other `/dev/disk/by-*` directories.
38 * Try `/dev`.
/freebsd/bin/sh/tests/expansion/
H A Darith11.01 # Try to divide the smallest integer by -1.
/freebsd/contrib/dialog/samples/
H A Deditbox-utf816 Try it now!
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc439 "Try changing KMP_MONITOR_STACKSIZE or the shell stack limit.",
440 "Try changing OMP_STACKSIZE and/or the shell stack limit.",
441 "Try increasing OMP_STACKSIZE or the shell stack limit.",
442 "Try decreasing OMP_STACKSIZE.",
443 "Try decreasing the value of OMP_NUM_THREADS.",
444 "Try increasing KMP_MONITOR_STACKSIZE.",
445 "Try decreasing KMP_MONITOR_STACKSIZE.",
446 "Try decreasing the number of threads in use simultaneously.",
454 "Try setting new bounds (preferably less than or equal to %1$d) for num_teams clause.",
/freebsd/contrib/sendmail/cf/feature/
H A Dcompat_check.m432 R< TEMP:$* > $#error $@ TEMPFAIL $: $1 " error from check_compat. Try again later"
/freebsd/contrib/libcbor/CMakeModules/
H A DFindCMocka.cmake1 # - Try to find CMocka
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt522 ChangeMonitorStackSize "Try changing KMP_MONITOR_STACKSIZE or the shell stack limit."
523 ChangeWorkerStackSize "Try changing OMP_STACKSIZE and/or the shell stack limit."
524 IncreaseWorkerStackSize "Try increasing OMP_STACKSIZE or the shell stack limit."
525 DecreaseWorkerStackSize "Try decreasing OMP_STACKSIZE."
526 Decrease_NUM_THREADS "Try decreasing the value of OMP_NUM_THREADS."
527 IncreaseMonitorStackSize "Try increasing KMP_MONITOR_STACKSIZE."
528 DecreaseMonitorStackSize "Try decreasing KMP_MONITOR_STACKSIZE."
529 DecreaseNumberOfThreadsInUse "Try decreasing the number of threads in use simultaneously."
542 SetNewBound "Try setting new bounds (preferably less than or equal to %1$d) for num_teams clause."
/freebsd/crypto/heimdal/
H A DChangeLog301 * lib/krb5/get_cred.c: Try both kdc server referral and the old
333 * lib/krb5/get_cred.c: Try moving referrals checking into
336 * lib/krb5/get_in_tkt.c: Try moving referrals checking into
384 * lib/krb5/pkinit.c: Try searchin the key by to use by first
458 * lib/krb5/get_for_creds.c: Try to handle ticket full and
/freebsd/contrib/libucl/m4/
H A Dax_lua.m4239 [ dnl Try each interpreter until we find one that satisfies VERSION.
307 dnl Try to find a path with the prefix.
333 dnl Try to find a path with the prefix.
483 dnl Try to find the headers.
489 dnl Try some other directories if LUA_INCLUDE was not set.
492 [ dnl Try some common include paths.
626 dnl Try to find the Lua libs.
/freebsd/stand/i386/pmbr/
H A Dpmbr.S95 # Load the GPT header and verify signature. Try LBA 1 for the primary one and
111 # Try alternative LBAs from the last sector for the GPT header.
/freebsd/tools/test/stress2/misc/
H A Dnfsrename.sh71 * Try to expose races with doing renames over NFS that require silly
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def19 FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, "
111 FUZZER_FLAG_INT(shrink, 0, "Experimental. Try to shrink corpus inputs.")
113 "Try to reduce the size of inputs while preserving their full feature sets")
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn162 tryLater (3), --Try again later

1234567