Home
last modified time | relevance | path

Searched full:xxx (Results 1 – 25 of 2547) sorted by relevance

12345678910>>...102

/freebsd/tests/sys/acl/
H A Dtools-crossfs.test42 $ touch nfs4/xxx
43 $ getfacl -nq nfs4/xxx
48 $ touch posix/xxx
49 $ getfacl -nq posix/xxx
55 $ rm -f posix/xxx
57 $ touch posix/xxx
58 $ chmod 456 posix/xxx
59 $ ls -l posix/xxx | cut -d' ' -f1
61 $ setfacl -m u:42:x,g:43:w posix/xxx
62 $ mv posix/xxx posix/yyy
[all …]
H A Dtools-posix.test38 $ touch xxx
39 $ getfacl -n xxx
40 > # file: xxx
47 $ getfacl -q xxx
52 $ setfacl -m u:42:r,g:43:w xxx
53 $ getfacl -n xxx
54 > # file: xxx
65 $ ls -l xxx | cut -d' ' -f1
69 $ ln -s xxx lll
107 $ ls -l xxx | cut -d' ' -f1
[all …]
H A Dtools-nfs4-psarc.test38 $ touch xxx
39 $ getfacl xxx
40 > # file: xxx
47 $ getfacl -q xxx
53 $ getfacl -v xxx
54 > # file: xxx
62 $ setfacl -a2 u:0:write_acl:allow,g:1:read_acl:deny xxx
63 $ getfacl -n xxx
64 > # file: xxx
74 $ rm xxx
[all …]
H A Dtools-nfs4-trivial.test37 $ touch xxx
39 $ ls -l xxx | cut -d' ' -f1
42 $ getfacl -q xxx
48 $ rm xxx
49 $ touch xxx
50 …wner@:rwpAWCo:allow,group@:wxp:deny,group@:r:allow,everyone@:wxpAWCo:deny,everyone@:raRcs:allow xxx
51 $ setfacl -x5 xxx
52 $ setfacl -x5 xxx
53 $ setfacl -x5 xxx
55 $ ls -l xxx | cut -d' ' -f1
[all …]
H A Dtools-nfs4.test38 $ touch xxx
39 $ getfacl xxx
40 > # file: xxx
50 $ getfacl -q xxx
59 $ getfacl -v xxx
60 > # file: xxx
71 $ setfacl -a2 u:0:write_acl:allow,g:1:read_acl:deny xxx
72 $ getfacl -n xxx
73 > # file: xxx
86 $ rm xxx
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Depolltable-internal.h35 nonsensical ("xxx" in the list below.)
146 /* old= 0, write: 0, read: 0, close:xxx */
154 /* old= 0, write: 0, read:add, close:xxx */
162 /* old= 0, write: 0, read:del, close:xxx */
164 /* old= 0, write: 0, read:xxx, close: 0 */
166 /* old= 0, write: 0, read:xxx, close:add */
168 /* old= 0, write: 0, read:xxx, close:del */
170 /* old= 0, write: 0, read:xxx, close:xxx */
178 /* old= 0, write:add, read: 0, close:xxx */
186 /* old= 0, write:add, read:add, close:xxx */
[all …]
/freebsd/contrib/libevent/
H A Depolltable-internal.h35 nonsensical ("xxx" in the list below.)
146 /* old= 0, write: 0, read: 0, close:xxx */
154 /* old= 0, write: 0, read:add, close:xxx */
162 /* old= 0, write: 0, read:del, close:xxx */
164 /* old= 0, write: 0, read:xxx, close: 0 */
166 /* old= 0, write: 0, read:xxx, close:add */
168 /* old= 0, write: 0, read:xxx, close:del */
170 /* old= 0, write: 0, read:xxx, close:xxx */
178 /* old= 0, write:add, read: 0, close:xxx */
186 /* old= 0, write:add, read:add, close:xxx */
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc36 * XXX: The "XXX" comments below should be replaced with rationale
120 [EPROCLIM] = -LINUX_EAGAIN, /* XXX */
127 [EBADRPC] = -LINUX_ENXIO, /* XXX */
128 [ERPCMISMATCH] = -LINUX_ENXIO, /* XXX */
129 [EPROGUNAVAIL] = -LINUX_ENXIO, /* XXX */
130 [EPROGMISMATCH] = -LINUX_ENXIO, /* XXX */
131 [EPROCUNAVAIL] = -LINUX_ENXIO, /* XXX */
134 [EFTYPE] = -LINUX_EBADF, /* XXX */
137 [EAUTH] = -LINUX_ENXIO, /* XXX */
138 [ENEEDAUTH] = -LINUX_ENXIO, /* XXX */
[all …]
/freebsd/crypto/openssh/regress/
H A Dmatch-subsystem.sh25 Subsystem xxx /bin/sh -c "exit 23"
27 try_subsystem "main config" xxx 23
32 Subsystem xxx /bin/sh -c "exit 23"
33 Subsystem xxx /bin/sh -c "exit 24"
35 try_subsystem "main config no clobber" xxx 23
41 Subsystem xxx /bin/sh -c "exit 21"
43 try_subsystem "match all" xxx 21
49 Subsystem xxx /bin/sh -c "exit 21"
50 Subsystem xxx /bin/sh -c "exit 24"
52 try_subsystem "match all no clobber" xxx 21
[all …]
/freebsd/contrib/tcpdump/
H A Dudp.h57 #define TFTP_PORT 69 /*XXX*/
60 #define KERBEROS_PORT 88 /*XXX*/
63 #define SUNRPC_PORT 111 /*XXX*/
66 #define NTP_PORT 123 /*XXX*/
75 #define SNMP_PORT 161 /*XXX*/
78 #define SNMPTRAP_PORT 162 /*XXX*/
87 #define CISCO_AUTORP_PORT 496 /*XXX*/
90 #define ISAKMP_PORT 500 /*XXX*/
96 #define RIP_PORT 520 /*XXX*/
102 #define TIMED_PORT 525 /*XXX*/
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fnmatch.c61 ATF_CHECK(fnmatch("xxx", "XXX", 0) != 0); in ATF_TC_BODY()
62 ATF_CHECK(fnmatch("XXX", "xxx", 0) != 0); in ATF_TC_BODY()
63 ATF_CHECK(fnmatch("xxx", "XxX", 0) != 0); in ATF_TC_BODY()
64 ATF_CHECK(fnmatch("XxX", "xxx", 0) != 0); in ATF_TC_BODY()
65 ATF_CHECK(fnmatch("x*x", "XXX", 0) != 0); in ATF_TC_BODY()
66 ATF_CHECK(fnmatch("**x", "XXX", 0) != 0); in ATF_TC_BODY()
67 ATF_CHECK(fnmatch("*?x", "XXX", 0) != 0); in ATF_TC_BODY()
69 ATF_CHECK(fnmatch("xxx", "XXX", FNM_CASEFOLD) == 0); in ATF_TC_BODY()
70 ATF_CHECK(fnmatch("XXX", "xxx", FNM_CASEFOLD) == 0); in ATF_TC_BODY()
71 ATF_CHECK(fnmatch("xxx", "XxX", FNM_CASEFOLD) == 0); in ATF_TC_BODY()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-transform-endless.mk23 # XXX: As of 2020-10-20, the result is unexpected.
24 # XXX: .d.c is not a transformation rule.
25 # XXX: .d is not a transformation rule.
26 # XXX: .e.d is not a transformation rule.
27 # XXX: .c.d is listed as "Files that are only sources".
28 # XXX: .d.e is listed as "Files that are only sources".
29 # XXX: The suffixes .d and .f both have the number 3.
30 # XXX: .c.d is not listed as "Transformations".
31 # XXX: .d.c is not listed as "Transformations".
32 # XXX: .d is not listed as "Transformations".
[all …]
H A Dsuff-clear-regular.mk19 # XXX: As of 2020-10-20, the result is unexpected.
20 # XXX: .a.b is still a transformation rule.
21 # XXX: .a belongs to "Files that are only sources".
22 # XXX: .a.b belongs to "Files that are only sources".
23 # XXX: .b.a belongs to "Files that are only sources".
24 # XXX: .a is listed in "Transformations".
25 # XXX: .a.b is listed in "Transformations".
26 # XXX: .b.a is listed in "Transformations".
27 # XXX: don't know how to make .a
28 # XXX: don't know how to make .a.b
[all …]
H A Dsuff-add-later.mk24 # XXX: As of 2020-10-20, the result is unexpected.
25 # XXX: .d.c is not a transformation rule but a regular target.
26 # XXX: .d is not a transformation rule but a regular target.
27 # XXX: .e.d is not a transformation but a regular target.
28 # XXX: .c.d is listed as "Files that are only sources".
29 # XXX: .d.e is listed as "Files that are only sources".
30 # XXX: The suffixes .c and .e both have the number 2.
31 # XXX: don't know how to make issue5a.d (even though .c.d is a transformation
/freebsd/usr.bin/m4/tests/
H A Dregress.comments.out4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
16 'XXX' this is a COMMENT
17 'XXX' this is a COMMENT q COMMENT too
22 'XXX' this is a COMMENT
23 'XXX' this is a COMMENT q COMMENT too
28 'XXX' this is a COMMENT
29 'XXX' this is a COMMENT q COMMENT too
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dx509.pod33 B<X509_>I<XXX>, B<d2i_X509_>I<XXX>, and B<i2d_X509_>I<XXX> functions
36 B<X509_CRL_>I<XXX>, B<d2i_X509_CRL_>I<XXX>, and B<i2d_X509_CRL_>I<XXX>
39 B<X509_REQ_>I<XXX>, B<d2i_X509_REQ_>I<XXX>, and B<i2d_X509_REQ_>I<XXX>
42 B<X509_NAME_>I<XXX> functions handle certificate names.
44 B<X509_ATTRIBUTE_>I<XXX> functions handle certificate attributes.
46 B<X509_EXTENSION_>I<XXX> functions handle certificate extensions.
H A Devp.pod16 The L<B<EVP_Seal>I<XXX>|EVP_SealInit(3)> and L<B<EVP_Open>I<XXX>|EVP_OpenInit(3)>
19 The L<B<EVP_DigestSign>I<XXX>|EVP_DigestSignInit(3)> and
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
22 L<B<EVP_Sign>I<XXX>|EVP_SignInit(3)> and L<B<EVP_Verify>I<XXX>|EVP_VerifyInit(3)>
25 Symmetric encryption is available with the L<B<EVP_Encrypt>I<XXX>|EVP_EncryptInit(3)>
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
65 The L<B<EVP_Encode>I<XXX>|EVP_EncodeInit(3)> and
66 L<B<EVP_Decode>I<XXX>|EVP_EncodeInit(3)> functions implement base 64 encoding
/freebsd/share/examples/jails/
H A Djail.xxx.conf2 xxx {
3 host.hostname = "xxx.yyy"; # hostname
4 path = "/vm/xxx"; # root directory
16 exec.prestart += "jng bridge xxx em0"; # bridge interface(s)
17 exec.poststop += "jng shutdown xxx"; # destroy interface(s)
20 #exec.prestart += "jib addm xxx em0"; # bridge interface(s)
21 #exec.poststop += "jib destroy xxx"; # destroy interface(s)
31 #allow.mount; # mount /etc/fstab.xxx
H A DREADME23 $ cat jail.xxx.conf >> /etc/jail.conf
44 $ cp jail.xxx.conf /etc/
45 $ vi /etc/jail.xxx.conf
48 $ sysrc jail_list+=xxx
55 $ cp rcjail.xxx.conf /etc/
56 $ vi /etc/rcjail.xxx.conf
59 $ sysrc jail_list+=xxx
60 $ sysrc rc_conf_files+=/etc/rcjail.xxx.conf
61 # NB: Assumes neither /etc/jail.conf nor /etc/jail.xxx.conf exist
H A Drcjail.xxx.conf2 jail_XXX_hostname="XXX.YYY" # hostname
3 jail_XXX_rootdir="/vm/XXX" # root directory
10 jail_XXX_exec_prestart0="jng bridge XXX em0" # bridge interface(s)
11 jail_XXX_exec_poststop0="jng shutdown XXX" # destroy interface(s)
14 #jail_XXX_exec_prestart0="jib addm XXX em0" # bridge interface(s)
15 #jail_XXX_exec_poststop0="jib destroy XXX" # destroy interface(s)
22 #jail_XXX_mount_enable="YES" # mount /etc/fstab.XXX
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h119 /* XXX TODO */
128 /* XXX TODO */
146 /* XXX TODO */
159 /* XXX TODO */
179 /* XXX TODO */
187 /* XXX TODO */
198 /* XXX TODO */
204 /* XXX TODO */
254 /* XXX TODO */
283 /* XXX TODO */
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dx509.7168 \&\fBX509_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_\fR\fI\s-1XXX\s0\fR…
171 \&\fBX509_CRL_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_CRL_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_CRL_\fR\fI\…
174 \&\fBX509_REQ_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_REQ_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_REQ_\fR\fI\…
177 \&\fBX509_NAME_\fR\fI\s-1XXX\s0\fR functions handle certificate names.
179 \&\fBX509_ATTRIBUTE_\fR\fI\s-1XXX\s0\fR functions handle certificate attributes.
181 \&\fBX509_EXTENSION_\fR\fI\s-1XXX\s0\fR functions handle certificate extensions.
/freebsd/crypto/openssh/
H A DPROTOCOL.mux282 XXX TODO
283 XXX extended status (e.g. report open channels / forwards)
284 XXX lock (maybe)
285 XXX watch in/out traffic (pre/post crypto)
286 XXX inject packet (what about replies)
287 XXX server->client error/warning notifications
288 XXX send signals via mux
289 XXX ^Z support in passengers
290 XXX extensions for multi-agent
291 XXX extensions for multi-X11
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Duncore-power.json10 …ual to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz unit…
20 …ual to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 100Mhz unit…
30 …ual to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 100Mhz unit…
40 …ual to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz unit…
50 …ual to the frequency that is configured in the filter. (filter_band0=XXX, with XXX in 100Mhz unit…
61 …ual to the frequency that is configured in the filter. (filter_band1=XXX, with XXX in 100Mhz unit…
72 …ual to the frequency that is configured in the filter. (filter_band2=XXX, with XXX in 100Mhz unit…
83 …ual to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz unit…
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Duncore-power.json10 …ual to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units…
20 …ual to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units…
30 …ual to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 100Mhz units…
40 …ual to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz unit…
50 …ual to the frequency that is configured in the filter. (filter_band0=XXX with XXX in 100Mhz units…
61 …ual to the frequency that is configured in the filter. (filter_band1=XXX with XXX in 100Mhz units…
72 …ual to the frequency that is configured in the filter. (filter_band2=XXX with XXX in 100Mhz units…
83 …ual to the frequency that is configured in the filter. (filter_band3=XXX, with XXX in 100Mhz unit…

12345678910>>...102