Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 25 of 592) sorted by path

12345678910>>...24

/illumos-gate/usr/src/
H A DREADME.license-files48 create multiple "THIRDPARTYLICENSE.foo" files, where "foo"
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \ argument
55 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh147 foo=<CS>myfunc<CE>
H A Dsun_solaris_compoundvario.sh124 foo="hello"
127 foo="bar"
189 foo="hello"
192 foo="bar"
264 foo="hello"
267 foo="bar"
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2294 int s, ns, foo; in main() local
2335 foo = sizeof (sin6); in main()
2336 ns = accept(s, (struct sockaddr *)&sin6, &foo); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5413 char foo[IPQOS_CONF_NAME_LEN+1]; in read_perm_items() local
5451 foo, name); in read_perm_items()
/illumos-gate/usr/src/cmd/dtrace/demo/vars/
H A Dclause.d28 this int foo; /* an integer clause-local variable */ variable
35 this->foo = (me % 3 == 0) ? 10 : this->foo;
36 printf("Clause 1 is number %d; foo is %d\n", me++ % 3, this->foo++);
44 this->foo = (me % 3 == 0) ? 20 : this->foo;
45 printf("Clause 2 is number %d; foo is %d\n", me++ % 3, this->foo++);
53 this->foo = (me % 3 == 0) ? 30 : this->foo;
54 printf("Clause 3 is number %d; foo is %d\n", me++ % 3, this->foo++);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_FUNC_UNDEF.badaggfunc.d39 @counts["badtest"] = foo();
H A Dtst.aggpack.d.out21 foo 1 2 3 0 : X : 2 | 1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/decls/
H A Derr.D_DECL_PARMCLASS.BadStorageClass.d39 int foo(static int);
H A Derr.D_DECL_PROTO_VOID.NonSoleVoid.d37 int foo(int, void);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
15 if [ `dirname "/foo/bar///baz/"` != "/foo/bar" ]; then
19 if [ `basename "/foo/bar/baz/"` != "baz" ]; then
23 if [ `dirname "/foo/bar/baz/"` != "/foo/bar" ]; then
31 if [ `dirname "/foo/bar/baz//"` != "/foo/bar" ]; then
35 if [ `basename "/foo/bar/baz/."` != "." ]; then
39 if [ `dirname "/foo/bar/baz/."` != "/foo/bar/baz" ]; then
47 if [ `dirname "/foo/bar/baz/./"` != "/foo/bar/baz" ]; then
55 if [ `dirname "/foo/bar/baz/.//"` != "/foo/bar/baz" ]; then
[all …]
H A Dtst.cleanpath.d.out1 cleanpath("/foo/bar/baz") = "/foo/bar/baz"
2 cleanpath("/foo/bar///baz/") = "/foo/bar/baz/"
3 cleanpath("/foo/bar/baz/") = "/foo/bar/baz/"
4 cleanpath("/foo/bar/baz//") = "/foo/bar/baz/"
5 cleanpath("/foo/bar/baz/.") = "/foo/bar/baz/."
6 cleanpath("/foo/bar/baz/./") = "/foo/bar/baz/"
7 cleanpath("/foo/bar/../../baz/.//") = "/baz/"
8 cleanpath("foo/bar/./././././baz/") = "foo/bar/baz/"
9 cleanpath("/foo/bar/baz/../../../../../../") = "/"
12 cleanpath("/foo/bar/baz/../../bop/bang/../../bar/baz/") = "/foo/bar/baz/"
H A Dtst.strchr.d.out2 strrchr("fooeyfooeyfoo", 'f') = "foo"
H A Dtst.strjoin.d.out2 foo
H A Dtst.system.d.out1 foo 9 -2
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_DECL_IDRED.redef1.d39 inline int foo = timestamp; variable
40 inline int foo = 8; variable
H A Derr.D_IDENT_UNDEF.recur.d39 inline int foo = foo + 3; variable
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Derr.D_PRINTA_AGGKEY.d31 @foo[123] = sum(123);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Derr.D_PRINTA_AGGPROTO.d31 @foo[123] = sum(123);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Dtst.tuplecompat.d.out1 foo 789 bar 123 456
H A Dtst.zero.d38 @foo[123] = sum(123);
41 @foo[789] = sum(789);
44 printa("%10d %@10d %@10d\n", @foo, @bar);
45 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
46 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
H A Dtst.zero2.d37 @foo[123] = sum(123);
40 @foo[789] = sum(789);
43 printa("%10d %@10d %@10d\n", @foo, @bar);
44 printa("%10d %@10d %@10d %@10d\n", @foo, @bar, @bop);
45 printa("%10d %@10d %@10d %@10d %@10d\n", @foo, @bar, @bop, @baz);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d39 struct foo { struct
46 trace(offsetof(struct foo, b)); argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh111 @foo[probemod, probefunc, probename] = count();
116 printa("%s:%s:%s %@u\n",@foo);

12345678910>>...24