Searched refs:xxx (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-current/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 2
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetcwd.c48 char xxx[MaxPathLen]; local
50 ret = getwd(xxx);
52 strlcpy(path, xxx, size);
/freebsd-current/tests/sys/acl/
H A D01.sh74 touch xxx
75 setfacl -x2 xxx
76 while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
77 chmod 600 xxx
78 rm xxx
H A D02.sh73 touch xxx
74 setfacl -x2 xxx
75 while :; do setfacl -a0 u:42:rwx:allow xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
76 chmod 600 xxx
77 rm xxx
H A D00.sh73 touch xxx
75 while :; do i=$(($i+1)); setfacl -m u:$i:rwx xxx 2> /dev/null; if [ $? -ne 0 ]; then break; fi; done
76 chmod 600 xxx
77 rm xxx
/freebsd-current/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
/freebsd-current/usr.bin/csplit/tests/
H A Dcsplit_test.sh39 xxx 1
44 xxx 2
49 csplit -k - '/xxx/' '{10}'
/freebsd-current/lib/msun/src/
H A Dk_tan.c48 static const double xxx[] = { variable
66 #define one xxx[13]
67 #define pio4 xxx[14]
68 #define pio4lo xxx[15]
69 #define T xxx
/freebsd-current/tools/tools/nanobsd/
H A Dmtree-dedup.awk65 if (split(str, xxx, "=") == 2) {
66 kv_key = xxx[1];
67 kv_value = xxx[2];
97 if (split(s, xxx, "=") == 2)
98 kvs[xxx[1]] = xxx[2];
/freebsd-current/sys/vm/
H A Dmemguard.h49 #define memguard_fudge(size, xxx) (size)
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.split182 @@@ xxx
183 @@@ xxx
184 @@@ xxx
H A DT.-f-f10 echo xxx | $awk -f foo1 -f foo2 >foo3
H A DT.utf142 xxx�������� ���������� �� [��-��] 4 4 1
/freebsd-current/tools/test/stress2/misc/
H A Dkevent5.sh43 /tmp/kevent5 kevent5.xxx kevent5.yyy
46 rm -f /tmp/kevent5 kevent.xxx kevent.yyy
/freebsd-current/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h122 #define to_c4iw_xxx(xxx, type) \
124 ((void *) ib##xxx - offsetof(struct c4iw_##type, ibv_##xxx)))
/freebsd-current/contrib/unbound/compat/
H A Dgetentropy_osx.c63 #define SHA512_Init(xxx) (CC_SHA512_Init((xxx)))
64 #define SHA512_Final(xxx, yyy) (CC_SHA512_Final((xxx), (yyy)))
/freebsd-current/crypto/openssl/test/
H A Dsanitytest.c41 xxx }; enumerator in enum:largechoices
/freebsd-current/contrib/dialog/
H A Dmixedgauge.c118 int j, xxx; local
163 xxx = (int) ((cells * (percent + 0.5)) / 100.0);
164 for (j = 0; j < xxx; j++) {
/freebsd-current/contrib/ofed/libmlx4/
H A Dmlx4.h302 #define to_mxxx(xxx, type) \
304 ((void *) ib##xxx - offsetof(struct mlx4_##type, ibv_##xxx)))
/freebsd-current/contrib/tcpdump/
H A Dnameser.h80 #define xxx 0x3 /* 0x3 reserved */
/freebsd-current/contrib/ofed/libmlx5/
H A Dmlx5.h473 #define to_mxxx(xxx, type) \
475 ((void *) ib##xxx - offsetof(struct mlx5_##type, ibv_##xxx)))
/freebsd-current/share/examples/
H A DMakefile112 jail.xxx.conf \
116 rcjail.xxx.conf
/freebsd-current/sys/netgraph/
H A Dng_sample.c59 static MALLOC_DEFINE(M_NETGRAPH_XXX, "netgraph_xxx", "netgraph xxx node");
118 NETGRAPH_INIT(xxx, &typestruct);
/freebsd-current/sbin/mdconfig/tests/
H A Dmdconfig_test.sh57 atf_check -s exit:0 -x "truncate -s ${size_in_mb}m xxx"
58 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig -af xxx'
81 atf_check -s exit:0 -x "truncate -s ${size_in_mb}m xxx"
82 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig xxx'
105 atf_check -s exit:0 -x "truncate -s ${size_in_mb}m xxx"
106 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig -af xxx -t vnode'
117 rm -f mdconfig.out xxx
130 atf_check -s exit:0 -x "truncate -s 1024m xxx"
132 -x "mdconfig -af xxx -s ${size_in_mb}m"
155 atf_check -s exit:0 -x "truncate -s 1024m xxx"
[all...]
/freebsd-current/sys/dev/sound/macio/
H A Di2s.c674 #define MUTE_CONTROL(xxx, yyy) \
676 i2s_mute_##xxx(struct i2s_softc *sc, int mute) \

Completed in 205 milliseconds

12