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

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_text.c68 struct grub_term_output *term, int dry_run)
83 if (dry_run)
140 print_message (int nested, int edit, struct grub_term_output *term, int dry_run) argument
147 if(dry_run)
155 term, dry_run);
167 if(dry_run)
172 STANDARD_MARGIN, term, dry_run);
182 STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
190 STANDARD_MARGIN, STANDARD_MARGIN, term, dry_run);
66 grub_print_message_indented_real(const char *msg, int margin_left, int margin_right, struct grub_term_output *term, int dry_run) argument
H A Dterm.c529 int dry_run)
532 grub_ssize_t startwidth = dry_run ? 0 : get_startwidth (term, margin_left);
577 if (!dry_run)
603 if (!dry_run)
613 if (!dry_run)
627 return dry_run ? lines : 0;
731 int dry_run)
735 if (!dry_run)
771 if (dry_run)
794 term, state, dry_run);
524 print_ucs4_terminal(const grub_uint32_t * str, const grub_uint32_t * last_position, int margin_left, int margin_right, struct grub_term_output *term, struct term_state *state, int dry_run) argument
727 print_ucs4_real(const grub_uint32_t * str, const grub_uint32_t * last_position, int margin_left, int margin_right, struct grub_term_output *term, int backlog, int dry_run) argument
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c29 * "dry_run" flag is set. In this mode, an option function should just "say"
33 * control to another program). In verification mode (dry_run flag is set)
34 * such options should clear the "dry_run" flag to inform the caller of this
70 int dry_run = 0; /* flag set in verification mode */ variable
268 if (dry_run == 0 && setgid(grp->gr_gid))
290 if (dry_run == 0 && setuid(pwd->pw_uid))
318 if (dry_run == 0)
336 if (dry_run == 0) {
354 if (dry_run == 0 && setsockopt(request->fd, SOL_SOCKET, SO_KEEPALIVE,
372 if (dry_run
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c147 int allow_floppy, int force_mbr, int dry_run
627 if (!dry_run)
804 if (!dry_run)
818 if (!dry_run)
903 int dry_run; member in struct:arguments
968 arguments->dry_run = 1;
1179 arguments.dry_run);
1191 arguments.force_mbr, arguments.dry_run
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c4310 bool_t dry_run,
4527 if (dry_run == 1) {
4306 meta_imp_set( md_im_set_desc_t *misp, char *setname, int force, bool_t dry_run, md_error_t *ep ) argument

Completed in 51 milliseconds