| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | Banners.Makefile | 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 57 cp prototype $@ 60 $(IN)rshd: prototype nul [all …]
|
| /freebsd-13.1/contrib/opie/ |
| H A D | configure | 2070 /* Override any gcc2 internal prototype to avoid an error. */ 2117 /* Override any gcc2 internal prototype to avoid an error. */ 2207 /* Override any gcc2 internal prototype to avoid an error. */ 2297 /* Override any gcc2 internal prototype to avoid an error. */ 2338 /* Override any gcc2 internal prototype to avoid an error. */ 2655 /* Override any gcc2 internal prototype to avoid an error. */ 2875 /* Override any gcc2 internal prototype to avoid an error. */ 2981 /* Override any gcc2 internal prototype to avoid an error. */ 3038 /* Override any gcc2 internal prototype to avoid an error. */ 3089 /* Override any gcc2 internal prototype to avoid an error. */ [all …]
|
| /freebsd-13.1/sys/cddl/dev/ |
| H A D | prototype.c | 141 DEV_MODULE(prototype, prototype_modevent, NULL); 142 MODULE_VERSION(prototype, 1); 143 MODULE_DEPEND(prototype, dtrace, 1, 1, 1); 144 MODULE_DEPEND(prototype, opensolaris, 1, 1, 1);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus() argument 499 if (!prototype->isVariadic()) return All; in forPrototypePlus() 501 if (prototype->hasExtParameterInfos()) in forPrototypePlus() 503 prototype->getExtParameterInfos(), in forPrototypePlus() 508 return RequiredArgs(prototype->getNumParams() + additional); in forPrototypePlus() 511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus() argument 513 return forPrototypePlus(prototype.getTypePtr(), additional); in forPrototypePlus() 516 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype() argument 517 return forPrototypePlus(prototype, 0); in forPrototype() 520 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype() argument [all …]
|
| /freebsd-13.1/contrib/kyua/model/ |
| H A D | test_program.cpp | 329 model::test_program prototype; member 345 prototype(prototype_), in impl() 432 return test_program(_pimpl->prototype.interface_name(), in build() 433 _pimpl->prototype.relative_path(), in build() 434 _pimpl->prototype.root(), in build() 435 _pimpl->prototype.test_suite_name(), in build()
|
| /freebsd-13.1/sys/tools/ |
| H A D | makeobjops.awk | 307 prototype = "typedef " ret " " mname "_t("; 308 printh(format_line(prototype argument_list ");", 309 line_width, length(prototype))); 323 prototype = "static __inline " ret " " umname "("; 324 printh(format_line(prototype argument_list ")", 325 line_width, length(prototype)));
|
| /freebsd-13.1/sys/modules/dtrace/prototype/ |
| H A D | Makefile | 7 KMOD= prototype 8 SRCS= prototype.c
|
| /freebsd-13.1/sys/modules/dtrace/ |
| H A D | Makefile.inc | 10 -kldload prototype 20 -kldunload prototype
|
| H A D | Makefile | 12 prototype \
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | buildpkg.sh.in | 40 POST_PROTOTYPE_EDITS=./pkg-post-prototype-edit.sh 644 pkgproto $PROTO_ARGS | ${AWK} -f mk-proto.awk > prototype 648 grep -v "^d none /usr/local ? ? ?$" prototype > prototype.new 649 mv prototype.new prototype 658 pkgmk -d ${FAKE_ROOT} -f $FAKE_ROOT/prototype -o 669 pkgmk -d ${FAKE_ROOT} -f $FAKE_ROOT/prototype -o
|
| /freebsd-13.1/crypto/heimdal/include/ |
| H A D | config.h.in | 1329 /* define if the system is missing a prototype for crypt() */ 1332 /* define if the system is missing a prototype for daemon() */ 1341 /* define if the system is missing a prototype for glob() */ 1353 /* define if the system is missing a prototype for mkstemp() */ 1362 /* define if the system is missing a prototype for setenv() */ 1368 /* define if the system is missing a prototype for strndup() */ 1371 /* define if the system is missing a prototype for strsep() */ 1389 /* define if the system is missing a prototype for strvis() */ 1392 /* define if the system is missing a prototype for svis() */ 1398 /* define if the system is missing a prototype for unvis() */ [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallFunctionUsingABI.cpp | 24 Thread &thread, const Address &function, llvm::Type &prototype, in ThreadPlanCallFunctionUsingABI() argument 37 start_load_addr, prototype, args)) in ThreadPlanCallFunctionUsingABI()
|
| /freebsd-13.1/contrib/unbound/doc/ |
| H A D | CREDITS | 5 the prototype, which was built by David Blacka and Matt Larson of VeriSign. 7 based on the existing prototype and using experience NLnet Labs gained
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 98 # AHX_CONFIG_MEMMOVE - memmove compat prototype 99 # AHX_CONFIG_STRLCAT - strlcat compat prototype 100 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 1197 dnl provide inet_pton compat prototype. 1207 dnl provide inet_ntop compat prototype. 1217 dnl provide inet_aton compat prototype. 1227 dnl provide memmove compat prototype. 1237 dnl provide strlcat compat prototype. 1247 dnl provide strlcpy compat prototype. 1257 dnl provide gmtime_r compat prototype. [all …]
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 87 # AHX_CONFIG_MEMMOVE - memmove compat prototype 88 # AHX_CONFIG_STRLCAT - strlcat compat prototype 89 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 1165 dnl provide inet_pton compat prototype. 1175 dnl provide inet_ntop compat prototype. 1185 dnl provide inet_aton compat prototype. 1195 dnl provide memmove compat prototype. 1205 dnl provide strlcat compat prototype. 1215 dnl provide strlcpy compat prototype. 1225 dnl provide gmtime_r compat prototype. [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-vfs-fsync.m4 | 3 dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 164 string Prototype = prototype; 219 : RVVBuiltin<suffix, prototype, type_range> { 224 : RVVBuiltin<suffix, prototype, type_range> { 229 : RVVBuiltin<suffix, prototype, type_range> { 234 : RVVBuiltin<suffix, prototype, type_range> { 246 defvar prototype = s_p[2]; 354 : RVVBuiltin<suffix, prototype, type_range> { 417 class RVVMaskOp0Builtin<string prototype> : RVVOp0Builtin<"m", prototype, "c"> { 432 string prototype> 496 defvar prototype = s_p[2]; [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.cpp | 510 static std::string generateFilename(char const *prototype, in generateFilename() argument 514 for (int i = 0; prototype[i] != char(0); i++) { in generateFilename() 515 char ch = prototype[i]; in generateFilename() 519 if (prototype[i] == char(0)) in generateFilename() 522 switch (prototype[i]) { in generateFilename() 539 res += prototype[i]; in generateFilename()
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | configure | 1917 /* Override any GCC internal prototype to avoid an error. 3906 /* Override any GCC internal prototype to avoid an error. 4962 /* Override any GCC internal prototype to avoid an error. 4999 /* Override any GCC internal prototype to avoid an error. 5726 /* Override any GCC internal prototype to avoid an error. 5763 /* Override any GCC internal prototype to avoid an error. 5872 /* Override any GCC internal prototype to avoid an error. 5909 /* Override any GCC internal prototype to avoid an error. 6154 /* Override any GCC internal prototype to avoid an error. 11437 /* Override any GCC internal prototype to avoid an error. [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/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);}
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | changes | 7 - Removed conflicting prototype for Linux (sscanf)
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | protocol | 47 prototype. Parentheses denote a tuple, unless the parentheses contain 49 zero or more elements matching the prototype preceding the ellipses. 67 prototype's tuple even if the list contains extra elements. The extra 70 In some cases, a prototype may need to match two different kinds of 77 The "command response" prototype is used in several contexts of this 99 command response whose parameters match the prototype: 110 the greeting with an item matching the prototype: 124 match the prototype: 134 otherwise, the client responds with a tuple matching the prototype: 142 challenges, each a tuple matching the prototype: [all …]
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | configure | 7311 /* Override any gcc2 internal prototype to avoid an error. */ 9162 /* Override any gcc2 internal prototype to avoid an error. */ 9802 /* Override any gcc2 internal prototype to avoid an error. */ 10034 /* Override any gcc2 internal prototype to avoid an error. */ 12538 /* Override any gcc2 internal prototype to avoid an error. */ 12615 /* Override any gcc2 internal prototype to avoid an error. */ 12686 /* Override any gcc2 internal prototype to avoid an error. */ 12930 /* Override any gcc2 internal prototype to avoid an error. */ 12995 /* Override any gcc2 internal prototype to avoid an error. */ 15082 /* Override any gcc2 internal prototype to avoid an error. */ [all …]
|
| /freebsd-13.1/contrib/sendmail/cf/cf/ |
| H A D | submit.mc | 13 # This is the prototype file for a set-group-ID sm-msp sendmail that
|
| /freebsd-13.1/crypto/heimdal/lib/com_err/ |
| H A D | ChangeLog | 93 * com_err.h (add_to_error_table): add prototype 115 * com_right.h (initialize_error_table_r): fix prototype 161 * parse.y: prototype for error_message
|