Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 165) sorted by relevance

1234567

/freebsd-13.1/contrib/tcp_wrappers/
H A DBanners.Makefile11 # 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 Dconfigure2070 /* 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 Dprototype.c141 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 DCGFunctionInfo.h497 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 Dtest_program.cpp329 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 Dmakeobjops.awk307 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 DMakefile7 KMOD= prototype
8 SRCS= prototype.c
/freebsd-13.1/sys/modules/dtrace/
H A DMakefile.inc10 -kldload prototype
20 -kldunload prototype
H A DMakefile12 prototype \
/freebsd-13.1/crypto/openssh/
H A Dbuildpkg.sh.in40 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 Dconfig.h.in1329 /* 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 DThreadPlanCallFunctionUsingABI.cpp24 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 DCREDITS5 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 Dacx_nlnetlabs.m498 # 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 Dacx_nlnetlabs.m487 # 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 Dkernel-vfs-fsync.m43 dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td164 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 Dkmp_stats.cpp510 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 Dconfigure1917 /* 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 Dacpixf.h449 #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 Dchanges7 - Removed conflicting prototype for Linux (sscanf)
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dprotocol47 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 Dconfigure7311 /* 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 Dsubmit.mc13 # This is the prototype file for a set-group-ID sm-msp sendmail that
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A DChangeLog93 * 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

1234567