Searched refs:foo (Results 101 - 125 of 350) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_debug_osd.h75 #define cl_dbg_out foo
/freebsd-11-stable/sys/geom/
H A Dgeom.h301 #define G_VALID_CLASS(foo) \
302 KASSERT(g_valid_obj(foo) == 1, ("%p is not a g_class", foo))
303 #define G_VALID_GEOM(foo) \
304 KASSERT(g_valid_obj(foo) == 2, ("%p is not a g_geom", foo))
305 #define G_VALID_CONSUMER(foo) \
306 KASSERT(g_valid_obj(foo) == 3, ("%p is not a g_consumer", foo))
307 #define G_VALID_PROVIDER(foo) \
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_read_write.sh41 echo foo >a || atf_fail "Failed to write to file"
73 echo foo >d
H A Dt_symlink.sh45 atf_check -s eq:0 -o empty -e empty -x 'echo foo >a'
78 atf_check -s eq:1 -o empty -e empty test -f d/foo
79 atf_check -s eq:1 -o empty -e empty test -f e/foo
81 atf_check -s eq:0 -o empty -e empty touch d/foo
82 atf_check -s eq:0 -o empty -e empty test -f d/foo
83 atf_check -s eq:0 -o empty -e empty test -f e/foo
H A Dt_devices.sh48 echo foo >null
H A Dt_times.sh55 echo foo >a || atf_fail "Write failed"
73 echo foo >b || atf_fail "Non-empty creation failed"
95 echo foo >c || atf_fail "Non-empty creation failed"
118 echo foo >e/a || atf_fail "Creation failed"
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport.mk4 UT_FOO=foo${BAR}
H A Dvarmisc.mk9 @echo ${foo::=foo-text}
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh112 @foo[probemod, probefunc, probename] = count();
117 printa("%s:%s:%s %@u\n",@foo);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.struct.d30 typedef struct foo {
H A Dtst.array.d32 typedef struct foo {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.static.ksh44 foo(void)
55 foo(); function
H A Dtst.static2.ksh48 foo(void)
59 foo(); function
H A Dtst.enabled2.ksh62 foo(void)
70 int a = foo();
H A Dtst.dlclose3.ksh111 foo(void)
128 foo(); function
142 pid\$target:a.out:foo:entry
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_times60 echo foo >a || die
67 echo foo >b || die
79 echo foo >c || die
92 echo foo >e/a || die
/freebsd-11-stable/usr.bin/sed/tests/
H A Dsed2_test.sh37 echo foo > a
39 atf_check sed -i '' -e 's,foo,bar,g' b
51 echo foo > a
53 atf_check -e not-empty -s not-exit:0 sed -i '' -e 's,foo,bar,g' b
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in543 @foo='$(bin_SUIDS)'; \
544 for file in $$foo; do \
555 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
556 for f in $$foo; do \
566 foo='$(nobase_include_HEADERS)'; \
567 for f in $$foo; do \
582 foo=''; elif test '$(CHECK_LOCAL)'; then \
583 foo='$(CHECK_LOCAL)'; else \
584 foo='$(PROGRAMS)'; fi; \
585 if test "$$foo"; the
[all...]
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in545 @foo='$(bin_SUIDS)'; \
546 for file in $$foo; do \
557 @foo='$(include_HEADERS) $(dist_include_HEADERS) $(nodist_include_HEADERS) $(build_HEADERZ)'; \
558 for f in $$foo; do \
568 foo='$(nobase_include_HEADERS)'; \
569 for f in $$foo; do \
584 foo=''; elif test '$(CHECK_LOCAL)'; then \
585 foo='$(CHECK_LOCAL)'; else \
586 foo='$(PROGRAMS)'; fi; \
587 if test "$$foo"; the
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dencapsulate.c80 size_t len_len, foo; local
84 e = der_put_length (p + len_len - 1, len_len, len, &foo);
85 if(e || foo != len_len)
/freebsd-11-stable/usr.bin/ctags/
H A DC.c71 * foo(a)
119 * "foo() XX comment XX { int bar; }"
151 * foo\n
412 case '{': /* it was "struct foo{" */
415 case '\n': /* it was "struct foo\n" */
418 default: /* probably "struct foo " */
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_internal.h73 #define PFS_TRACE(foo) \
77 printf foo ; \
90 #define PFS_TRACE(foo) \
/freebsd-11-stable/sbin/dhclient/
H A Ddispatch.c97 struct sockaddr_dl *foo; local
109 foo = (struct sockaddr_dl *)ifa->ifa_addr;
114 iface->index = foo->sdl_index;
115 iface->hw_address.hlen = foo->sdl_alen;
118 LLADDR(foo), foo->sdl_alen);
120 struct sockaddr_in foo; local
123 memcpy(&foo, ifa->ifa_addr, sizeof(foo));
124 if (foo
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c92 long int foo; member in struct:__anon1238
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dacl.c94 char *foo = NULL, *p; local
98 p = strtok_r(buf, " \t\n", &foo);
112 p = strtok_r(NULL, " \t\n", &foo);
118 p = strtok_r(NULL, " \t\n", &foo);

Completed in 142 milliseconds

1234567891011>>