Searched refs:project (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
H A Dprojecttree_003_neg.ksh37 # Check 'zfs project' invalid options combinations
61 log_assert "Check 'zfs project' invalid options combinations"
67 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
[all...]
H A Dprojecttree_002_pos.ksh37 # Check project ID/flag can be operated via "zfs project"
42 # 2. Set project ID on both directory and regular file via
43 # "zfs project -p".
44 # 3. Check the project ID via "zfs project".
45 # 4. Set project inherit flag on kinds of level directories (and its
46 # descendants for some)) via "zfs project -s [-r]".
47 # 5. Check the project ID and inherit flag via "zfs project
[all...]
H A Dprojecttree_001_pos.ksh37 # Check 'zfs project' is compatible with chattr/lsattr
42 # 1. "zfs project -p" behaviours the same as "chattr -p"
43 # 2. "zfs project" behaviours the same as "lsattr -p"
44 # 3. "zfs project -d" behaviours the same as "lsattr -p -d"
45 # 4. "zfs project -s" behaviours the same as "chattr +P"
46 # 5. "zfs project -s -p" behaviours the same as "chattr +P -p"
47 # 6. "zfs project -C" behaviours the same as "chattr -P"
56 log_unsupported "Current e2fsprogs does not support set/show project ID"
60 # e2fsprogs-1.44.4 incorrectly reports verity 'V' bit when the project 'P'
71 log_assert "Check 'zfs project' i
[all...]
/freebsd-current/lib/clang/
H A Dllvm.pre.mk2 LLVM_BASE= ${SRCTOP}/contrib/llvm-project
/freebsd-current/share/doc/llvm/
H A DMakefile4 SRCDIR= ${SRCTOP}/contrib/llvm-project/llvm
/freebsd-current/share/doc/llvm/clang/
H A DMakefile2 SRCDIR= ${SRCTOP}/contrib/llvm-project/clang
/freebsd-current/lib/libgcc_eh/
H A DMakefile.inc2 COMPILERRTDIR= ${SRCTOP}/contrib/llvm-project/compiler-rt
3 UNWINDINCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/include
4 UNWINDSRCDIR= ${SRCTOP}/contrib/llvm-project/libunwind/src
47 CFLAGS+= -isystem ${SRCTOP}/contrib/llvm-project/libcxx/include -nostdinc++
/freebsd-current/contrib/libxo/doc/
H A Dconf.py28 # project's configure script
56 # General information about the project.
57 project = 'libxo' variable
64 # The version info for the project you're documenting, acts as replacement for
/freebsd-current/lib/libblocksruntime/
H A DMakefile8 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/BlocksRuntime
/freebsd-current/contrib/llvm-project/lld/docs/
H A Dconf.py42 # General information about the project.
43 project = "lld" variable
96 # "<project> v<release> documentation".
178 ("contents", "lld.tex", "lld Documentation", "LLVM project", "manual"),
206 man_pages = [("contents", "lld", "lld Documentation", ["LLVM project"], 1)]
222 "LLVM project",
224 "One line description of project.",
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-current/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py50 # General information about the project.
51 project = u'pyzfs' variable
55 # The version info for the project you're documenting, acts as replacement for
124 # "<project> v<release> documentation".
272 author, 'pyzfs', 'One line description of project.',
/freebsd-current/lib/libexecinfo/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-current/lib/libc++experimental/
H A DMakefile5 SRCDIR= ${SRCTOP}/contrib/llvm-project/libcxx
/freebsd-current/contrib/libcbor/doc/source/
H A Dconf.py71 # General information about the project.
72 project = 'libcbor' variable
75 # The version info for the project you're documenting, acts as replacement for
142 # "<project> v<release> documentation".
/freebsd-current/contrib/lutok/admin/
H A Dtravis-install-deps.sh54 local project="${1}"; shift
60 local baseurl="https://github.com/jmmv/${project}"
/freebsd-current/sys/contrib/openzfs/
H A Dcopy-builtin37 This is the ZFS filesystem from the OpenZFS project.
/freebsd-current/lib/libc/arm/aeabi/
H A DMakefile.inc22 .PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm
/freebsd-current/lib/libclang_rt/
H A DMakefile.inc5 CRTSRC= ${SRCTOP}/contrib/llvm-project/compiler-rt
/freebsd-current/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:"
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
108 .hhp project file in %BUILDDIR%/htmlhelp.
117 .qhcp project file in %BUILDDIR%/qthelp, like this:
/freebsd-current/lib/libcompiler_rt/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-solaris.c200 #include <project.h>
203 * Get/set solaris default project.
209 struct project *defaultproject;
210 struct project tempproject;
213 /* get default project, if we fail just return gracefully */
216 /* set default project */
/freebsd-current/cddl/sbin/zfs/
H A DMakefile25 zfs-project.8 \
/freebsd-current/sys/modules/aesni/
H A DMakefile3 .PATH: ${SRCTOP}/contrib/llvm-project/clang/lib/Headers

Completed in 300 milliseconds

123