/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | RISCVISAUtils.cpp | 21 // -Unknown single letter extensions in alphabetical order. 24 // -Multi-letter extensions starting with 's' in alphabetical order. 25 // -(TODO) Multi-letter extensions starting with 'zxm' in alphabetical order. 26 // -X extensions in alphabetical order. 27 // -Unknown multi-letter extensions in alphabetical order. 53 // If we got an unknown extension letter, then give it an alphabetical in singleLetterExtensionRank()
|
/freebsd/share/man/man9/ |
H A D | style.9 | 368 by size (largest to smallest), and then in alphabetical order. 452 alphabetical unless there is a compelling reason to use a different 689 then in alphabetical order; multiple ones per line are okay. 846 in alphabetical order, 853 also in alphabetical order, 885 pure alphabetical order. 887 The alphabetical ordering should take into account the case ordering
|
/freebsd/usr.bin/fortune/strfile/ |
H A D | strfile.8 | 81 Order the strings in alphabetical order. 82 The offset table will be sorted in the alphabetical order of the
|
/freebsd/contrib/bc/ |
H A D | NOTICE.md | 7 The contributors to `bc` (besides Gavin) are listed below in alphabetical order.
|
/freebsd/usr.bin/sed/tests/ |
H A D | hanoi.sed | 16 # are in alphabetical order (i.e. rings are in descending order of size). 26 # of the alphabetical order of the names of the rings. The b at the
|
/freebsd/libexec/bootpd/ |
H A D | dumptab.c | 48 /* Print symbols in alphabetical order for reader's convenience. */ in dumptab() 124 /* Print symbols in alphabetical order for reader's convenience. */ in dump_host() 278 * so they print in alphabetical order). in dump_host()
|
/freebsd/contrib/libpcap/ |
H A D | CREDITS | 3 The current maintainers (in alphabetical order): 9 Additional people who have contributed patches (in alphabetical order): 276 Past maintainers (in alphabetical order):
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetID.cpp | 22 // Entries in returned vector should be in alphabetical order. in getAllPossibleAMDGPUTargetIDFeatures() 129 // and features in alphabetical order.
|
/freebsd/contrib/openpam/ |
H A D | CREDITS | 13 The following persons (in alphabetical order) have contributed,
|
/freebsd/contrib/tcpdump/ |
H A D | CREDITS | 3 The current maintainers (in alphabetical order): 9 Additional people who have contributed patches (in alphabetical order): 369 Past maintainers (in alphabetical order):
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | panel-simple-dsi.yaml | 26 # compatible must be listed in alphabetical order, ordered by compatible.
|
/freebsd/sys/security/mac_ddb/ |
H A D | mac_ddb.c | 284 panic("%s: command_list[] not alphabetical: %s,%s", in mac_ddb_init() 291 panic("%s: show_command_list[] not alphabetical: %s,%s", in mac_ddb_init()
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.sh | 29 sed -e '/Alphabetical order:/d' -e 's/^/ * - /' < $AUTHOR
|
H A D | ed25519.sh | 29 sed -e '/Alphabetical order:/d' -e 's/^/ * - /' < $AUTHOR
|
/freebsd/share/i18n/csmapper/CNS/ |
H A D | UCS@SIP%CNS11643-3.src | 29 # We give below a list of the tags in alphabetical order. For each tag,
|
H A D | CNS11643-3%UCS@SIP.src | 29 # We give below a list of the tags in alphabetical order. For each tag,
|
H A D | UCS@BMP%CNS11643-7.src | 29 # We give below a list of the tags in alphabetical order. For each tag,
|
H A D | CNS11643-7%UCS@BMP.src | 29 # We give below a list of the tags in alphabetical order. For each tag,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDirectives.h | 21 // Various directives in alphabetical order.
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | update_authors.pl | 311 # alphabetical by domain 317 # alphabetical by local part
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.h | 87 // OpCode and then by the filename (in alphabetical order).
|
/freebsd/share/man/man5/ |
H A D | style.Makefile.5 | 166 is preferred for alphabetical ordering and to make
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-order.mk | 7 NUMBERS= 8 5 4 9 1 7 6 10 3 2 # in English alphabetical order
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ARMTargetDefEmitter.cpp | 72 auto Alphabetical = [](Record *A, Record *B) -> bool { in EmitARMTargetDef() local 77 std::sort(SortedExtensions.begin(), SortedExtensions.end(), Alphabetical); in EmitARMTargetDef()
|
/freebsd/lib/libtacplus/ |
H A D | taclib_private.h | 187 #define is_alpha(ch) /* alphabetical */ \
|