Searched full:foo* (Results 76 - 100 of 797) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c84 * Turn "foo.bar.com" into "dc=foo,dc=bar,dc=com"
97 * Turn "dc=foo,dc=bar,dc=com" into "foo.bar.com"; ignores any other
/osnet-11/usr/src/grub/grub2/
H A Dconfigure1415 # These are left unexpanded so users can "make install exec_prefix=/foo"
4639 #define FOO(x) 'x'
4640 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5839 #define FOO(x) 'x'
5840 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
10160 extern int foo;
10165 return use_ascii (foo) == use_ebcdic (foo);
12316 typedef int foo_t;
12317 static $ac_kw foo_t static_fo
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dgrub-dev.info525 foobar ();
H A Dgrub-dev.texi15 @footnotestyle separate
476 foobar ();
H A Dgrub.info104 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
131 File: grub.info, Node: Overview-Footnotes, Up: Overview
324 (*note Features-Footnote-1::). This function is both automatic and
328 for floppies.(2) (*note Features-Footnote-2::)
374 File: grub.info, Node: Features-Footnotes, Up: Features
401 boot loader-Footnote-1::) or "GRUB" systems.
416 File: grub.info, Node: Role of a boot loader-Footnotes, Up: Role of a boot loader
588 (*note Making a GRUB bootable CD-ROM-Footnote-1::). This means that you
630 File: grub.info, Node: Making a GRUB bootable CD-ROM-Footnotes, Up: Making a GRUB bootable CD-ROM
1309 Shell-like scripting-Footnote
[all...]
H A Dgrub.texi15 @footnotestyle separate
132 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading
358 @command{xz}@footnote{Only CRC32 data integrity check is supported (xz default
363 particularly great benefit for floppies.@footnote{There are a few
425 refer to the above systems as either ``LILO''@footnote{The LInux LOader,
623 specification@footnote{El Torito is a specification for bootable CD
1354 removed from the input stream and effectively ignored@footnote{Currently a
2368 immediately executed after it is entered@footnote{However, this
3247 Differ in size: 0x1234 [foo], 0x4321 [bar]
3254 Differ at the offset 777: 0xbe [foo],
[all...]
H A Dmdate-sh84 # drwxrwx--- 0 Aug 11 2001 foo
86 # drwxrwx--- 2 root root 4096 Aug 11 2001 foo
H A Dtexinfo.tex43 % manual foo.texi, however, you can get away with this:
44 % tex foo.texi
45 % texindex foo.??
46 % tex foo.texi
47 % tex foo.texi
48 % dvips foo.dvi -o # or whatever; this makes foo.ps.
85 \let\ptexfootnote=\footnote
329 \newbox\footlinebox
344 \setbox\footlinebox
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c304 -f ZOT, --foonly=ZOT Glork a foonly
330 {"foonly", 'f', "ZOT", 0, "Glork a foonly"},
H A Dargp.h142 if ARGS_DOC is "FOO BAR\n-x BLAH", and the `-x' option's purpose is to
H A Ddirname-lgpl.c67 rename (base_name (FILE), "foo"); } succeeds, you have renamed FILE
68 to "foo" in the same directory FILE was in. */
H A Dfnmatch_loop.c973 /* The FNM_LEADING_DIR flag says that "foo*" matches "foobar/frobozz". */
H A Dgetopt.c787 /* Convenience. Treat POSIX -W foo same as long option --foo */
H A Dprogname.c77 /some/hidden/place/bin/cp foo foo
79 /some/hidden/place/bin/cp: `foo' and `foo' are the same file
81 cp: `foo' and `foo' are the same file
H A Dstdbool.in.h45 should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'.
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dlzopio.c187 * footprint. Or try to uncompress directly to buf if possible. */
H A Dxzio.c124 * also do some footer sanity checks. */
129 grub_uint8_t footer[FOOTER_MAGIC_SIZE]; local
136 grub_file_seek (xzio->file, xzio->file->size - FOOTER_MAGIC_SIZE);
137 if (grub_file_read (xzio->file, footer, FOOTER_MAGIC_SIZE)
138 != FOOTER_MAGIC_SIZE
139 || grub_memcmp (footer, FOOTER_MAGIC, FOOTER_MAGIC_SIZE) !
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1745 UInt32 footerBits = ((posSlot >> 1) - 1); local
1746 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1747 tempPrices[i] = RcTree_ReverseGetPrice(p->posEncoders + base - posSlot - 1, footerBits, i - base, p->ProbPrices);
1940 UInt32 footerBits = ((posSlot >> 1) - 1); local
1941 UInt32 base = ((2 | (posSlot & 1)) << footerBits);
1945 RcTree_ReverseEncode(&p->rc, p->posEncoders + base - posSlot - 1, footerBits, posReduced);
1948 RangeEnc_EncodeDirectBits(&p->rc, posReduced >> kNumAlignBits, footerBits - kNumAlignBits);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia-glue.c34 * #define CAMELLIA_EXT_SYM_PREFIX foo_
36 * This prefixes all external symbols with "foo_".
H A Dcamellia.h27 * #define CAMELLIA_EXT_SYM_PREFIX foo_
29 * This prefixes all external symbols with "foo_".
H A Dcipher.c149 PROPERLY_ALIGNED_TYPE foo; member in union:__anon497
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia-glue.c38 * #define CAMELLIA_EXT_SYM_PREFIX foo_
40 * This prefixes all external symbols with "foo_".
H A Dcamellia.h41 * #define CAMELLIA_EXT_SYM_PREFIX foo_
43 * This prefixes all external symbols with "foo_".
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c154 * and Stream Footer. The Block Header is the biggest (1 KiB)
550 /* Decode the Stream Footer field (the last 12 bytes of the .xz Stream) */
553 if (! memeq(s->temp.buf + 10, FOOTER_MAGIC, FOOTER_MAGIC_SIZE))
H A Dxz_stream.h38 #define FOOTER_MAGIC "YZ" macro
39 #define FOOTER_MAGIC_SIZE 2 macro

Completed in 151 milliseconds

1234567891011>>