Searched refs:foo (Results 1 - 25 of 350) sorted by path

1234567891011>>

/freebsd-11-stable/bin/chmod/tests/
H A Dchmod_test.sh102 atf_check truncate -s 0 foo bar
103 atf_check chmod 0750 foo bar
109 atf_check chflags uchg foo
110 atf_check -e not-empty -s not-exit:0 chmod 0700 foo bar
111 atf_check -o inline:'100750\n100700\n' stat -f '%p' foo bar
112 atf_check -s exit:0 chmod -f 0600 foo bar
113 atf_check -o inline:'100750\n100600\n' stat -f '%p' foo bar
118 chflags 0 foo || :
131 atf_check truncate -s 0 foo
132 atf_check chmod 0600 foo
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d41 @counts["badtest"] = foo();
/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/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/inline/
H A Derr.D_DECL_IDRED.redef1.d41 inline int foo = timestamp;
42 inline int foo = 8;
H A Derr.D_IDENT_UNDEF.recur.d33 * properly detect that foo is undefined on the right-hand side and fail.
41 inline int foo = foo + 3;
/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d41 struct foo {
48 trace(offsetof(struct foo, b));
/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);
H A Dtst.provregex4.ksh135 @foo[probemod, probefunc, probename] = count();
140 printa("%s:%s:%s %@u\n",@foo);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_INVAL.d38 inline int foo
40 #pragma D attributes incorrect_attr foo
H A Dtst.libchain.ksh42 inline int foo = bar;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d32 typedef struct foo {
H A Dtst.bitfield.d30 typedef struct foo {
H A Dtst.struct.d30 typedef struct foo {
/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/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.clauselocal.d31 struct foo {
37 this struct foo bar;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Derr.D_SYNTAX.badenum.d37 enum foo`bar
H A Derr.D_SYNTAX.badstruct.d36 struct foo`bar {
H A Derr.D_UNKNOWN.dupenum.d36 enum foo {

Completed in 134 milliseconds

1234567891011>>