Home
last modified time | relevance | path

Searched +refs:include +refs:file (Results 1 – 25 of 1936) sorted by relevance

12345678910>>...78

/freebsd/usr.sbin/bsdconfig/includes/
H A Dincludes.sh40 f_include_lang $BSDCFG_LIBE/include/messages.subr
41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
64 local file="${1#./}"
125 }' "$file" )
128 echo "$file"
133 "$file" "$FUNC_PATTERN"
135 printf ">>> $msg_functions_in\n" "$file"
172 for include in "$@"; do
174 [ -f "$include.subr" -a ! -f "$include" ] && include="$include.subr"
175 if [ ! -f "$include" ]; then
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md20 build-file templates. See the section on build-file templates further
32 when they are, it's always with the file name extension `.o`), they are
34 file name extensions (such as `.so`, `.a`, `.exe`, etc) are never mentioned
35 in `build.info`. Their file name extensions will be inferred by the
36 build-file templates, adapted for the platform they are meant for (see
37 sections on `%unified_info` and build-file templates further down).
44 produced file, and their values are the source used to produce that
45 particular produced file, extra dependencies, include directories
59 INCLUDE[libcrypto]=include
60 INCLUDE[libssl]=include
[all …]
/freebsd/tests/sys/cddl/zfs/include/
H A Ddefault.cfg.in4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25 # Read the user config file, if it exists
30 . $STF_SUITE/include/libtest.kshlib
32 # source the autogenerated commands.cfg file (built from the commands.txt file
33 . $STF_SUITE/include/commands.cfg
41 . $STF_SUITE/include/constants.cfg
/freebsd/contrib/blocklist/diff/
H A Dnamed.diff4 +#include <config.h>
6 +#include <isc/platform.h>
7 +#include <isc/util.h>
8 +#include <named/types.h>
9 +#include <named/client.h>
11 +#include <blacklist.h>
13 +#include "pfilter.h"
53 RCS file: /cvsroot/src/external/bsd/bind/bin/named/Makefile,v
68 .include <bsd.prog.mk>
71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v
[all …]
/freebsd/tools/kerneldoc/subsys/
H A DMakefile33 mfiles: ${HFILES:S/^/${.OBJDIR}\/include\//}
77 CLEANDIRS+= ${.OBJDIR}/include
78 .for file in ${MFILES}
79 CLEANFILES+= ${.OBJDIR}/include/${file:T:S/.m$/.h/}
80 ${.OBJDIR}/include/${file:T:S/.m$/.h/}: ${S}/${file}
81 @mkdir -p ${.OBJDIR}/include
82 cd ${.OBJDIR}/include && ${AWK} -f $S/tools/makeobjops.awk ${S}/${file} -h
93 .include "Dependencies"
94 .include <bsd.obj.mk>
/freebsd/contrib/ldns/
H A Dmakewin.sh209 file="ldns-$version.zip"
210 rm -f "$file"
211 info "Creating $file"
212 mkdir file
213 cd file
232 mkdir include
233 mkdir include/ldns
234 cp "$installplace"/include/ldns/*.h include/ldns/.
247 rm -f "../../$file"
248 info "$file contents"
[all …]
/freebsd/contrib/bmake/mk/
H A DREADME12 This is the README file for the new make "include" files for the BSD
16 Note, this file is not intended to replace reading through the .mk
23 The files are simply C-style #include files, and pretty much behave like
25 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
28 of the file is normally done at the *end* of the Makefile. The reason for
58 The file .depend in the source directory is expected to contain dependencies
59 for the source files. This file is read automatically by make after reading
63 the tree where the file gets installed.
71 The include file <sys.mk> has the default rules for all makes, in the BSD
72 environment or otherwise. You probably don't want to touch this file.
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-file_range.m424 #include <linux/fs.h>
26 struct file *src_file __attribute__ ((unused)) = NULL;
28 struct file *dst_file __attribute__ ((unused)) = NULL;
50 #include <linux/splice.h>
52 struct file *src_file __attribute__ ((unused)) = NULL;
54 struct file *dst_file __attribute__ ((unused)) = NULL;
74 #include <linux/fs.h>
76 static int test_clone_file_range(struct file *src_file,
77 loff_t src_off, struct file *dst_file, loff_t dst_off,
104 #include <linux/fs.h>
[all …]
H A Dkernel-tmpfile.m411 #include <linux/fs.h>
13 struct inode *inode, struct file *file,
21 dnl # use struct file instead of struct dentry
24 #include <linux/fs.h>
26 struct inode *inode, struct file *file,
38 #include <linux/fs.h>
48 #include <linux/fs.h>
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dfault.cfg5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26 . $STF_SUITE/include/libtest.shlib
52 export VDEV_FILES="$TEST_BASE_DIR/file-1 $TEST_BASE_DIR/file-2 \
53 $TEST_BASE_DIR/file-3 $TEST_BASE_DIR/file-4"
55 export FAULT_FILE="$TEST_BASE_DIR/file-1"
/freebsd/contrib/netbsd-tests/share/mk/
H A Dcommon.subr29 # Dumps a file to the test's stdout for debugging purposes.
31 local file="${1}"; shift
33 echo "==== BEGIN ${file}"
34 cat "${file}"
35 echo "==== END ${file}"
38 # Creates a C source file with a single symbol in it.
40 # The file parameter specifies the path to the file to create, WITHOUT the
41 # C extension. Both a source file and a header file are created. Any
47 local file="${1}"; shift
50 mkdir -p "$(dirname ${file})"
[all …]
/freebsd/contrib/bmake/
H A Dmkdeps.sh66 cc_include=-I/usr/include
82 Include=include
172 for dir in $srcdir $dirlist /usr/include
179 iline=`grep -n ".*include.*[\"<]$ifile[\">]" $file | cut -d: -f1`
180 echo "\"$file\", line $iline: cannot find include file \"$ifile\"" >> $EF
254 for file in $*
257 suffix=`expr $file : '.*\.\([^.]*\)'`
261 if [ ! -f $file -a "$vpath" ]; then
264 [ -f $d/$file ] && { file=$d/$file; break; }
267 srcdir=`dirname $file`
[all …]
/freebsd/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md11 If you add a new public function or macro to a header file without documenting
15 include/openssl/bio.h: macro BIO_set_dgram_origin(3) undocumented
16 include/openssl/bio.h: macro BIO_get_dgram_origin(3) undocumented
17 include/openssl/bio.h: macro BIO_set_dgram_dest(3) undocumented
18 include/openssl/bio.h: macro BIO_get_dgram_dest(3) undocumented
23 So, create a new `.pod` file named `doc/man3/FUNCTION.pod`.
25 If you are asked to document several related functions in that file,
26 you can create a single pod file in which you document them together.
27 In this case, use the name of the first function as the file name,
37 Next, you need to add your new file to the `doc/build.info` file.
[all …]
/freebsd/share/mk/
H A Dbsd.README2 This is the README file for the "include" files for the FreeBSD
7 Note, this file is not intended to replace reading through the .mk
10 There are two main types of make include files. One type is the generally
11 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
12 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
13 can not/should not be used directly but are used by the other make include
14 files. In most cases it is only interesting to include bsd.prog.mk or
29 bsd.incs.mk - install of include files
31 bsd.init.mk - initialization for the make include files
52 This file does not document bsd.port*.mk. They are documented in ports(7).
[all …]
/freebsd/contrib/kyua/integration/
H A Dcmd_list_test.sh37 include("subdir/Kyuafile")
60 atf_check -s exit:0 -o file:expout -e empty kyua list
69 include("subdir/Kyuafile")
84 atf_check -s exit:0 -o file:expout -e empty kyua list subdir
102 atf_check -s exit:0 -o file:expout -e empty kyua list first:skip
121 atf_check -s exit:0 -o file:expout -e empty kyua list second
130 atf_check -s exit:2 -o empty -e file:experr kyua list foo:
135 atf_check -s exit:2 -o empty -e file:experr kyua list /a/b
144 include("subdir/Kyuafile")
162 atf_check -s exit:0 -o file:expout -e empty kyua list -v subdir first:pass
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_newpass.pod9 #include <openssl/pkcs12.h>
26 use. This may include passwords from local text files, or input from
46 This example loads a PKCS#12 file, changes its password and writes out
47 the result to a new file.
49 #include <stdio.h>
50 #include <stdlib.h>
51 #include <openssl/pem.h>
52 #include <openssl/err.h>
53 #include <openssl/pkcs12.h>
65 fprintf(stderr, "Error opening file %s\n", argv[1]);
[all …]
/freebsd/contrib/dialog/
H A Dconfigure.in2 dnl Process this file with autoconf to produce a configure script.
129 [ --disable-extras do not include extra dialogs],
133 CF_ARG_MSG_ENABLE([if you want config-file support],
134 rc-file,
135 [ --disable-rc-file do not include config-file support],
137 …AC_DEFINE(HAVE_RC_FILE,1,[Define to 1 to include config-file support])],cf_use_dialogrc=no,$cf_all…
141 CF_ARG_MSG_ENABLE([if you want extra attributes in config-file],
143 [ --disable-rc-file2 do not use extra attributes in config-file],
144 …[AC_DEFINE(HAVE_RC_FILE2,1,[Define to 1 to use extra attributes in config-file])],cf_use_dialogrc2…
149 [ --disable-Xdialog do not include Xdialog-style dialogs (1.1)],
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp.keys.texi5 @include ../sntp/include/version.texi
10 This file documents the NTP Project's NTP Symmetric Key file,
15 * ntp.keys: (ntp.keys). NTP's Symmetric Key file
30 This document describes the symmetric key file for the NTP Project's
46 The name and location of the symmetric key file for @code{ntpd} can
47 be specified in a configuration file, by default @code{/etc/ntp.keys}.
49 @include invoke-ntp.keys.texi
H A Dntp.conf.texi5 @include ../sntp/include/version.texi
10 This file documents the use of the NTP Project's NTP configuration file,
15 * ntp.conf: (ntp.conf). NTP's configuration file
30 This document describes the configuration file for the NTP Project's
46 The behavior of @code{ntpd} can be changed by a configuration file,
49 @include invoke-ntp.conf.texi
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c6400.dtsi7 * Samsung's S3C6400 SoC device nodes are listed in this file. S3C6400
8 * based board files can include this file and provide values for board specific
11 * Note: This file does not include device nodes for all the controllers in
13 * nodes can be added to this file.
16 #include "s3c64xx.dtsi"
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h.in8 * this file except in compliance with the License. You can obtain a copy
9 * in the file LICENSE in the source distribution or at
21 # include <openssl/macros.h>
26 # include <stdlib.h>
27 # include <time.h>
29 # include <openssl/e_os2.h>
32 # include <stdio.h>
35 # include <openssl/safestack.h>
36 # include <openssl/opensslv.h>
37 # include <openssl/types.h>
[all …]
/freebsd/tests/sys/cddl/zfs/tests/hotplug/
H A Dhotplug.kshlib27 . $STF_SUITE/include/libtest.kshlib
28 . $STF_SUITE/include/libgnop.kshlib
40 typeset file
41 for file in $lofi_files ; do
42 if ! $LOFIADM $file > /dev/null 2>&1 ; then
43 insert_device $file
65 typeset file
66 for file in $dev_file ; do
67 if $LOFIADM $file > /dev/null 2>&1; then
68 $LOFIADM -d $file -f
[all …]
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in6 /* Define to 1 if you have the <arpa/inet.h> header file. */
71 /* Define to 1 if you have the <dlfcn.h> header file. */
146 /* Define to 1 if you have the <getopt.h> header file. */
188 /* Define to 1 if you have the <minix/config.h> header file. */
191 /* Define to 1 if you have the <netdb.h> header file. */
194 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
197 /* Define to 1 if you have the <netinet/igmp.h> header file. */
200 /* Define to 1 if you have the <netinet/in.h> header file. */
203 /* Define to 1 if you have the <netinet/in_systm.h> header file. */
206 /* Define to 1 if you have the <netinet/ip6.h> header file. */
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow.cfg5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
33 . $STF_SUITE/include/libtest.shlib
41 export TESTFILE1=file$$.1
/freebsd/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool.cfg5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
27 . $STF_SUITE/include/libtest.kshlib
40 export TESTFILE1=file${TESTCASE_ID}.1

12345678910>>...78