Searched defs:arguments (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dprintf-args.h144 arguments; typedef in typeref:struct:__anon452
147 /* Fetch the arguments, putting them into a. */
153 int PRINTF_FETCHARGS (va_list args, arguments *a);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c891 struct arguments struct
924 know is a pointer to our arguments structure. */
925 struct arguments *arguments = state->input; local
932 arguments->allow_floppy = 1;
936 if (arguments->boot_file)
937 free (arguments->boot_file);
939 arguments->boot_file = xstrdup (arg);
943 if (arguments->core_file)
944 free (arguments
1051 struct arguments arguments; local
[all...]

Completed in 43 milliseconds