Home
last modified time | relevance | path

Searched refs:dfn (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dconfigterms.texi17 are building on (@dfn{build}), the machine that you are building for
18 (@dfn{host}), and the machine that GCC will produce code for
19 (@dfn{target}). When you configure GCC, you specify these with
27 @dfn{native}. If build and host are the same but target is different,
28 this is called a @dfn{cross}. If build, host, and target are all
29 different this is called a @dfn{canadian} (for obscure reasons dealing
33 different system. Some people call this a @dfn{host-x-host},
34 @dfn{crossed native}, or @dfn{cross-built native}. If build and target
38 There is a proposal to call this a @dfn{crossback}.
Dstandards.texi69 This standard, in both its forms, is commonly known as @dfn{C89}, or
70 occasionally as @dfn{C90}, from the dates of ratification.
85 as @dfn{AMD1}; the amended standard is sometimes known as @dfn{C94} or
86 @dfn{C95}. To select this standard in GCC, use the option
91 9899:1999, and is commonly known as @dfn{C99}. (While in
93 @dfn{C9X}.) GCC has substantially
102 A fourth version of the C standard, known as @dfn{C11}, was published
104 standard version were referred to as @dfn{C1X}.)
109 known as @dfn{C17} and is supported with @option{-std=c17} or
114 A further version of the C standard, known as @dfn{C2X}, is under
[all …]
Dfrontends.texi22 The abbreviation @dfn{GCC} has multiple meanings in common use. The
27 of the @dfn{language-independent} component of GCC: code shared among the
59 sort of preprocessor should not be confused with the @dfn{C
Dcfg.texi96 instruction (the @dfn{head}) and the last instruction (the @dfn{tail})
97 or @dfn{end} of the instruction stream contained in a basic block. In
111 contains not only the ``real'' instructions, but also @dfn{notes}
112 or @dfn{insn notes} (to distinguish them from @dfn{reg notes}).
138 Before any edge is made @dfn{fall-thru}, the existence of such
148 @dfn{GIMPLE statement iterators} (GSIs). Grep for @code{^gsi}
194 When walking the edges in an edge vector, @dfn{edge iterators} should
258 starts a new basic block. In this case a @dfn{fall-thru} edge links
416 GCC can handle profile information obtained through @dfn{profile
483 destination basic block is called @dfn{reverse probability} and is not
[all …]
Dcpp.texi180 The C preprocessor, often known as @dfn{cpp}, is a @dfn{macro processor}
183 you to define @dfn{macros}, which are brief abbreviations for longer
247 processing. That set is what the C standard calls the @dfn{source}
260 converted again, into the @dfn{execution} character set. This
361 @dfn{backslash-newline}.
374 There are two kinds of comments. @dfn{Block comments} begin with
382 @dfn{Line comments} begin with @samp{//} and continue to the end of the
457 converted into a sequence of @dfn{preprocessing tokens}. These mostly
491 @dfn{identifier} is the same as an identifier in C: any sequence of
516 A @dfn{preprocessing number} has a rather bizarre definition. The
[all …]
Dux.texi45 A good diagnostic is @dfn{actionable}: it should assist the user in
78 Warnings should have a good @dfn{signal-to-noise ratio}: we should have few
79 @dfn{false positives} (falsely issuing a warning when no warning is
80 warranted) and few @dfn{false negatives} (failing to issue a warning when
256 @dfn{caret} location, plus a start and a finish:
455 GCC's diagnostic subsystem can emit @dfn{fix-it hints}: small suggested
Dtree-ssa.texi86 The operand scanner gathers two kinds of operands: @dfn{real} and
87 @dfn{virtual}. An operand for which @code{is_gimple_reg} returns true
109 variable @code{b}. Real definition are also known as @dfn{killing
118 @dfn{must definition} of that variable. However, if a statement is only
121 then we mark that statement as having a @dfn{may definition}. For
166 that variable. In this case we refer to it as a @dfn{may definition}
167 or @dfn{aliased store}. The presence of the second copy of the
475 @dfn{PHI function} or @dfn{PHI node}. This new definition merges
Dcppwarnopts.texi48 is @dfn{used} if it is expanded or tested for existence at least once.
Dcppinternals.texi74 implemented as a library, @dfn{cpplib}, so it can be easily shared between
348 which I call a @dfn{token run}, and when meeting an unescaped new line
507 The preprocessor maintains a @dfn{context stack}, implemented as a
516 When there are no macros under expansion, cpplib is in @dfn{base
668 to check for accidental token pasting. We call this @dfn{paste
703 @dfn{padding token}, into the token stream to indicate that spacing of
706 These point to a @dfn{source token} from which the subsequent real token
886 the file a second time. This is referred to as the @dfn{multiple
902 the @dfn{null directive} (a line containing nothing other than a single
Dhostconfig.texi135 This is commonly known as a @dfn{bit bucket} or @dfn{null device}. If
/netbsd/src/crypto/external/bsd/heimdal/dist/doc/
Dwhatis.texi25 the network (users and services, usually called @dfn{principals}). All
68 In Kerberos, principals use @dfn{tickets} to prove that they are who
81 of the ticket (@var{life}), and a secret @dfn{session key}
132 It would be possible to add a @dfn{replay cache}
145 called @dfn{mutual authentication}.
148 messages sent between @var{A} and @var{B} (known as @dfn{message
149 integrity}). Encryption can also be added (@dfn{message
/netbsd/src/external/bsd/am-utils/dist/doc/
Dam-utils.texi350 An @dfn{automounter} maintains a cache of mounted filesystems.
356 @dfn{selectors}. Selectors allow decisions of the form ``hostname is
359 types, including NFS, UFS and the novel @dfn{program} filesystem. The
426 @dfn{demand-mounted} when they are first referenced, and unmounted after
438 @i{Amd} supports the notion of @dfn{replicated} filesystems by evaluating
483 @dfn{volumes}. Here the term @dfn{volume} is used to refer to a
491 volume, then a @dfn{sublink} is used to refer to the sub-directory
534 forms of binding between names and files are provided. A @dfn{hard
536 @dfn{soft link} delays the binding until the name is accessed. An
537 @dfn{automounter} adds a further form in which the binding of name to
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dipropd_master.c677 char *dfn; in send_complete() local
679 ret = asprintf(&dfn, "%s/ipropd.dumpfile", hdb_db_dir(context)); in send_complete()
680 if (ret == -1 || !dfn) { in send_complete()
685 fd = open(dfn, O_CREAT|O_RDWR, 0600); in send_complete()
688 krb5_warn(context, ret, "Cannot open/create iprop dumpfile %s", dfn); in send_complete()
689 free(dfn); in send_complete()
692 free(dfn); in send_complete()
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-xgate.texi105 @table @dfn
152 @table @dfn
Das.texi2123 Throughout this manual, we assume that you are running @dfn{GNU},
2124 the portable operating system from the @dfn{Free Software
2159 @dfn{pseudo-ops}) and assembler syntax.
2243 We use the phrase @dfn{source program}, abbreviated @dfn{source}, to
2285 @dfn{Physical files} are those files named in the command line given
2288 @dfn{Logical files} are simply names declared explicitly by assembler
2584 called @dfn{local symbols}. @xref{Symbol Names}. Normally you do not see
2960 @dfn{Whitespace} is one or more blanks or tabs, in any order.
2986 Anything from a @dfn{line comment} character up to the next newline is
3025 A @dfn{symbol} is one or more characters chosen from the set of all
[all …]
Dc-alpha.texi368 are saved in a block located @var{offset} bytes from the @dfn{canonical
395 uses the incoming @dfn{procedure vector} (the address of the called
441 Indicates that macro expansions may clobber the @dfn{assembler
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dstop.spell-proto-html69 dfn
/netbsd/src/external/gpl2/xcvs/dist/doc/
Dgetdate.texi70 A @dfn{date} is a string, possibly empty, containing many items
153 A @dfn{calendar date item} specifies a day of the year. It is
224 A @dfn{time of day item} in date strings specifies the time on a given
282 A @dfn{time zone item} specifies an international time zone, indicated
339 @dfn{Relative items} adjust a date (or the current date if none) forward
Dgetdate-cvs.texi77 A @dfn{date} is a string, possibly empty, containing many items
160 A @dfn{calendar date item} specifies a day of the year. It is
231 A @dfn{time of day item} in date strings specifies the time on a given
289 A @dfn{time zone item} specifies an international time zone, indicated
346 @dfn{Relative items} adjust a date (or the current date if none) forward
Dcvsclient.texi33 management functionality). It maintains a central @dfn{repository}
36 wish to look at or modify those files, known as @dfn{developers}, use
37 CVS to @dfn{check out} a @dfn{working directory} from the repository, to
38 @dfn{check in} new versions of files to the repository, and other
45 directory, run the CVS @dfn{client} program. To perform operations
46 which cannot be done locally, it connects to the CVS @dfn{server}
161 The name @dfn{pserver} is somewhat confusing. It refers to both a
306 a horizontal tab; @dfn{requests} are what the client sends and
307 @dfn{responses} are what the server sends. In general, the connection is
520 The term @dfn{command} means a request which expects a response (except
[all …]
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi978 The term @dfn{@command{awk} program} refers to a program written by you in
1150 a new term is usually its @dfn{definition} and appears in the same
1567 because @command{awk} programs are @dfn{data-driven}; that is, you describe
1569 Most other languages are @dfn{procedural}; you have to describe, in great
1578 When you run @command{awk}, you specify an @command{awk} @dfn{program} that
1580 @dfn{rules}. (It may also contain @dfn{function definitions},
1666 This command format instructs the @dfn{shell}, or command interpreter,
1719 @command{awk} applies the @var{program} to the @dfn{standard input},
1907 A @dfn{comment} is some text that is included in a program for the sake
2020 they must be @dfn{escaped} within the text. Of note are the characters
[all …]
/netbsd/src/external/gpl3/binutils/dist/gprof/
Dgprof.texi243 The @dfn{flat profile} shows how much time your program spent in each function,
248 The @dfn{call graph} shows, for each function, which functions called it, which
254 The @dfn{annotated source} listing is a copy of the program's
468 Many of these options take an optional @dfn{symspec} to specify
851 using @dfn{symspecs} (symbol specifications), which observe the
926 The @dfn{flat profile} shows the total amount of time your program
970 This @dfn{sampling period} estimates the margin of error in each of the time
1019 profiling enabled), the @dfn{calls} field is blank.
1034 field alphabetically after the @dfn{self seconds} and @dfn{calls}
1042 The @dfn{call graph} shows how much time was spent in each function
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dgdb.texinfo264 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
1231 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1271 Activate the @dfn{Text User Interface} when starting. The Text User
1286 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1398 Reads the command history recorded in the @dfn{history file}.
1409 same syntax as @dfn{command files} (@pxref{Command Files}) and are
1417 The @dfn{early initialization} file is loaded very early in
1435 In contrast, the @dfn{general initialization} files are processed
1440 Throughout the rest of this document the term @dfn{initialization
2214 either @code{on} or @code{off}. These are known as @dfn{boolean
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
64 @dfn{chunks}. The @code{struct obstack} structure points to a chain of
336 this the technique of @dfn{growing objects}. The special macros
588 Each obstack has an @dfn{alignment boundary}; each object allocated in
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
64 @dfn{chunks}. The @code{struct obstack} structure points to a chain of
336 this the technique of @dfn{growing objects}. The special macros
588 Each obstack has an @dfn{alignment boundary}; each object allocated in

1234