Searched refs:foo (Results 26 - 50 of 350) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_for_loops.c2 extern void foo(int);
9 foo(i);
H A Dd_c9x_recursive_init.c6 struct foo { struct
12 struct foo f = {
H A Dd_c99_union_init4.c9 } foo; typedef in typeref:struct:__anon3618
12 foo bar = {
H A Dd_type_question_colon.c3 struct foo { struct
10 struct foo *ptr = 0;
H A Dd_cast_fun_array_param.c7 foo(void *fn) { function
H A Dd_typename_as_var.c8 struct foo { struct
H A Dd_compound_literals1.c7 foo() function
/freebsd-11-stable/sbin/dhclient/
H A Dtree.c51 pair foo = calloc(1, sizeof(*foo)); local
52 if (!foo)
54 foo->car = car;
55 foo->cdr = cdr;
56 return (foo);
/freebsd-11-stable/tools/regression/ccd/layout/
H A Dccd0.sh8 foo() { function
17 foo 128k 128k 128k 128k 0 0
18 foo 128k 128k 128k 128k 0 4
19 foo 128k 128k 128k 128k 4 0
20 foo 128k 128k 128k 128k 4 2
21 foo 128k 128k 128k 128k 4 4
23 foo 256k 128k 128k 128k 0 0
24 foo 256k 128k 128k 128k 0 4
25 foo 256k 128k 128k 128k 4 0
26 foo 25
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out3 if [ `basename "/foo/bar/baz"` != "baz" ]; then
4 echo "basename(\"/foo/bar/baz\") is \"baz\"; expected \"`basename "/foo/bar/baz"`"\"
7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
8 echo "dirname(\"/foo/bar/baz\") is \"/foo/bar\"; expected \"`dirname "/foo/bar/baz"`"\"
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
12 echo "basename(\"/foo/ba
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Derr.D_PRINTA_AGGKEY.d33 @foo[123] = sum(123);
36 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Derr.D_PRINTA_AGGPROTO.d33 @foo[123] = sum(123);
36 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Dtst.zero.d40 @foo[123] = sum(123);
43 @foo[789] = sum(789);
46 printa("%10d %@10d %@10d\n", @foo, @bar);
47 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
48 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d39 @foo[123] = sum(123);
42 @foo[789] = sum(789);
45 printa("%10d %@10d %@10d\n", @foo, @bar);
46 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
47 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/freebsd-11-stable/tools/test/malloc/
H A Dmain.c11 char **foo; variable
22 foo = malloc(sizeof(*foo) * NBUCKETS);
23 memset(foo, 0, sizeof(*foo) * NBUCKETS);
26 foo[j] = malloc(i);
29 free(foo[j]);
30 foo[j] = NULL;
37 foo[j] = realloc(foo[
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dfunc_entry_exit.cpp3 void foo(bool x);
9 foo(false);
14 foo(x);
17 __attribute__((noinline)) void foo(bool x) { function
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d38 self struct bar foo[int];
41 /!self->foo[0].pid/
43 self->foo[0].pid = pid;
44 self->foo[0].curthread = curthread;
48 /self->foo[0].pid != pid/
51 pid, self->foo[0].pid, self->foo[0].curthread, curthread);
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh58 foo='${a:-foo}'
59 check "$foo" '${a:-foo}'
61 foo="${a:-foo}"
62 check "$foo" "foo"
64 foo=${a:-"'{}'"}
65 check "$foo" "'{}'"
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Derr.D_DECL_PARMCLASS.BadStorageClass.d41 int foo(static int);
H A Derr.D_DECL_PROTO_VOID.NonSoleVoid.d39 int foo(int, void);
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_pipes49 echo -n foo >pipe &
50 [ "$(cat pipe)" = foo ] || die
/freebsd-11-stable/usr.bin/patch/tests/
H A Dunified_patch_test.sh93 echo "x" > foo
94 diff -u /dev/null foo > foo.diff
95 rm foo
97 atf_check -x "patch -s < foo.diff"
98 atf_check -o ignore stat foo
114 echo "x" > foo
115 diff -u /dev/null foo > foo.diff
117 atf_check -o inline:"2\n" stat -f "%z" foo
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh44 @foo = min(1075064400 * (hrtime_t)1000000000);
46 printa("%@T\n", @foo);
47 printa("%@Y\n", @foo);
/freebsd-11-stable/usr.sbin/extattr/tests/
H A Dextattr_test.sh34 touch foo
36 setextattr badnamespace myattr X foo
38 lsextattr -q badnamespace foo
47 touch foo
48 atf_check -s exit:0 -o empty setextattr user myattr XYZ foo
50 getextattr -qx user myattr foo
59 touch foo
61 atf_check -s exit:0 -o empty setextattr user myattr "$BINSTUFF" foo
62 getextattr user myattr foo
64 getextattr -qx user myattr foo
[all...]
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_config_test.sh9 ${PW} useradd -D -C ${HOME}/foo.conf
11 cat ${HOME}/foo.conf
17 ${PW} useradd -D -C ${HOME}/foo.conf \
20 cat ${HOME}/foo.conf

Completed in 195 milliseconds

1234567891011>>