Home
last modified time | relevance | path

Searched refs:foobar (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_query.in46 --pass=PASS:foobar \
52 --pass=PASS:foobar \
57 --pass=PASS:foobar \
63 --pass=PASS:foobar \
69 --pass=PASS:foobar \
90 --pass=PASS:foobar \
96 --pass=PASS:foobar \
102 --pass=PASS:foobar \
109 --pass=PASS:foobar \
H A Dtest_cms.in127 --pass=PASS:foobar \
215 --pass=PASS:foobar \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtest.c57 void foobar() {} in foobar() function
88 __tsan_func_enter(thr1, (char*)&foobar + 1); in main()
89 __tsan_func_enter(thr1, (char*)&foobar + 1); in main()
98 __tsan_func_enter(thr2, (char*)&foobar + 1); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh46 inline int foobar = $expexit;
50 inline int foobar = 42;
/freebsd/libexec/nuageinit/tests/
H A Dnuageinit.sh88 - name: foobar
90 primary_group: foobar
97 users:*:1:foobar
101 foobar:*:1004:
107 foobar:$6$j212wezy$7H/1LT4f9/N3wpgNunhsIqtMj62OKiS3nyNwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9B…
/freebsd/contrib/com_err/
H A Derror.c74 struct foobar { struct
86 struct foobar *f; in initialize_error_table_r() argument
/freebsd/crypto/heimdal/lib/com_err/
H A Derror.c77 struct foobar { struct
89 struct foobar *f; in initialize_error_table_r() argument
/freebsd/usr.sbin/mixer/tests/
H A Dmixer_test.sh190 atf_check -o ignore -e not-empty mixer vol.volume=foobar
235 atf_check -o ignore -e not-empty mixer vol.mute=foobar
270 atf_check -o ignore -e not-empty mixer ${recsrc}.recsrc=foobar
/freebsd/tests/sys/fs/fusefs/
H A Dreaddir.cc457 const char foobar[] = "foo/bar"; in TEST_F() local
463 ents[0].d_namlen = sizeof(foobar); in TEST_F()
465 strncpy(ents[0].d_name, foobar, ents[0].d_namlen); in TEST_F()
478 EXPECT_EQ(sizeof(foobar), de->d_namlen); in TEST_F()
479 EXPECT_EQ(0, strcmp(foobar, de->d_name)); in TEST_F()
/freebsd/usr.bin/bmake/tests/variables/opt_V/
H A Dexpected.stdout.22 foobar
H A Dexpected.stdout.12 foobar
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh47 echo -n "foobar" >> test.file
48 atf_check -o file:"$(atf_get_srcdir)/d_binary.out" grep foobar test.file
255 echo foobar > test
258 atf_check -o inline:"foobar\n" zgrep -f pattern test </dev/null
259 atf_check -o inline:"foobar\n" zgrep --file=pattern test </dev/null
269 echo foobar > test
271 atf_check -o inline:"foobar\n" zgrep -e foo --ignore-case < test
283 echo foobar > test
285 atf_check -o inline:"foobar\n" zgrep -e foo -e xxx test
295 echo foobar > tes
[all...]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0041.in9 anchor foobar inet6 proto udp from ::1 port 1 to ::1 port 2
H A Dpf0041.ok9 anchor "foobar" inet6 proto udp from ::1 port = tcpmux to ::1 port = compressnet
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_location.ksh63 log_mustnot zfs change-key -o keylocation=foobar $TESTPOOL/$TESTFS1
/freebsd/crypto/openssl/util/
H A Dfix-includes.sed2 …ects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|sm4.h|sparse_array.h|store.h|foobar)@crypto/\1@g ;
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml93 password="foobar"
116 password="foobar"
165 password="foobar"
H A Dwpa_cli.sgml97 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt333 ; Wildcard processing: the name 'foo.bar.example.foobar' will not be matched by
334 ; '*.*.example.foobar' because we support only a single level of wildcard.
339 servername = foo.bar.example.foobar
344 ; Wildcard processing: the name 'foo.*.example.foobar' will be matched
345 ; by '*.*.example.foobar' because the '*' in the provided server name matches
346 ; the second '*' in '*.*.example.foobar'. This is a corner case with no
/freebsd/contrib/sendmail/contrib/
H A Dbsdi.mc170 dnl # echo 'SITE(gargoyle)' > /usr/share/sendmail/siteconfig/uucp.foobar.m4
172 dnl SITECONFIG(`uucp.foobar', `foobar', U)
/freebsd/contrib/file/magic/Magdir/
H A Drevision30 # or SystemDevice::foobar
/freebsd/share/examples/drivers/
H A DREADME13 so that you may have several of your 'foobar' devices probed and attached
/freebsd/libexec/rc/rc.d/
H A Dsendmail115 challengePassword = foobar
/freebsd/tests/sys/netinet/
H A Dcarp.sh453 advskew 0 pass foobar
459 advskew 100 pass foobar
/freebsd/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh41 AUTHNAME=foobar@baz.com

12