Searched full:foo* (Results 101 - 125 of 797) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dlexer.c281 * Words with environment variables, like foo${bar}baz needs
/osnet-11/usr/src/grub/grub2/m4/
H A Dasm-underscore.m425 extern "C" int foo (void);
27 int foo(void) { return 0; }
H A Dgetdelim.m424 [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data
40 if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
H A Dgetline.m432 [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data
48 if (!(len == 4 && line && strcmp (line, "foo\n") == 0))
H A Dgetopt.m4128 argv[argc++] = "foo";
250 char *argv[] = { "program", "-p", "foo", "bar", NULL };
264 char *argv[] = { "program", "foo", "-p", NULL };
H A Dgnulib-common.m4149 int foo (int_ptr $ac_kw ip) {
155 return foo(t)]])],
H A Dinclude_next.m448 int foo;
58 int foo;
105 # For each arg foo.h, if #include_next works, define NEXT_FOO_H to be
106 # '<foo.h>'; otherwise define it to be
107 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable.
109 # define NEXT_AS_FIRST_DIRECTIVE_FOO_H to be '<foo.h>'; otherwise define it to
111 # '"///usr/include/foo.h"', or whatever other absolute file name is suitable.
117 # #include_next <foo.h>
H A Dintl.m4225 [[int foo (int a) { a = __builtin_expect (a, 10); return a == 10 ? 0 : 1; }]],
H A Dsize_max.m440 extern size_t foo;
41 extern unsigned long foo;
H A Dstdint.m4409 extern $gltype foo;
410 extern $gltype1 foo;]])],
H A Dwchar_t.m417 wchar_t foo = (wchar_t)'\0';]],
H A Dwint_t.m425 wint_t foo = (wchar_t)'\0';]],
/osnet-11/usr/src/grub/grub2/tests/
H A Dgrub_cmd_echo.in21 echo foo
22 echo foo bar
24 echo -n foo
26 echo -e "foo\nbar"
28 echo -n -e "foo\nbar"
30 echo foo -n
31 echo foo -n -e
40 foo="*"
41 echo "$foo"
H A Dgrub_script_echo1.in28 echo a $foo b
29 echo a ${foo} b
31 echo a "$foo" b
32 echo a "${foo}" b
46 foo=bar
47 echo $foo ${foo}
48 echo "$foo" "${foo}"
49 echo '$foo' '
[all...]
H A Dgrub_script_for1.in10 foo="1 2"
11 for x in ab${foo}cd; do echo $x; done
12 for x in "ab${foo}cd"; do echo $x; done
15 y=foo
H A Dgrub_script_vars1.in19 var=foo
27 foo=foo
28 echo "" $foo
30 echo $bar $foo
33 echo $bar $foo
H A Dgrub_script_while1.in4 foo=""
5 while test "$foo" != "1111"; do foo="${foo}1"; echo "$foo"; done
8 foo=""
9 while test "$foo" != "aaaa"
11 foo="${foo}a"
12 echo $foo
[all...]
/osnet-11/usr/src/grub/grub2/unicode/
H A DArabicShaping.txt91 0602; ARABIC FOOTNOTE MARKER; U; No_Joining_Group
H A DUnicodeData.txt1486 0602;ARABIC FOOTNOTE MARKER;Cf;0;AN;;;;;N;;;;;
4635 1558;CANADIAN SYLLABICS FOO;Lo;0;L;;;;;N;;;;;
7867 23CD;SQUARE FOOT;So;0;ON;;;;;N;;;;;
10312 2ECA;CJK RADICAL FOOT;So;0;ON;;;;;N;;;;;
10510 2F9C;KANGXI RADICAL FOOT;So;0;ON;<compat> 8DB3;;;;N;;;;;
13034 A57D;VAI SYLLABLE FOO;Lo;0;L;;;;;N;;;;;
16072 100C4;LINEAR B IDEOGRAM B220 FOOTSTOOL;Lo;0;L;;;;;N;;;;;
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c222 the usual case of /foo/bar being mounted after /foo. Secondly, it
H A Dgrub-mkimage.c1480 int header_size, footer_size = 0; local
1489 footer_size += sizeof (struct grub_ieee1275_note);
1495 elf_img = xmalloc (program_size + header_size + footer_size);
1615 core_size = program_size + header_size + footer_size;
/osnet-11/usr/src/lib/
H A DREADME.mapfiles186 a version SUNWpublic that always exports a symbol foo, and also exports
191 foo;
355 a new foo library, libfoo, we'd create /usr/src/lib/libfoo containing:
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c378 * else trace, (this allows "-F !foo" to imply
379 * "-F '*' -F !foo")
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh55 # are functions that led to the backtrace and ./foo is the script name.
57 # ./foo[17]: do_a[6]: do_b[10]: do_c[14]: backtrace: line 47: bt:
64 # ./foo[17]:
221 # '/foo/bar/baz' is a directory and not a symlink, then do the following:
223 # safe_dir /foo
224 # safe_dir /foo/bar
225 # safe_dir /foo/bar/baz
2638 # a_array[foo/bar]=stuff
2639 # a_array[foo]=otherstuff
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c106 * This check is not foolproof, get user confirmation
1363 * This routine reads /etc/vfstab and is NOT foolproof.

Completed in 212 milliseconds

1234567891011>>