| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | CommentHTMLTags.td | 1 class Tag<string spelling> { 2 string Spelling = spelling; 60 class Attribute<string spelling> { 61 string Spelling = spelling; 64 class EventHandlerContentAttribute<string spelling> : Attribute<spelling> {
|
| D | CommentHTMLNamedCharacterReferences.td | 2 class NCR<string spelling, int codePoint> { 3 string Spelling = spelling;
|
| /freebsd-12-stable/ |
| D | .arclint | 8 "spelling": { 9 "type": "spelling"
|
| /freebsd-12-stable/share/dict/ |
| D | README | 23 corelation (and its derivatives) "correlation" is the preferred spelling 25 freend archaic spelling no longer in use;
|
| /freebsd-12-stable/contrib/llvm-project/lld/Common/ |
| D | Args.cpp | 42 StringRef spelling = args.getArgString(a->getIndex()); in getInteger() local 43 error(spelling + ": number expected, but got '" + a->getValue() + "'"); in getInteger()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Attr.td | 40 // only has one spelling, no heading is required as the attribute's sole 41 // spelling is sufficient. If all spellings are semantically common, the 42 // heading will be the semantic spelling. If the spellings are not 259 // This handles one spelling of an attribute. 284 // The GCC spelling implies GNU<name>, CXX11<"gnu", name>, and optionally, 285 // C2x<"gnu", name>. This spelling should be used for any GCC-compatible 291 // The Clang spelling implies GNU<name>, CXX11<"clang", name>, and optionally, 292 // C2x<"clang", name>. This spelling should be used for any Clang-specific 402 // of different attribute subjects, and it can have a negated spelling as well. 542 // - It has GNU/CXX11 spelling and doesn't require delayed parsing. [all …]
|
| D | OperatorKinds.def | 26 /// Spelling: A string that provides a canonical spelling for the
|
| /freebsd-12-stable/contrib/gcclibs/libcpp/ |
| D | lex.c | 1313 const unsigned char *spelling; in cpp_spell_token() local 1317 spelling in cpp_spell_token() 1322 spelling = TOKEN_NAME (token); in cpp_spell_token() 1324 while ((c = *spelling++) != '\0') in cpp_spell_token() 1399 const unsigned char *spelling; in cpp_output_token() local 1403 spelling in cpp_output_token() 1408 spelling = TOKEN_NAME (token); in cpp_output_token() 1410 c = *spelling; in cpp_output_token() 1413 while ((c = *++spelling) != '\0'); in cpp_output_token()
|
| /freebsd-12-stable/contrib/ntp/html/hints/ |
| D | changes | 8 - Corrected spelling error
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | xolint.rst | 40 inconsistencies and spelling errors.
|
| /freebsd-12-stable/crypto/heimdal/ |
| D | ChangeLog.2003 | 155 * doc/init-creds: spelling, Bruno Rohee <bruno@rohee.com> 237 * doc/setup.texi: spelling, From: Tracy Di Marco White 512 * lib/krb5/krb5_get_init_creds.3: spelling 1035 Fix spelling while here 1328 * lib/krb5/krb5.conf.5: spelling, from Thomas Klausner 1337 * appl/kf/kf.1: spelling, from jmc <jmc@prioris.mini.pw.edu.pl> 1417 * doc/misc.texi: spelling and add `Configuring AFS clients' 1466 * lib/krb5/krb5_keytab.3: spelling, from 1471 * lib/krb5/krb5.conf.5: spelling, from 1474 * lib/krb5/krb5_auth_context.3: spelling, from [all …]
|
| D | ChangeLog.2004 | 53 * doc/{Makefile.am,setup.texi,win2k.texi}: spelling and text 108 * kdc/hpropd.8: spelling, from OpenBSD 123 * lib/krb5/verify_krb5_conf.8: spelling, from openbsd 125 * lib/krb5/krb5_init_context.3: spelling, from openbsd 127 * lib/krb5/krb5.conf.5: spelling, from openbsd 129 * kuser/kdestroy.1: use keeps around options, spelling, from 515 * lib/krb5/krb5_set_password.3: spelling from wiz@netbsd.org 524 * lib/krb5/krb5_set_password.3: nroff and spelling, from Jonathan 1196 spelling 1254 * lib/hdb/hdb.c: spelling [all …]
|
| D | ChangeLog.2005 | 71 * doc/install.texi: spelling, From Måns Nilsson 110 * doc/setup.texi: spelling, From Måns Nilsson 1063 * doc/setup.texi: spelling, from Björn Sandell 1160 * kcm/kcm.8: KRB5CCNAME needs an literal uid, not ${uid}, spelling 1335 * lib/krb5/krb5.conf.5: spelling 1491 * lib/krb5/krb5_krbhst_init.3: spelling, from Björn Sandell 1494 * lib/krb5/krb5_get_krbhst.3: spelling, from Björn Sandell 1497 * lib/krb5/krb5_data.3: spelling, from Björn Sandell 1500 * lib/krb5/krb5_aname_to_localname.3: spelling, from Björn Sandell 1503 * lib/krb5/krb5_address.3: spelling, from Björn Sandell [all …]
|
| /freebsd-12-stable/contrib/tcsh/nls/russian/ |
| D | set3 | 66 64 Correct the spelling of current word 67 65 Correct the spelling of entire line
|
| /freebsd-12-stable/crypto/heimdal/lib/vers/ |
| D | ChangeLog | 19 * Makefile.am: fix spelling of build_HEADERZ
|
| /freebsd-12-stable/contrib/tcsh/nls/ukrainian/ |
| D | set3 | 66 64 Correct the spelling of current word 67 65 Correct the spelling of entire line
|
| /freebsd-12-stable/contrib/tcsh/nls/C/ |
| D | set3 | 66 64 Correct the spelling of current word 67 65 Correct the spelling of entire line
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-typeck.c | 4724 struct spelling struct 4738 static struct spelling *spelling; /* Next stack element (unused). */ variable 4739 static struct spelling *spelling_base; /* Spelling stack base. */ 4745 #define SPELLING_DEPTH() (spelling - spelling_base) 4746 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH)) 4758 spelling_base = XRESIZEVEC (struct spelling, spelling_base, \ 4763 spelling->kind = (KIND); \ 4764 spelling->MEMBER = (VALUE); \ 4765 spelling++; \ 4800 struct spelling *p; in spelling_length() [all …]
|
| /freebsd-12-stable/contrib/binutils/bfd/doc/ |
| D | ChangeLog | 35 * bfd..texinfo: Fix spelling mistakes.
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | src.desc | 64 tw.spell.c: String spelling correction.
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | ChangeLog | 106 * test-utf8.c: spelling
|
| /freebsd-12-stable/crypto/heimdal/kadmin/ |
| D | ChangeLog | 118 * kadmin.8: spelling, update .Dd 201 * dump-format.txt: Clarify, spelling and add examples. 255 * kadmin.8: use keeps around options, "improve" spelling, from 421 * kadmind.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl> 423 * kadmin.8: spelling, from jmc <jmc@prioris.mini.pw.edu.pl>
|
| /freebsd-12-stable/share/i18n/csmapper/MISC/ |
| D | ATARIST%UCS.src | 61 # - Fix the spelling of a "GREEP" letter name to "GREEK" (no code changed)
|
| /freebsd-12-stable/contrib/ee/ |
| D | ee.msg | 37 26 "check spelling"
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | ChangeLog-2006 | 227 * doc/binutils.texinfo: Fix spelling mistakes. 245 * doc/binutils.texi (readelf): Fix spelling typo.
|