Home
last modified time | relevance | path

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

12345678910>>...39

/netbsd-src/external/bsd/tcpdump/dist/cmake/Modules/
H A DFindSMI.cmake2 # Try to find libsmi.
5 # Try to find the header
8 # 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?)
/netbsd-src/external/bsd/libpcap/dist/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
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Djavacomp.m4207 dnl Try the original $JAVAC.
211 dnl Try $JAVAC.
223 dnl Try $JAVAC and "$JAVAC -fno-assert". But add -fno-assert only if
269 dnl Try $JAVAC.
276 dnl Try adding -source option if it is useful.
300 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
308 dnl Try adding -source option if it is useful.
332 dnl Maybe this -target option requires a -source option? Try with
383 dnl Try gcj and "gcj -fno-assert". But add -fno-assert only if
422 dnl Try adding -source option if it is useful.
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Djavacomp.m4207 dnl Try the original $JAVAC.
211 dnl Try $JAVAC.
223 dnl Try $JAVAC and "$JAVAC -fno-assert". But add -fno-assert only if
269 dnl Try $JAVAC.
276 dnl Try adding -source option if it is useful.
300 dnl Try with -target option alone. (Sun javac 1.3.1 has the -target
308 dnl Try adding -source option if it is useful.
332 dnl Maybe this -target option requires a -source option? Try with
383 dnl Try gcj and "gcj -fno-assert". But add -fno-assert only if
422 dnl Try adding -source option if it is useful.
[all …]
/netbsd-src/usr.bin/sed/TEST/
H A Dhanoi.sed49 Illegal characters: use only a-z and ":". Try again.
55 Try again.
59 Repeated letters not allowed. Try again.
102 s/.*/Done! Try another, or end with ^D./p
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__undef_macros14 _LIBCPP_WARNING("macro min is incompatible with C++. Try #define NOMINMAX "
26 _LIBCPP_WARNING("macro max is incompatible with C++. Try #define NOMINMAX "
/netbsd-src/external/gpl3/gcc/dist/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
/netbsd-src/external/gpl3/gdb/dist/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
/netbsd-src/external/gpl3/binutils/dist/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.m4179 /* Try standardized names. */
181 /* Try IRIX, OSF/1 names. */
183 /* Try AIX names. */
185 /* Try HP-UX names. */
/netbsd-src/external/gpl3/gdb.old/dist/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
/netbsd-src/external/gpl3/binutils.old/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp711 MachineInstr *Try = EHPadToTry[Cont]; in removeUnnecessaryInstrs() local
712 MachineInstr *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs()
759 MachineInstr *Try = &MI, *EndTry = BeginToEnd[Try]; in removeUnnecessaryInstrs() local
763 MachineBasicBlock *TryBB = Try->getParent(); in removeUnnecessaryInstrs()
765 int64_t RetType = Try->getOperand(0).getImm(); in removeUnnecessaryInstrs()
766 for (auto B = Try->getIterator(), E = std::next(EndTry->getIterator()); in removeUnnecessaryInstrs()
892 MachineInstr *Try = BuildMI(*BeginBB, TryPos, RangeBegin->getDebugLoc(), in addTryDelegate() local
984 registerTryScope(Try, Delegate, nullptr); in addTryDelegate()
1377 MachineInstr *Try = EHPadToTry[EHPad]; in fixCatchUnwindMismatches() local
1378 MachineInstr *EndTry = BeginToEnd[Try]; in fixCatchUnwindMismatches()
[all …]
/netbsd-src/external/bsd/flex/dist/m4/
H A Diconv.m4131 if (/* Try standardized names. */
133 /* Try IRIX, OSF/1 names. */
135 /* Try AIX names. */
137 /* Try HP-UX names. */
/netbsd-src/external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.test54 # Try to hit limit
69 # Try to keep limit
116 # Try to hit limit
131 # Try to keep limit
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp222 Try, enumerator
290 case Try: in nestingString()
556 push(Try); in ParseInstruction()
566 if (pop(Name, Try)) in ParseInstruction()
568 push(Try); in ParseInstruction()
570 if (pop(Name, Try)) in ParseInstruction()
577 if (pop(Name, Try, CatchAll)) in ParseInstruction()
580 if (pop(Name, Try)) in ParseInstruction()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-peephole2.md25 ;; Try to utilize 16-bit instruction by swap operand if possible.
28 ;; Try to make add as add45.
40 ;; Try to make xor/ior/and/mult as xor33/ior33/and33/mult33.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-peephole2.md25 ;; Try to utilize 16-bit instruction by swap operand if possible.
28 ;; Try to make add as add45.
40 ;; Try to make xor/ior/and/mult as xor33/ior33/and33/mult33.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMeetupGuidelines.rst24 * Do not be alone to organize the meetup. Try to work with a couple other
38 * Try to advertise via similar meetups/user groups
56 * Try to record the talks if possible. It adds visibility to the meetup and
/netbsd-src/external/bsd/less/dist/
H A Dconfigure.ac66 # -- Try tinfow.
78 # -- Try tinfo.
90 # -- Try xcurses.
102 # -- Try ncursesw.
114 # -- Try ncurses.
126 # -- Try curses.
138 # -- Try curses & termcap.
153 # -- Try termcap.
165 # -- Try termlib.
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dnonexist-node-ref2.dts8 /* Try to redefine a node using a non-existent label */

12345678910>>...39