Home
last modified time | relevance | path

Searched refs:bar (Results 51 – 75 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dselect.sh38 2) bar
42 select i in foo bar bam
53 select i in foo bar bam
H A Dattributes.sh91 foo=bar
95 if [[ $x != bar ]]
154 foo=bar
160 bar
215 unset foo bar
220 typeset -x bar=world
225 [[ $(export | grep bar) ]] && err_exit 'typeset -x not local'
286 typeset -p bar
288 bar=xxx
289 [[ $(foo) == bar=xxx ]] || err_exit 'typeset -p not working inside a function'
H A Dcase.sh31 bar=foo2
37 $bar) foo=2;;
40 ${bar%?}5)
H A Dsubshell.sh39 z.bar[0]=hello
40 z.bar[2]=world
41 z.bar[1]=(x=4 y=5)
61 z.bar[1]=yesyes
62 [[ ${z.bar[1]} == yesyes ]] || err_exit 'reassign of index array compound variable fails'
63 z.bar[1]=(x=12 y=5)
64 [[ ${z.bar[1]} == $'(\n\tx=12\n\ty=5\n)' ]] || err_exit 'reassign array simple to compound variable…
75 z.bar[1]=yes
76 …[[ ${z.bar[1]} == yes ]] || err_exit 'index array assignment to compound variable in subshell not …
82 bar=( zzz=no rst=fed)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Domitted52 if (_link("foo", "bar") || _access("bar.exe", X_OK))
56 cp("foo.exe", "bar.exe");
67 if (_stat("bar", &st))
75 if (_unlink("bar"))
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1352 cyb_arg_t bar = be->cyb_arg; in cyclic_expand_xcall() local
1664 cyb_arg_t bar = be->cyb_arg; in cyclic_add_xcall() local
1682 be->cyb_enable(bar); in cyclic_add_xcall()
1728 cyb_arg_t bar = be->cyb_arg; in cyclic_add_here() local
1768 cyb_arg_t bar = be->cyb_arg; in cyclic_remove_xcall() local
1844 be->cyb_disable(bar); in cyclic_remove_xcall()
2378 be->cyb_unconfigure(bar); in cyclic_unconfigure()
2464 be->cyb_disable(bar); in cyclic_suspend_xcall()
2470 be->cyb_suspend(bar); in cyclic_suspend_xcall()
2488 be->cyb_resume(bar); in cyclic_resume_xcall()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dgsubtst8.ok1 a bar bar
H A Darrayprm3.awk48 function foo(a) { bar(a); print "" in a }
49 function bar(a) { a[""]; } function
H A Darrayref.awk10 function test2(bar)
12 bar[1] = 1
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/orig/
H A Dstyle1-func.c18 extern __thread char *foo, *bar;
23 printf("foo: %p bar: %p\n", &foo, &bar); in func()
H A Dstyle1-main.c21 __thread char *bar = "bar"; variable
26 printf("foo: %p bar: %p\n", &foo, &bar); in main()
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor1.c2 #define bar func( macro
3 #define foo bar foo
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbadtype2.c2 extern undef bar(void);
8 return bar(); in foo()
H A Dkill-phi-node.c12 int bar(void);
13 int bar(void) in bar() function
H A Dtypediff-enum.c13 num bar(void);
14 int bar(void) { return ZERO; } in bar() function
H A Dsm_loops6.c5 int test(struct bar *bar) in test() argument
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dloop.c2 extern int bar (int);
11 y += bar(x); in foo()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Derr.D_PRINTA_AGGKEY.d32 @bar = sum(456);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
H A Derr.D_PRINTA_AGGPROTO.d32 @bar["fooey"] = sum(456);
34 printa("%10d %@10d %@10d\n", @foo, @bar);
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Darryref3.awk12 bar(b)
15 function bar(c) function
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dalias-mixed.c11 static int bar(int *p) in bar() function
21 bar(&g); in test()
H A Dshort-load.c14 void bar(u16, union u);
21 bar(u.b, u); in foo()
/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/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.c44 bar(int a) in bar() function
52 return (bar(a) - b); in foo()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c783 if (bar->size < size) { in pci_emul_alloc_bar()
788 if (bar == NULL) { in pci_emul_alloc_bar()
910 bar = (addr & mask) | lobits; in pci_emul_assign_bar()
1532 pci_emul_assign_bar(bar->pdi, bar->idx, bar->type, in init_pci()
1533 bar->size); in init_pci()
1534 free(bar); in init_pci()
2198 uint64_t bar = 0; in pci_cfgrw() local
2297 addr = bar = *valp & mask; in pci_cfgrw()
2305 addr = bar = *valp & mask; in pci_cfgrw()
2315 bar = addr >> 32; in pci_cfgrw()
[all …]

12345678910