| /dflybsd-src/contrib/tcp_wrappers/ |
| H A D | Banners.Makefile | 4 # It will convert a prototype banner text to a form that is suitable for 10 # The prototype text should live in the banners directory, as a file with 11 # the name "prototype". In the prototype text you can use %<character> 37 $(IN)telnetd: prototype 38 cp prototype $@ 41 $(IN)ftpd: prototype 42 sed 's/^/220-/' prototype > $@ 45 $(IN)rlogind: prototype nul 46 ( ./nul ; cat prototype ) > $@ 56 $(IN)fingerd: prototype [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gentarget-def.c | 104 def_target_insn (const char *name, const char *prototype) in def_target_insn() argument 115 char *suffix = XALLOCAVEC (char, strlen (prototype) + 1); in def_target_insn() 121 for (const char *p = prototype; *p; ++p) in def_target_insn() 146 if (strcmp (prototype, "(void)") != 0) in def_target_insn() 204 const char *p = prototype, *end; in def_target_insn() 230 const char *p = prototype; in def_target_insn()
|
| H A D | target-insns.def | 26 DEF_TARGET_INSN (name, prototype) 28 where NAME is the name of the pattern and PROTOTYPE is its C prototype. 29 The prototype should use parameter names of the form "x0", "x1", etc. 33 a prototype "(void)".
|
| /dflybsd-src/sys/tools/ |
| H A D | makeobjops.awk | 287 prototype = "typedef " ret " " mname "_t("; 288 printh(format_line(prototype argument_list ");", 289 line_width, length(prototype))); 302 prototype = "static __inline " ret " " umname "("; 303 printh(format_line(prototype argument_list ")", 304 line_width, length(prototype)));
|
| /dflybsd-src/crypto/openssh/ |
| H A D | configure | 1900 /* Override any GCC internal prototype to avoid an error. 1902 builtin and then its argument prototype would still apply. */ 11607 /* Override any GCC internal prototype to avoid an error. 11609 builtin and then its argument prototype would still apply. */ 12090 /* Override any GCC internal prototype to avoid an error. 12092 builtin and then its argument prototype would still apply. */ 12160 /* Override any GCC internal prototype to avoid an error. 12162 builtin and then its argument prototype would still apply. */ 12228 /* Override any GCC internal prototype to avoid an error. 12230 builtin and then its argument prototype would still apply. */ [all …]
|
| H A D | config.log | 1313 configure:10651: checking if compiler allows __attribute__ prototype args 4887 | /* Override any GCC internal prototype to avoid an error. 4889 | builtin and then its argument prototype would still apply. */ 4992 | /* Override any GCC internal prototype to avoid an error. 4994 | builtin and then its argument prototype would still apply. */ 5244 | /* Override any GCC internal prototype to avoid an error. 5246 | builtin and then its argument prototype would still apply. */ 5341 | /* Override any GCC internal prototype to avoid an error. 5343 | builtin and then its argument prototype would still apply. */ 5439 | /* Override any GCC internal prototype to avoid an error. [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | acpixf.h | 449 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument 450 ACPI_EXTERNAL_RETURN_UINT32(prototype) 462 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument 463 static ACPI_INLINE prototype {return(0);}
|
| /dflybsd-src/usr.bin/crunch/ |
| H A D | README | 10 * The prototype awk script has been replaced by a more capable and 72 crunch 0.1, and for pressing me to make the prototype more useable.
|
| /dflybsd-src/contrib/lvm2/dist/ |
| H A D | configure | 4158 /* Override any GCC internal prototype to avoid an error. 4160 builtin and then its argument prototype would still apply. */ 4246 /* Override any GCC internal prototype to avoid an error. 4248 builtin and then its argument prototype would still apply. */ 6465 /* Override any GCC internal prototype to avoid an error. 6467 builtin and then its argument prototype would still apply. */ 6570 /* Override any GCC internal prototype to avoid an error. 6572 builtin and then its argument prototype would still apply. */ 6861 /* Override any GCC internal prototype to avoid an error. 6863 builtin and then its argument prototype would still apply. */ [all …]
|
| /dflybsd-src/contrib/openbsd_libm/ |
| H A D | README.DRAGONFLY | 52 src/w_drem.c (ansify prototype)
|
| /dflybsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.computer | 77 10/08 First VisiCalc prototype, 1978
|
| H A D | calendar.birthday | 10 01/01 Dolores Haze (prototype for Lolita) born, 1935
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/config/ |
| H A D | t-softfp | 87 # Disable missing prototype and type limit warnings. The prototypes
|
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.c | 619 tree prototype) in gnu_runtime_abi_01_build_typed_selector_reference() argument 630 && (!prototype || TREE_PURPOSE (*chain) == prototype)) in gnu_runtime_abi_01_build_typed_selector_reference() 637 *chain = tree_cons (prototype, ident, NULL_TREE); in gnu_runtime_abi_01_build_typed_selector_reference()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | trouble.texi | 529 @code{int}. The @code{fixincludes} program could make the prototype for 577 mumble} in the prototype is limited to the argument list containing it. 584 the prototype do not match, and you get an error. 588 definition of @code{struct mumble} above the prototype. It's not worth 943 old-fashioned definition and no prototype. 947 only way to check all calls reliably is to add a prototype for the 948 function. But adding a prototype eliminates the motivation for this
|
| H A D | plugins.texi | 137 Callback functions have the following prototype: 140 /* The prototype for a plugin callback function.
|
| H A D | contrib.texi | 567 bug reports, prototype patches, and keeping the GNU/Linux ports working.
|
| H A D | extend.texi | 4265 At present, the first parameter in a function prototype must have some 4380 @cindex function prototype declarations 4384 GNU C extends ISO C to allow a function prototype to override a later 4385 old-style non-prototype definition. Consider the following example: 4409 non-prototype definitions are promoted. Therefore in this example the 4411 match the prototype argument type of @code{short}. 4416 @code{long}. Therefore, in cases like these GNU C allows a prototype 4418 function prototype argument type overrides the argument type specified 9037 @item Function prototype @tab Example usage @tab Assembly output 9076 @item Function prototype @tab Example usage @tab Assembly output [all …]
|
| /dflybsd-src/contrib/bzip2/ |
| H A D | CHANGES | 300 * 'const'/prototype cleanups in the C code.
|
| /dflybsd-src/contrib/openpam/ |
| H A D | HISTORY | 393 - ENHANCE: Change pam_get_authtok()'s prototype so the caller can
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/ |
| H A D | unwind-arm-common.inc | 33 /* We add a prototype for abort here to avoid creating a dependency on
|
| /dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
| H A D | c.opt | 642 …of prototypes causing type conversions different from what would happen in the absence of prototype 1031 fstrict-prototype
|
| /dflybsd-src/contrib/zlib-1.2/ |
| H A D | ChangeLog | 377 - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill] 750 - Do not define an exit() prototype in zutil.c unless DEBUG defined 751 - Remove prototype of exit() from zutil.c, example.c, minigzip.c [Truta] 888 - Fix prototype of syncsearch in inflate.c [Truta]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | configure.ac | 1183 # There is no point in checking if we don't have a prototype. 1241 dnl Instead, assume we will have a prototype for setpgrp if cross compiling.
|
| /dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
| H A D | c.opt | 1077 …f prototypes causing type conversions different from what would happen in the absence of prototype. 1730 fstrict-prototype
|