Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/gbde/
H A Dtest.sh17 ./gbde setkey $D -p foo -l /tmp/_l1 -n 2 -P foo2 -L /tmp/_l2
18 ./gbde setkey $D -p foo2 -l /tmp/_l2 -n 3 -P foo3 -L /tmp/_l3
24 ./gbde destroy $D -p foo2 -l /tmp/_l2
25 if ./gbde destroy $D -p foo2 -l /tmp/_l2 ; then false ; fi
29 if ./gbde nuke $D -p foo2 -l /tmp/_l2 -n -1 ; then false ; fi
39 ./gbde setkey $D -p foo -n 2 -P foo2
40 ./gbde setkey $D -p foo2 -n 3 -P foo3
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock_leak_test_.cc85 MockFoo* foo2 = new MockFoo; in TEST() local
88 EXPECT_CALL(*foo2, DoThis()); in TEST()
89 foo2->DoThis(); in TEST()
H A Dgmock_output_test_.cc262 MockFoo* foo2 = new MockFoo; in TEST_F() local
268 EXPECT_CALL(*foo2, Bar2(_, _)); in TEST_F()
269 EXPECT_CALL(*foo2, Bar2(1, _)); in TEST_F()
270 EXPECT_CALL(*foo2, Bar3(_, _)).Times(AnyNumber()); in TEST_F()
271 foo2->Bar2(2, 1); in TEST_F()
272 foo2->Bar2(1, 1); in TEST_F()
H A Dgmock-generated-matchers_test.cc890 UncopyableFoo foo1('1'), foo2('2'); in TEST() local
895 EXPECT_FALSE(m.Matches(foo2)); in TEST()
927 UncopyableFoo foo1('1'), foo2('2'), foo3('3'); in TEST() local
929 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2); in TEST()
932 EXPECT_TRUE(m.Matches(foo2)); in TEST()
938 UncopyableFoo foo1('1'), foo2('2'); in TEST() local
940 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2); in TEST()
/freebsd-12.1/tools/regression/tls/ttls2/
H A Dttls2.c21 foo2(void *arg) in foo2() function
37 pthread_create(&t2, 0, foo2, 0); in main()
/freebsd-12.1/contrib/ntp/sntp/libopts/m4/
H A Dstdnoreturn.m423 _Noreturn void foo2 (void) { exit (0); }
27 (argv[0][0] ? foo1 : foo2) ();
/freebsd-12.1/contrib/ncurses/misc/
H A Dmakedef.cmd84 'cat' tmp_name def_file '| sed' tidy_up '| sort > foo2.tmp'
85 'type foo2.tmp | rxqueue'
166 'del foo2.tmp 1>NUL'
/freebsd-12.1/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh256 atf_check -s exit:1 -e match:"Invalid user entry" ${PW} useradd foo2
268 atf_check -s exit:1 -e match:"Invalid group entry" ${PW} useradd foo2
/freebsd-12.1/contrib/binutils/bfd/
H A Darchive.c1463 # define foo2(arelt, stelt, size) \ in bfd_generic_stat_arch_elt() macro
1484 # define foo2(arelt, stelt, size) foo (arelt, stelt, size) in bfd_generic_stat_arch_elt() macro
1488 foo2 (ar_uid, st_uid, 10); in bfd_generic_stat_arch_elt()
1489 foo2 (ar_gid, st_gid, 10); in bfd_generic_stat_arch_elt()
/freebsd-12.1/contrib/binutils/gas/
H A DMakefile.am798 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
799 if cmp tmp-foo1 tmp-foo2 ; then \
H A DMakefile.in2764 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
2765 if cmp tmp-foo1 tmp-foo2 ; then \
/freebsd-12.1/contrib/tcsh/
H A DFixes127 82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
132 [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttrDocs.td3055 int foo2(int a) {
3065 int foo2(int a) {
3082 virtual int foo2();
3093 [[clang::not_tail_called]] int foo2() override;
/freebsd-12.1/contrib/ncurses/
H A Dconfigure18336 two_arg_error_handler_t foo2 = lib_error_handler
18380 two_arg_error_handler_t foo2 = lib_error_handler
H A Daclocal.m42435 [two_arg_error_handler_t foo2 = lib_error_handler],
2446 [two_arg_error_handler_t foo2 = lib_error_handler],
/freebsd-12.1/contrib/binutils/ld/
H A Dld.texinfo4395 foo2;
4419 depends upon @samp{VERS_1.1}. The script binds the symbol @samp{foo2}
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi1190 struct foo2
1201 printf ("Size of foo2 is %d\n",
1202 sizeof (struct foo2));