Searched refs:foo (Results 201 - 225 of 410) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/appl/ftp/
H A DMakefile.in745 @foo='$(bin_SUIDS)'; \
746 for file in $$foo; do \
757 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
758 for f in $$foo; do \
768 foo='$(nobase_include_HEADERS)'; \
769 for f in $$foo; do \
784 foo=''; elif test '$(CHECK_LOCAL)'; then \
785 foo='$(CHECK_LOCAL)'; else \
786 foo='$(PROGRAMS)'; fi; \
787 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A DMakefile.in802 @foo='$(bin_SUIDS)'; \
803 for file in $$foo; do \
814 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
815 for f in $$foo; do \
825 foo='$(nobase_include_HEADERS)'; \
826 for f in $$foo; do \
841 foo=''; elif test '$(CHECK_LOCAL)'; then \
842 foo='$(CHECK_LOCAL)'; else \
843 foo='$(PROGRAMS)'; fi; \
844 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/base/
H A DMakefile.in770 @foo='$(bin_SUIDS)'; \
771 for file in $$foo; do \
782 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
783 for f in $$foo; do \
793 foo='$(nobase_include_HEADERS)'; \
794 for f in $$foo; do \
809 foo=''; elif test '$(CHECK_LOCAL)'; then \
810 foo='$(CHECK_LOCAL)'; else \
811 foo='$(PROGRAMS)'; fi; \
812 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/include/hcrypto/
H A DMakefile.in569 @foo='$(bin_SUIDS)'; \
570 for file in $$foo; do \
581 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
582 for f in $$foo; do \
592 foo='$(nobase_include_HEADERS)'; \
593 for f in $$foo; do \
608 foo=''; elif test '$(CHECK_LOCAL)'; then \
609 foo='$(CHECK_LOCAL)'; else \
610 foo='$(PROGRAMS)'; fi; \
611 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/include/kadm5/
H A DMakefile.in546 @foo='$(bin_SUIDS)'; \
547 for file in $$foo; do \
558 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
559 for f in $$foo; do \
569 foo='$(nobase_include_HEADERS)'; \
570 for f in $$foo; do \
585 foo=''; elif test '$(CHECK_LOCAL)'; then \
586 foo='$(CHECK_LOCAL)'; else \
587 foo='$(PROGRAMS)'; fi; \
588 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/lib/
H A DMakefile.in772 @foo='$(bin_SUIDS)'; \
773 for file in $$foo; do \
784 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
785 for f in $$foo; do \
795 foo='$(nobase_include_HEADERS)'; \
796 for f in $$foo; do \
811 foo=''; elif test '$(CHECK_LOCAL)'; then \
812 foo='$(CHECK_LOCAL)'; else \
813 foo='$(PROGRAMS)'; fi; \
814 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/lib/vers/
H A DMakefile.in658 @foo='$(bin_SUIDS)'; \
659 for file in $$foo; do \
670 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
671 for f in $$foo; do \
681 foo='$(nobase_include_HEADERS)'; \
682 for f in $$foo; do \
697 foo=''; elif test '$(CHECK_LOCAL)'; then \
698 foo='$(CHECK_LOCAL)'; else \
699 foo='$(PROGRAMS)'; fi; \
700 if test "$$foo"; the
[all...]
/freebsd-current/crypto/heimdal/tools/
H A DMakefile.in719 @foo='$(bin_SUIDS)'; \
720 for file in $$foo; do \
731 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
732 for f in $$foo; do \
742 foo='$(nobase_include_HEADERS)'; \
743 for f in $$foo; do \
758 foo=''; elif test '$(CHECK_LOCAL)'; then \
759 foo='$(CHECK_LOCAL)'; else \
760 foo='$(PROGRAMS)'; fi; \
761 if test "$$foo"; the
[all...]
/freebsd-current/tests/sys/fs/tarfs/
H A Dtarfs_test.sh350 touch "${a}/${b}/${c}/${d}/${e}/foo"
351 ln "${a}/${b}/${c}/${d}/${e}/foo" "${a}/${b}/${c}/${d}/${e}/bar"
368 mkdir foo
369 echo "Hello, world!" >foo/bar
370 git -C foo init --initial-branch=tarfs
371 git -C foo config user.name "File System"
372 git -C foo config user.email fs@freebsd.org
373 git -C foo add bar
374 git -C foo commit -m bar
375 git -C foo archiv
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Dconfig.c231 char **foo = krb5_config_get_strings (context, NULL, local
234 if (foo != NULL) {
235 add_one_address (context, *foo++, TRUE);
236 while (*foo)
237 add_one_address (context, *foo++, FALSE);
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix1.mk24 # ${VAR} = "foo bar baz"
28 VAR = foo\
46 # Expect: foo baR baz, bar baz, foo bar baz, fooadd baradd bazadd
48 @echo '${VAR:r=R}, ${VAR:foo=}, ${VAR:not_there=wrong}, ${VAR:=add}'
84 VAR3= foo
H A Dvarcmd.exp1 default FU=<v>fu</v> FOO=<v>foo</v> VAR=<v></v>
/freebsd-current/contrib/atf/atf-sh/
H A Dintegration_test.sh71 >>>foo<<<
73 atf_check -s eq:0 -o file:expout -e empty ./tp ' a b ' foo
78 >>>foo bar<<<
81 ' hello bye ' 'foo bar'
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c107 char *foo; local
128 foo = NULL;
130 if (!(argv[argc++] = strtok_r(cp, " \t\n", &foo)))
/freebsd-current/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh64 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} start foo
94 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} stop foo
126 atf_check -s eq:1 -o ignore -e ignore ${rc_helper} restart foo
/freebsd-current/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh75 atf_check -s exit:1 -o empty -e match:"SQLite error.*foo" \
76 kyua db-exec foo
125 atf_check -s exit:1 -o empty -e match:"No previous results.*foo.db" \
126 kyua db-exec --results-file=foo.db "SELECT * FROM metadata"
137 atf_check kyua db-exec "INSERT INTO data VALUES (23, 42, 'foo')"
141 23,42,foo
/freebsd-current/crypto/openssl/test/
H A Dnamemap_internal_test.c81 const EVP_MD *sha256, *foo; local
88 if (!TEST_int_eq(ossl_namemap_add_name(nm, id, "foo"), id))
94 foo = EVP_get_digestbyname("foo");
95 if (!TEST_ptr_eq(sha256, foo))
/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Ddecapsulate.c46 size_t len, len_len, mech_len, foo; local
63 &mech_len, &foo);
66 p += foo;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh135 @foo[probemod, probefunc, probename] = count();
140 printa("%s:%s:%s %@u\n",@foo);
/freebsd-current/tools/test/stress2/misc/
H A Dquota11.sh54 dd if=/dev/random of=$mntpoint/foo.data bs=512 count=1024x1024 2>&1 |
/freebsd-current/crypto/heimdal/lib/roken/
H A Droken_gethostby.c144 char *p, *foo; local
183 foo = NULL;
184 p = strtok_r(p, " \t\r\n", &foo);
200 while((p = strtok_r(NULL, " \t\r\n", &foo)) && num_addrs < MAX_ADDRS) {
/freebsd-current/contrib/netbsd-tests/rump/kernspace/
H A Dlockme.c43 char foo; member in struct:somemem
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua44 function foo (a, ...) function
58 f = coroutine.create(foo)
79 local function foo (i) return coroutine.yield(i) end function
82 assert(foo(i) == _G.x)
166 function foo () function
168 error(foo)
171 function goo() foo() end
178 assert(not a and b == foo and coroutine.status(x) == "dead")
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/features/large_dnode/
H A Dlarge_dnode_005_pos.ksh38 TEST_FILE=foo
H A Dlarge_dnode_002_pos.ksh70 xattr_name=user.foo

Completed in 414 milliseconds

1234567891011>>