Searched defs:real (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/tests/
H A Dprintf_unit_test.c27 char real[512]; local
29 grub_snprintf (real, sizeof (real), "%d %d %d", 1, 2, 3);
31 grub_test_assert (strcmp (real, expected) == 0);
32 grub_snprintf (real, sizeof (real), "%3$d %2$d %1$d", 1, 2, 3);
34 grub_test_assert (strcmp (real, expected) == 0);
35 grub_snprintf (real, sizeof (real), "%d %lld %d", 1, 2LL, 3);
37 grub_test_assert (strcmp (real, expecte
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Djust_plain_nasty.t53 '""' => \&real,
57 sub real { return "keep it so" } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm138 the process itself, as opposed to the real (wallclock) time and the
247 this is typical of benchmarking. If this were a real benchmark, you would
296 ($real, $user, $system, $children_user, $children_system, $iters)
306 from the time of the real loop.
371 The real time timing is done using time(2) and
537 sub real { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $r ; } subroutine
741 # Now, do the 'for real' timing(s), repeating until we exceed
817 || ($t->real < 1 && $n < 1000)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c299 const struct argp_option *real = argp->options;
302 if (real || argp->parser)
306 if (real)
307 for (opt = real; !__option_is_end (opt); opt++)
311 real = opt;
313 if (! (real->flags & OPTION_DOC))
314 /* A real option (not just documentation). */
320 if (real->arg)
323 if (real->flags & OPTION_ARG_OPTIONAL)
335 (real
293 const struct argp_option *real = argp->options; local
[all...]
H A Dargp-help.c559 const struct argp_option *real,
565 const struct argp_option *opt, *real = entry->opt;
568 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--)
572 real = opt;
574 val = (*func)(opt, real, domain, cookie); argument
585 const struct argp_option *real,
591 const struct argp_option *opt, *real = entry->opt;
593 for (opt = real, nopts = entry->num; nopts > 0 && !val; opt++, nopts--)
597 real = opt;
599 val = (*func)(opt, real, domai
548 hol_entry_short_iterate(const struct hol_entry *entry, int (*func)(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie), const char *domain, void *cookie) argument
556 const struct argp_option *opt, *real = entry->opt; local
582 const struct argp_option *opt, *real = entry->opt; local
598 until_short(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
960 arg(const struct argp_option *real, const char *req_fmt, const char *opt_fmt, const char *domain, argp_fmtstream_t stream) argument
1100 const struct argp_option *real = entry->opt, *opt; local
1265 add_argless_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
1279 usage_argful_short_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
1311 usage_long_opt(const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) argument
[all...]

Completed in 40 milliseconds