Searched refs:thing (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm42 ! implementations. This file is the first thing linked into any executable.
70 ! so, register it with atexit() as the last thing to be run by
H A Dsol2-gc1.asm42 ! implementations. This file is the first thing linked into any executable.
73 ! so, register it with atexit() as the last thing to be run by
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm38 ! This file is the first thing linked into any executable.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2982 zdb_read_block(char *thing, spa_t *spa) argument
2994 dup = strdup(thing);
3012 (void) printf("Invalid block specifier: %s - %s\n", thing, s);
3108 (void) printf("Read of %s failed, error: %d\n", thing, error);
3148 (void) printf("Decompress of %s failed\n", thing);
3169 zdb_dump_block(thing, buf, size, flags);
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c10305 thing to do. */
13157 setup_namespace_context (tree thing, dw_die_ref context_die)
13159 tree context = (DECL_P (thing)
13160 ? DECL_CONTEXT (thing) : TYPE_CONTEXT (thing)); argument
13175 declare_in_namespace (tree thing, dw_die_ref context_die)
13185 if (DECL_P (thing) && DECL_ABSTRACT_ORIGIN (thing))
13188 ns_context = setup_namespace_context (thing, context_die);
13192 if (DECL_P (thing))
13142 setup_namespace_context(tree thing, dw_die_ref context_die) argument
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1351 that did about the same thing. It has since suffered bit rot
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkdef.pl1391 my $thing;
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES468 added proctab.c to the bundle outout; one less thing
585 to do the right thing.
693 FILENAME is now "" until the first thing that causes a file
887 ENVIRON array contains environment: if shell variable V=thing,
888 ENVIRON["V"] is "thing"
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex111 the first thing the kernel runs is a small piece of code in
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex255 % add check for \lastpenalty to plain's definitions. If the last thing
2417 % letter. Otherwise, the only valid thing it can be is a number.
2419 % This is a good thing, since \splitoff doesn't work given nothing at
3378 % If a skip is the last thing on the list now, preserve it
5171 % the only thing remainnig is to define \deffnheader.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex264 % add check for \lastpenalty to plain's definitions. If the last thing
2591 % letter. Otherwise, the only valid thing it can be is a number.
2593 % This is a good thing, since \splitoff doesn't work given nothing at
3552 % If a skip is the last thing on the list now, preserve it
5367 % the only thing remainnig is to define \deffnheader.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex256 % add check for \lastpenalty to plain's definitions. If the last thing
2490 % letter. Otherwise, the only valid thing it can be is a number.
2492 % This is a good thing, since \splitoff doesn't work given nothing at
3450 % If a skip is the last thing on the list now, preserve it
5243 % the only thing remainnig is to define \deffnheader.
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure12253 /* Ultrix mips cc rejects this sort of thing. */
12272 { /* SCO 3.2v4 cc rejects this sort of thing. */
12290 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd-9.3-release/contrib/openpam/
H A Dconfigure4667 /* Ultrix mips cc rejects this sort of thing. */
4686 { /* SCO 3.2v4 cc rejects this sort of thing. */
4704 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dconfigure6590 # aix7 seems to need a different XOPEN_SOURCE_EXTENDED thing.
8171 /* Ultrix mips cc rejects this sort of thing. */
8190 { /* SCO 3.2v4 cc rejects this sort of thing. */
8208 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
8336 /* Ultrix mips cc rejects this sort of thing. */
8355 { /* SCO 3.2v4 cc rejects this sort of thing. */
8373 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dconfigure13408 /* Ultrix mips cc rejects this sort of thing. */
13427 { /* SCO 3.2v4 cc rejects this sort of thing. */
13445 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure6813 # aix7 seems to need a different XOPEN_SOURCE_EXTENDED thing.
20602 /* Ultrix mips cc rejects this sort of thing. */
20621 { /* SCO 3.2v4 cc rejects this sort of thing. */
20639 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
20767 /* Ultrix mips cc rejects this sort of thing. */
20786 { /* SCO 3.2v4 cc rejects this sort of thing. */
20804 { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c1991 the thing that we hoped to find. */
2168 const char *thing)
2175 error ("%s cannot appear in a constant-expression", thing);
4238 /* If the next thing is a simple-type-specifier, we may be
7442 done as if we were in the scope of the thing being declared. */
19341 thing in the file might be #pragma GCC pch_preprocess, which loads a
2165 cp_parser_non_integral_constant_expression(cp_parser *parser, const char *thing) argument

Completed in 487 milliseconds