Home
last modified time | relevance | path

Searched refs:yyy (Results 1 – 17 of 17) sorted by relevance

/freebsd/tests/sys/acl/
H A Dtools-crossfs.test56 $ rm -f posix/yyy
62 $ mv posix/xxx posix/yyy
63 $ getfacl -nq posix/yyy
70 $ ls -l posix/yyy | cut -d' ' -f1
94 $ mv posix/yyy nfs4/xxx
106 $ rm -f nfs4/yyy
109 $ mv nfs4/xxx nfs4/yyy
110 $ getfacl -nq nfs4/yyy
116 $ ls -l nfs4/yyy | cut -d' ' -f1
162 $ rm -f posix/yyy
[all …]
H A Dtools-nfs4-psarc.test133 $ cp xxx yyy
134 $ ls -l yyy | cut -d' ' -f1
138 $ rm yyy
139 $ cp -p xxx yyy
140 $ getfacl -n yyy
141 > # file: yyy
152 $ rm yyy
179 $ touch xxx yyy zzz
181 $ ls -l xxx yyy zzz | cut -d' ' -f1
186 $ setfacl -m u:42:x:allow,g:43:w:allow nnn xxx yyy zzz
[all …]
H A Dtools-posix.test160 $ cp xxx yyy
161 $ ls -l yyy | cut -d' ' -f1
165 $ rm yyy
166 $ cp -p xxx yyy
167 $ getfacl -n yyy
168 > # file: yyy
177 $ rm yyy
219 $ touch xxx yyy zzz
221 $ ls -l xxx yyy zzz | cut -d' ' -f1
226 $ setfacl -m u:42:x,g:43:w nnn xxx yyy zzz
[all …]
H A Dtools-nfs4.test155 $ cp xxx yyy
156 $ ls -l yyy | cut -d' ' -f1
160 $ rm yyy
161 $ cp -p xxx yyy
162 $ getfacl -n yyy
163 > # file: yyy
176 $ rm yyy
207 $ touch xxx yyy zzz
209 $ ls -l xxx yyy zzz | cut -d' ' -f1
214 $ setfacl -m u:42:x:allow,g:43:w:allow nnn xxx yyy zzz
[all …]
/freebsd/contrib/bzip2/
H A Dwords310 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
12 make install PREFIX=/xxx/yyy
18 make -n install PREFIX=/xxx/yyy respectively.
H A DREADME34 To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
36 make install PREFIX=/xxx/yyy
42 make -n install PREFIX=/xxx/yyy respectively.
/freebsd/sys/dev/sound/macio/
H A Di2s.c672 #define MUTE_CONTROL(xxx, yyy) \ argument
678 if (gpio_ctrls[yyy##_MUTE] == NULL) \
681 x = yyy##_ACTIVE; \
683 x = ! yyy##_ACTIVE; \
685 if (x != gpio_read(yyy##_MUTE)) \
686 gpio_write(yyy##_MUTE, x); \
/freebsd/tools/tools/nanobsd/
H A Dmtree-dedup.awk94 n = split(str, yyy, " ");
96 s = yyy[i];
/freebsd/tools/test/stress2/misc/
H A Dkevent5.sh43 /tmp/kevent5 kevent5.xxx kevent5.yyy
46 rm -f /tmp/kevent5 kevent.xxx kevent.yyy
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def192 TARGET_BUILTIN(__nvvm_fmin_bf16, "yyy", "", AND(SM_80, PTX70))
193 TARGET_BUILTIN(__nvvm_fmin_ftz_bf16, "yyy", "", AND(SM_80, PTX70))
194 TARGET_BUILTIN(__nvvm_fmin_nan_bf16, "yyy", "", AND(SM_80, PTX70))
195 TARGET_BUILTIN(__nvvm_fmin_ftz_nan_bf16, "yyy", "", AND(SM_80, PTX70))
196 TARGET_BUILTIN(__nvvm_fmin_xorsign_abs_bf16, "yyy", "", AND(SM_86, PTX72))
197 TARGET_BUILTIN(__nvvm_fmin_nan_xorsign_abs_bf16, "yyy", "",
238 TARGET_BUILTIN(__nvvm_fmax_bf16, "yyy", "", AND(SM_80, PTX70))
239 TARGET_BUILTIN(__nvvm_fmax_ftz_bf16, "yyy", "", AND(SM_80, PTX70))
240 TARGET_BUILTIN(__nvvm_fmax_nan_bf16, "yyy", "", AND(SM_80, PTX70))
241 TARGET_BUILTIN(__nvvm_fmax_ftz_nan_bf16, "yyy", "", AND(SM_80, PTX70))
[all …]
/freebsd/tools/test/sort/bigtest/
H A Dsi36 www rrr yyy ggg
/freebsd/tools/test/sort/bigtest/siks/
H A Dsik138 www rrr yyy ggg
H A Dsik238 www rrr yyy ggg
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c64 #define SHA512_Final(xxx, yyy) (CC_SHA512_Final((xxx), (yyy))) argument
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt61 ipfw sched 20 config type FIFO sched_mask yyy ...
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3552 struct yyy *p = NULL, s;
/freebsd/crypto/openssl/
H A DCHANGES.md19114 * General source tree makefile cleanups: Made `making xxx in yyy...`