Home
last modified time | relevance | path

Searched refs:foo (Results 101 – 125 of 592) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dstruct-size1.c14 static const struct { int x; } foo[] = {{ 1 }}; variable
16 int bar[(sizeof foo/sizeof foo[0])];
H A Dsm_struct_assign1.c7 struct foo { struct
13 struct foo src = {1, 41}; in test() argument
14 struct foo dest; in test()
H A Dsm_skb.c4 struct foo { struct
15 struct foo *c; argument
19 struct foo *c;
H A Dfunction-pointer-inheritance.c1 extern int foo(int f(int, void *));
3 int foo(int (*f)(int, void *)) in foo() function
H A Dvarargs1.c1 extern int foo (const char *, ...);
4 foo("%s\n",err); in sparse_error()
/illumos-gate/usr/src/test/util-tests/tests/mdb/typedef/
H A Dtst.radix.mdb2 ::typedef 'struct foo { uint8_t foo[10]; }' foo_t
3 ::typedef 'struct bar { uint8_t foo[0x10]; }' bar_t
/illumos-gate/usr/src/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);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c94 authnone_verf(AUTH *foo) in authnone_verf() argument
100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate() argument
107 authnone_refresh(AUTH *foo, struct rpc_msg *bar, cred_t *cr) in authnone_refresh() argument
114 authnone_destroy(AUTH *foo) in authnone_destroy() argument
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_003_neg.ksh51 if datasetexists $TESTPOOL/foo; then
52 log_must zfs destroy $TESTPOOL/foo
63 log_must zfs create -o mountpoint=legacy $TESTPOOL/foo
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dsubsep-overflow.awk1 function foo(c, n) { function
10 str1 = foo("a", 4500);
11 str2 = foo("b", 9000);
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
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/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t436 [ 0, 0, {}, "value1:142::::one=foo,bar" ],
456 [ 0, 0, {}, "semi4:162::::foo;;" ],
556 [ 1, 0, {}, "attrib3:136::::,foo" ],
557 [ 1, 0, {}, "attrib4:137::::sun,foo" ],
564 [ 1, 0, {}, "value1:145::::one=foo%" ],
566 [ 1, 0, {}, "value3:147::::var=foo?" ],
568 [ 1, 0, {}, "value5:149::::(foo)" ],
600 [ 1, 0, {}, "space23:181:::: foo" ],
601 [ 1, 0, {}, "space34:182::::foo =one" ],
615 [ 1, 0, {}, "semi1:196::::;foo" ],
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ld/
H A Dld-with-addend.s21 foo: label
32 leaq foo@tlsld(%rip), %rdi
34 leaq 2+foo@dtpoff(%rax), %rsi
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-function.c57 vararg(const char *foo, ...) in vararg() argument
63 vararg_ret(const char *foo, ...) in vararg_ret() argument
65 return ((uintptr_t)foo); in vararg_ret()
H A Dctftest-convert-no-dwarf.ksh68 struct foo { int a; };
69 int main(void) { struct foo foo = { 4 }; printf("%d\n", foo.a); return (0); }
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.argv74 $AWK '{print L $0}' L=foo <$TEMP0 > $TEMP2
83 $AWK '{print L $0}' L=foo $TEMP0 > $TEMP2
92 cat $TEMP0 | $AWK '{print L $0}' L=foo - > $TEMP2
104 $AWK '{print L $0}' L=foo $TEMP0 L=glop $TEMP0 > $TEMP2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drecv_secpolicy.ksh53 log_must zfs create $TESTPOOL/testfs1/data/foo
58 log_must mkfile 4k /$TESTPOOL/testfs1/data/foo/testfile0
60 log_must zfs snap $TESTPOOL/testfs1/data/foo@1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Derr.D_IDENT_UNDEF.recur.d39 inline int foo = foo + 3; variable
H A Derr.D_DECL_IDRED.redef1.d39 inline int foo = timestamp; variable
40 inline int foo = 8; variable
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunsemnl.awk2 function foo() { print "foo" } ; function
3 BEGIN { foo() } function
H A Drscompat.ok1 0foo
2 ar0faz 1foo
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dextern.c1 extern unsigned long foo;
5 return foo; in bar()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtilde.sh95 [[ ~/foo == /foo ]] || err_exit '~/foo should be /foo when ~==/'
99 [[ $($tmp/tilde foo) == "$PWD$nl$PWD" ]] 2> /dev/null || err_exit 'tilde fails inside a script run…
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dmissing-insn-size.c1 int foo(int **a);
2 int foo(int **a) in foo() function
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dfnarray.awk1 function foo(N) { function
5 Num = foo[c]

12345678910>>...24