Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 1032) sorted by relevance

12345678910>>...42

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_003_neg.ksh67 log_mustnot zfs project -c
68 log_mustnot zfs project -c -k $PRJDIR/a1
69 log_mustnot zfs project -c -C $PRJDIR/a1
70 log_mustnot zfs project -c -s $PRJDIR/a1
71 log_must zfs project -c -d -r $PRJDIR/a1
72 log_must zfs project -c -r -d $PRJDIR/a1
73 log_mustnot zfs project -c -d $PRJDIR/a2
74 log_mustnot zfs project -c -r $PRJDIR/a2
76 log_mustnot zfs project -C
77 log_mustnot zfs project -C -c $PRJDIR/a1
[all …]
H A Dprojecttree_002_pos.ksh85 log_must zfs project -p $PRJID1 $PRJDIR/a1/c2
88 log_must zfs project -p $PRJID2 $PRJDIR/a1/a2/a3
91 log_must zfs project -s $PRJDIR/b1/a2
95 log_must zfs project -s -r -p $PRJID2 $PRJDIR/a1/a2
96 log_must zfs project -c -r $PRJDIR/a1/a2
100 log_must zfs project -C $PRJDIR/a1/a2/a3
103 log_must zfs project -p 123 $PRJDIR/a1/a2/a3/c4
107 log_must zfs project -C -r $PRJDIR/a1/a2/a3
116 log_must zfs project -C -r -k $PRJDIR/a1/a2
H A Dprojecttree_001_pos.ksh81 log_must zfs project -p $PRJID2 $PRJDIR/a3
87 log_must zfs project -p $PRJID2 $PRJDIR/a1
93 log_must zfs project -s $PRJDIR/a2
99 log_must zfs project -s -p $PRJID2 $PRJDIR/a2
105 log_must zfs project -C -k $PRJDIR/a2
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst34 (`#98115 <https://github.com/llvm/llvm-project/pull/98115>`_)
36 (`#97144 <https://github.com/llvm/llvm-project/pull/97144>`_)
39 (`#84855 <https://github.com/llvm/llvm-project/pull/84855>`_)
40 (`#90567 <https://github.com/llvm/llvm-project/pull/90567>`_)
46 (`#72714 <https://github.com/llvm/llvm-project/pull/72714>`_)
49 (`#86777 <https://github.com/llvm/llvm-project/issues/86777>`_)
52 (`#86508 <https://github.com/llvm/llvm-project/pull/86508>`_)
58 files. (`#90007 <https://github.com/llvm/llvm-project/pull/90007>`_)
61 (`#89327 <https://github.com/llvm/llvm-project/pull/89327>`_)
65 (`#94704 <https://github.com/llvm/llvm-project/pull/94704>`_)
[all …]
H A Dmake.bat26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
92 .hhp project file in %BUILDDIR%/htmlhelp.
101 .qhcp project file in %BUILDDIR%/qthelp, like this:
/freebsd/contrib/file/magic/Magdir/
H A Dproject3 # $File: project,v 1.5 2017/03/17 21:35:28 christos Exp $
4 # project: file(1) magic for Project management
6 # Magic strings for ftnchek project files. Alexander Mai
7 0 string FTNCHEK_\ P project file for ftnchek
H A Dringdove8 0 regex/128l ha:coraleda-project-v[0-9]+[\ \t\r\n]*[{] CoralEDA/Ringdove project file (lihata)
9 0 regex/128l ha:ringdove-project-v[0-9]+[\ \t\r\n]*[{] Ringdove project file (lihata)
H A Dgrace14 0 string #\ Grace\ project\ file Grace project file
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md5 this tutorial as a starting point. If your project uses Bazel, see the
15 project.
32 ## Set up a project
35 project. You'll use this file to set up your project and declare a dependency on
38 First, create a directory for your project:
48 To do this, in your project directory (`my_project`), create a file named
53 project(my_project)
64 # For Windows: Prevent overriding the parent project's compiler/linker settings
80 your own project.
140 Test project .../my_project/build
/freebsd/contrib/elftoolchain/
H A DREADME.rst14 The project currently implements the following utilities and
50 the utilities and libraries developed by the project.
58 The project uses subversion_ for its version control system.
67 The project's source tree may be checked out from its repository by
84 Released versions of the project's software may also be downloaded
101 The project's developers may be contacted using the mailing list:
117 Additional information about the project may be found on the `project
/freebsd/lib/clang/include/
H A DVCSVersion.inc2 #define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
5 #define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
8 #define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
/freebsd/lib/libgcc_eh/
H A DMakefile.inc1 COMPILERRTDIR= ${SRCTOP}/contrib/llvm-project/compiler-rt
2 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
3 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
46 CFLAGS+= -isystem ${SRCTOP}/contrib/llvm-project/libcxx/include -nostdinc++
/freebsd/contrib/llvm-project/lld/docs/MachO/
H A Dindex.rst4 LLD is a linker from the LLVM project that is a drop-in replacement
22 …pre-built binary by going to the `latest release <https://github.com/llvm/llvm-project/releases>`_,
37 $ git clone https://github.com/llvm/llvm-project llvm-project
40 $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS='lld' ../llvm-project/llvm
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m456 [Define the project name.]
65 [Define the project version.])
94 [Define the project release.])
107 [Define the project license.]
118 [Define the project alias string.])
128 [Define the project release date.]
136 [Define the project author.]
/freebsd/contrib/capsicum-test/
H A DCONTRIBUTING.md3 Contributions to any Google project must be accompanied by a Contributor
6 project.
16 one (even if it was for a different project), you probably don't need to do it
/freebsd/contrib/libcbor/doc/
H A DMakefile31 @echo " htmlhelp to make HTML files and a HTML help project"
32 @echo " qthelp to make HTML files and a qthelp project"
33 @echo " devhelp to make HTML files and a Devhelp project"
81 ".hhp project file in $(BUILDDIR)/htmlhelp."
87 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dxilfpga.txt11 project provided by IMG.
13 The example project runs on the Nexys4DDR board by Digilent powered by
16 Relevant details about the example project and the Nexys4DDR board:
76 When the example project bitstream is loaded, the cpu_reset button
/freebsd/contrib/atf/
H A DAUTHORS7 Main developer. He started the work on this project when he took part in
12 Mentored this project during its development as part of the Google Summer
18 NetBSD Foundation, he worked on the atfify NetBSD-SoC project and, as a
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md21 #### Embedding the zstd wrapper within your project
23 Let's assume that your project that uses zlib is compiled with:
24 ```gcc project.o -lz```
26 To compile the zstd wrapper with your project you have to do the following:
28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library
31 ```gcc project.o zstd_zlibwrapper.o gz*.c -lz -lzstd```
34 #### Enabling zstd compression within your project
36 After embedding the zstd wrapper within your project the zstd library is turned off by default.
37 Your project should work as before with zlib. There are two options to enable zstd compression:
/freebsd/contrib/googletest/googletest/
H A DREADME.md19 standalone project or it can be incorporated into an existing CMake build for
20 another project.
24 When building GoogleTest as a standalone project, the typical workflow starts
59 If you want to use GoogleTest in a project which already uses CMake, the easiest
67 project directly. This is done by making the GoogleTest source code available to
70 used between GoogleTest and the rest of your project, so issues associated with
78 * Embed the GoogleTest source code as a direct copy in the main project's
99 # For Windows: Prevent overriding the parent project's compiler/linker settings
123 match the project in which it is included.
129 project, for example by using the `set(CMAKE_CXX_STANDARD 14)` command along
[all …]
/freebsd/contrib/wpa/
H A DCONTRIBUTIONS6 Contributions to the project are welcome and it is important to maintain
24 for each contribution you make to the project:
32 The preferred method of submitting the contribution to the project is by
53 Please try to follow the coding style used in the project.
60 Patchwork: https://patchwork.ozlabs.org/project/hostap/list/
73 As of February 11, 2012, the project has chosen to use only the BSD
80 Until February 13, 2014, the project used an extended version of the DCO
114 By making a contribution to this project, I certify that:
132 (d) I understand and agree that this project and the contribution
136 this project or the open source license(s) involved.
/freebsd/contrib/libcbor/examples/bazel/
H A DREADME.md3 This directory shows an example of using LibCbor in a project that builds with Bazel.
7 To build the project:
/freebsd/contrib/lutok/admin/
H A Dtravis-install-deps.sh54 local project="${1}"; shift
60 local baseurl="https://github.com/jmmv/${project}"
/freebsd/contrib/flex/
H A DNEWS140 ** new sv translation from the translation project
146 *** The flex project is now hosted at github. Consider this a "period of transition". In particular…
214 *** po/Makefile now includes a rule to fetch the latest translations from the translation project. …
216 *** New da translation from the translation project
226 *** add sr translation from the translation project
228 …* update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from the translation project
240 ** New translations from the translation project: de, fi, pl, vi
256 ** new translations from the translation project: ca, da, es, fi, fr,
272 ** new de, nl, pl, pt_br, vi translations from the translation project
287 …in a shared library and with more recent versions of gcc. Thanks to the Debian project for the ide…
[all …]
/freebsd/contrib/libarchive/
H A DSECURITY.md3 If you have discovered a security vulnerability in this project, please report it
18 This project is maintained by volunteers on a reasonable-effort basis. As such, we ask

12345678910>>...42