Searched refs:flavors (Results 1 – 25 of 39) sorted by relevance
12
| /freebsd-12-stable/contrib/mtree/ |
| D | mtree.c | 69 } flavors[] = { variable 134 for (i = 0; i < __arraycount(flavors); i++) in main() 135 if (strcmp(optarg, flavors[i].name) == 0) { in main() 136 flavor = flavors[i].flavor; in main() 139 if (i == __arraycount(flavors)) in main() 328 for (i = 0; i < __arraycount(flavors); i++) in usage() 329 fprintf(stderr, " %s", flavors[i].name); in usage()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandCompletions.cpp | 671 static const char *flavors[] = {"default", "att", "intel"}; in DisassemblyFlavors() local 672 for (const char *flavor : flavors) { in DisassemblyFlavors()
|
| /freebsd-12-stable/crypto/openssl/doc/HOWTO/ |
| D | keys.txt | 12 Public keys come in several flavors, using different cryptographic
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | README | 18 well, "make install" should work for most flavors of Unix. For Windows, use
|
| D | FAQ | 99 However, many flavors of Unix come with a shared zlib already installed.
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | configure.host | 78 # Provide a way to funnel exotic flavors and prefixed/postfixed chip
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | libiberty.texi | 222 amongst the flavors of Unix. @libib{} provides an unvarying dependable
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | libiberty.texi | 222 amongst the flavors of Unix. @libib{} provides an unvarying dependable
|
| /freebsd-12-stable/contrib/apr/include/ |
| D | apr.hwc | 636 /* Appears in later flavors, not the originals. */
|
| D | apr.hw | 639 /* Appears in later flavors, not the originals. */
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | intel | 6 # Various flavors of x86 UNIX executable/object (other than Xenix, which
|
| /freebsd-12-stable/contrib/subversion/doc/user/ |
| D | lj_article.txt | 211 httpd does -- right now, this list includes all flavors of Unix,
|
| /freebsd-12-stable/contrib/expat/ |
| D | Changes | 340 (denial-of-service; flavors targeting CPU time or RAM or both, 1239 among the various Unix flavors.
|
| /freebsd-12-stable/contrib/byacc/ |
| D | README.BTYACC | 382 Actions in btyacc come in two flavors -- {}-actions, which
|
| /freebsd-12-stable/contrib/gcc/ |
| D | rtl.def | 508 flavors, signed and unsigned. */ 520 /* Additional floating point unordered comparison flavors. */
|
| D | ChangeLog.apple | 486 * c-opts.c (c_common_post_options): All flavors of c99, blocks are off by
|
| /freebsd-12-stable/crypto/heimdal/doc/ |
| D | hx509.texi | 272 There are several flavors of certificate in X.509.
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | configure.in | 428 # ELF corefile support has several flavors, but all of
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 1272 // TODO: Split these into volatile and unordered flavors to enable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMScheduleA9.td | 2042 // Define address generation sequences and predicates for 8 flavors of LDMs.
|
| D | ARMInstrFormats.td | 455 // on by adding flavors to specific instructions.
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.md | 3003 ;; We can handle larger constants here for some flavors, but for now we keep 3004 ;; it simple and only allow those constants supported by all flavors.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstrCompiler.td | 1269 // Normal calls, with various flavors of addresses.
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | NEWS | 976 + add --with-lib-prefix option to allow configuring for old/new flavors 2307 + improve comparison of program-names when checking for linked flavors 2370 + change install for adacurses-config to provide additional flavors 4307 + modify test/ins_wide.c to test all flavors of ins_wstr(). 4508 + modify test/inserts.c to test all flavors of insstr(). 4661 + modify SCREEN struct to align it between normal/wide curses flavors
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | as.texinfo | 1239 various flavors of the assembler. 3050 (Subsections may be padded a different amount on different flavors 6918 flavors.
|
12