| /freebsd-14.2/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-14.2/contrib/ntp/sntp/libevent/cmake/ |
| H A D | CheckPrototypeDefinition.cmake | 4 # FUNCTION - The name of the function (used to check if prototype exists) 5 # PROTOTYPE- The prototype to check. 69 set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}") 70 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - True") 72 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} passed with the following outpu… 75 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - False") 76 set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}") 78 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} failed with the following outpu…
|
| /freebsd-14.2/contrib/libevent/cmake/ |
| H A D | CheckPrototypeDefinition.cmake | 4 # FUNCTION - The name of the function (used to check if prototype exists) 5 # PROTOTYPE- The prototype to check. 69 set(${_VARIABLE} 1 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}") 70 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - True") 72 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} passed with the following outpu… 75 message(STATUS "Checking prototype ${_FUNCTION} for ${_VARIABLE} - False") 76 set(${_VARIABLE} 0 CACHE INTERNAL "Have correct prototype for ${_FUNCTION}") 78 …"Determining if the prototype ${_FUNCTION} exists for ${_VARIABLE} failed with the following outpu…
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_sifive_vector.td | 29 string prototype, string type_range, 31 : RVVBuiltin<suffix, prototype, type_range> { 40 string prototype, string type_range, 42 if !find(prototype, "0") then { 43 def : VCIXBuiltinSet<name, IR_name, suffix, prototype, type_range, intrinsic_types>; 48 multiclass RVVVCIXBuiltinSet<list<string> range, string prototype, 53 defm : VCIXBuiltinSet<NAME, NAME, "Uv", prototype, r, intrinsic_types>; 56 multiclass RVVVCIXBuiltinSetWVType<list<string> range, string prototype, 71 "", prototype, r, intrinsic_types>; 131 multiclass RVVVFNRCLIPBuiltinSet<string suffix, string prototype, string type_range> { [all …]
|
| H A D | riscv_vector_common.td | 177 string Prototype = prototype; 260 : RVVBuiltin<suffix, prototype, type_range> { 265 : RVVBuiltin<suffix, prototype, type_range> { 270 : RVVBuiltin<suffix, prototype, type_range> { 275 : RVVBuiltin<suffix, prototype, type_range> { 287 defvar prototype = s_p[2]; 520 defvar prototype = s_p[1]; 542 class RVVMaskOp0Builtin<string prototype> : RVVOp0Builtin<"m", prototype, "c"> { 580 string prototype> 652 defvar prototype = s_p[2]; [all …]
|
| /freebsd-14.2/sys/cddl/dev/ |
| H A D | prototype.c | 142 DEV_MODULE(prototype, prototype_modevent, NULL); 143 MODULE_VERSION(prototype, 1); 144 MODULE_DEPEND(prototype, dtrace, 1, 1, 1); 145 MODULE_DEPEND(prototype, opensolaris, 1, 1, 1);
|
| /freebsd-14.2/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-14.2/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-14.2/sys/tools/ |
| H A D | makeobjops.awk | 306 prototype = "typedef " ret " " mname "_t("; 307 printh(format_line(prototype argument_list ");", 308 line_width, length(prototype))); 322 prototype = "static __inline " ret " " umname "("; 323 printh(format_line(prototype argument_list ")", 324 line_width, length(prototype)));
|
| /freebsd-14.2/sys/modules/dtrace/prototype/ |
| H A D | Makefile | 6 KMOD= prototype 7 SRCS= prototype.c
|
| /freebsd-14.2/sys/modules/dtrace/ |
| H A D | Makefile.inc | 9 -kldload prototype 19 -kldunload prototype
|
| H A D | Makefile | 12 prototype \
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/ldns/ |
| H A D | acx_nlnetlabs.m4 | 95 # AHX_CONFIG_MEMMOVE - memmove compat prototype 96 # AHX_CONFIG_STRLCAT - strlcat compat prototype 97 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 1173 dnl provide inet_pton compat prototype. 1183 dnl provide inet_ntop compat prototype. 1193 dnl provide inet_aton compat prototype. 1203 dnl provide memmove compat prototype. 1213 dnl provide strlcat compat prototype. 1223 dnl provide strlcpy compat prototype. 1233 dnl provide gmtime_r compat prototype. [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-vfs-fsync.m4 | 3 dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
|
| /freebsd-14.2/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-14.2/contrib/unbound/ |
| H A D | acx_nlnetlabs.m4 | 104 # AHX_CONFIG_MEMMOVE - memmove compat prototype 105 # AHX_CONFIG_STRLCAT - strlcat compat prototype 106 # AHX_CONFIG_STRLCPY - strlcpy compat prototype 1258 dnl provide inet_pton compat prototype. 1268 dnl provide inet_ntop compat prototype. 1278 dnl provide inet_aton compat prototype. 1288 dnl provide memmove compat prototype. 1298 dnl provide strlcat compat prototype. 1308 dnl provide strlcpy compat prototype. 1318 dnl provide gmtime_r compat prototype. [all …]
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | changes | 7 - Removed conflicting prototype for Linux (sscanf)
|
| /freebsd-14.2/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-14.2/contrib/sendmail/cf/cf/ |
| H A D | submit.mc | 13 # This is the prototype file for a set-group-ID sm-msp sendmail that
|
| H A D | clientproto.mc | 16 # This the prototype for a "null client" -- that is, a client that
|
| /freebsd-14.2/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
|