Home
last modified time | relevance | path

Searched refs:foo (Results 151 – 175 of 592) sorted by relevance

12345678910>>...24

/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);
/illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/
H A Dtst.radix.mdb.out3 0 uint8_t [10] foo
7 0 uint8_t [16] foo
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dfnaryscl.awk2 foo[1] = 4
3 f1(foo)
H A Darryref3.awk2 foo(a)
8 function foo(b) function
H A Dfnarray.ok1 $AWK: foo is a function, not an array at source line 5 source file fnarray.awk
3 Num = >>> foo[c] <<<
H A Dtradanch1.ok1 $AWK: syntax error in regular expression foo^bar at bar
4 >>> /foo^bar/ <<<
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dstore-x2.c1 void foo(int *p, int a, int b);
2 void foo(int *p, int a, int b) in foo() function
H A Dconstant-pointer.c3 void foo(void);
4 void foo(void) in foo() function
H A Dcall-variadic.c5 int foo(const char *fmt, int a, long l, int *p);
6 int foo(const char *fmt, int a, long l, int *p) in foo() function
H A Dfn-ref.c4 int foo(int a);
5 int foo(int a) in foo() function
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfored_arg.c8 static void foo(__force void * addr) in foo() function
16 foo(a); in bar()
H A Dsm_array_overflow5.c7 struct foo { struct
14 struct foo *p; in main() argument
H A Dsm_skb3.c8 struct foo { struct
14 struct foo *p; in frob() argument
H A Dtransparent-union.c13 static void foo(transparent_arg arg) in foo() function
20 foo((struct a *) &arg); in bar()
H A Dkill-phi-node.c1 void foo(int a, int *b, unsigned int g);
2 void foo(int a, int *b, unsigned int g) in foo() function
H A Dbug_inline_switch.c3 int foo(__u16 n);
17 int foo(__u16 n) in foo() function
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dkill-casts.c7 void foo(struct s *x);
8 void foo(struct s *x) in foo() function
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dalias-mixed.c4 static int foo(int *p) in foo() function
20 foo(&g); in test()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dio.sh48 [[ $a == foo ]] || err_exit "bad file descriptor $i in comsub script"
54 print foo > file1
62 exp=foo
87 foo) semantics='open' ;;
153 foo
158 if [[ $line != foo ]]
485 print foo > $tmp/file3
502 echo foo bar > $tf
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh49 comp=$(echo foo bar baz other | $XARGS -I THING echo '** THING **')
59 comp=$(echo foo bar baz other | $XARGS -n 1 echo '***')
72 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
85 comp=$(echo foo bar baz other | $XARGS -n 1 -I THING echo '** THING **')
216 comp=$(echo foo bar baz other | $XARGS -I X echo '** X **')
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c284 nvlist_t *foo; in ctfs_stat_ioctl() local
303 VERIFY(nvlist_alloc(&foo, NV_UNIQUE_NAME, KM_SLEEP) == 0); in ctfs_stat_ioctl()
304 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo, in ctfs_stat_ioctl()
306 VERIFY(nvlist_pack(foo, &bufp, &len, NV_ENCODE_NATIVE, in ctfs_stat_ioctl()
308 nvlist_free(foo); in ctfs_stat_ioctl()
/illumos-gate/usr/src/lib/libsaveargs/tests/functional/
H A Dsmall-struct-ret.c19 struct foo { struct
24 struct foo argument
H A Dbig-struct-ret.c19 struct foo { struct
25 struct foo argument
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.redir12 $1%2==1 {print >(ENVIRON["WORKDIR"] "/foo.odd")}
3 $1%2==0 {print >(ENVIRON["WORKDIR"] "/foo.even")}

12345678910>>...24