| /freebsd-12.1/sbin/gbde/ |
| H A D | test.sh | 17 ./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 D | gmock_leak_test_.cc | 85 MockFoo* foo2 = new MockFoo; in TEST() local 88 EXPECT_CALL(*foo2, DoThis()); in TEST() 89 foo2->DoThis(); in TEST()
|
| H A D | gmock_output_test_.cc | 262 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 D | gmock-generated-matchers_test.cc | 890 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 D | ttls2.c | 21 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 D | stdnoreturn.m4 | 23 _Noreturn void foo2 (void) { exit (0); } 27 (argv[0][0] ? foo1 : foo2) ();
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | makedef.cmd | 84 '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 D | pw_useradd_test.sh | 256 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 D | archive.c | 1463 # 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 D | Makefile.am | 798 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \ 799 if cmp tmp-foo1 tmp-foo2 ; then \
|
| H A D | Makefile.in | 2764 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 D | Fixes | 127 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 D | AttrDocs.td | 3055 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 D | configure | 18336 two_arg_error_handler_t foo2 = lib_error_handler 18380 two_arg_error_handler_t foo2 = lib_error_handler
|
| H A D | aclocal.m4 | 2435 [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 D | ld.texinfo | 4395 foo2; 4419 depends upon @samp{VERS_1.1}. The script binds the symbol @samp{foo2}
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 1190 struct foo2 1201 printf ("Size of foo2 is %d\n", 1202 sizeof (struct foo2));
|