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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c147 exchange (char **argv, struct _getopt_data *d)
400 exchange them so that the options come first. */
404 exchange ((char **) argv, d);
418 then exchange with previous non-options as if it were an option,
427 exchange ((char **) argv, d);
144 exchange (char **argv, struct _getopt_data *d) function
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c307 static void exchange (char **);
311 exchange (argv)
563 exchange them so that the options come first. */
566 exchange ((char **) argv);
580 then exchange with previous non-options as if it were an option,
588 exchange ((char **) argv);
308 exchange (argv) function

Completed in 25 milliseconds