Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 97) sorted by relevance

1234

/dragonfly/usr.sbin/fdcontrol/
H A Dfdcontrol.c84 ask(sectrac, "%d"); in main()
85 ask(secsize, "%d"); in main()
86 ask(datalen, "0x%x"); in main()
87 ask(gap, "0x%x"); in main()
88 ask(tracks, "%d"); in main()
89 ask(size, "%d"); in main()
90 ask(steptrac, "%d"); in main()
91 ask(trans, "%d"); in main()
92 ask(heads, "%d"); in main()
93 ask(f_gap, "0x%x"); in main()
[all …]
/dragonfly/games/fish/
H A Dfish.instr6 We take turns asking each other for cards, but you can't ask me for a card
8 the value you ask for, I have to give them to you. As long as I have one
9 of the cards you ask for, you get to keep asking. If you ask me for a
12 me for, you get to keep asking me for cards. If not, it's my turn and I ask
15 Sometimes you get to ask first, sometimes I do. I'll tell you when it's
18 when I'm trying to decide what card to ask for, honest!)
/dragonfly/games/gomoku/
H A Dmain.c152 ask("(B)lack or (W)hite? "); in main()
167 ask("Please choose (B)lack or (W)hite: "); in main()
243 ask("Select move, (S)ave or (Q)uit."); in main()
248 ask("Save file name? "); in main()
279 ask("Thinking..."); in main()
314 ask("Play again? "); in main()
321 ask("Save file name? "); in main()
373 ask("debug command: "); in whatsup()
/dragonfly/usr.sbin/efisetup/
H A Defisetup.sh98 read ask
99 case $ask in
186 read ask
187 case $ask in
/dragonfly/sbin/fsck_msdosfs/
H A Ddir.c360 if (ask(0, "Remove")) { in removede()
400 if (ask(1, "Truncate")) { in checksize()
434 if (ask(1, "Truncate")) { in checksize()
633 if (ask(1, "Extend")) { in readDosDirSection()
857 if (ask(0, "Remove")) { in readDosDirSection()
864 if (ask(1, "Truncate")) { in readDosDirSection()
886 if (ask(1, "Correct")) { in readDosDirSection()
900 if (ask(1, "Correct")) { in readDosDirSection()
953 if (ask(1, "Remove")) { in readDosDirSection()
968 if (ask(1, "Remove")) { in readDosDirSection()
[all …]
H A Dcheck.c109 if (ask(1, "Update FATs")) { in checkfilesys()
148 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
H A Dfat.c822 if (ask(1, "Correct")) { in readfat()
900 if (ask(0, "Truncate")) { in readfat()
910 if (ask(0, "Truncate")) { in readfat()
1022 if (ask(0, "%s", op)) { in checkchain()
1197 if (ret == FSERROR && ask(0, "Clear")) { in checklost()
1214 if (ask(1, "Fix")) { in checklost()
1225 if (ask(1, "Fix")) in checklost()
H A Dext.h53 int ask(int, const char *, ...) __printflike(2, 3);
H A Dmain.c118 ask(int def, const char *fmt, ...) in ask() function
/dragonfly/bin/mv/
H A Dmv.c172 int ask, ch, first; in do_move() local
189 ask = 0; in do_move()
196 ask = 1; in do_move()
203 ask = 1; in do_move()
205 if (ask) { in do_move()
/dragonfly/usr.bin/msgs/
H A Dmsgs.c139 void ask(const char *);
516 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
591 ask(NOMORE); in main()
714 ask(const char *prompt) in ask() function
747 ask (prompt); in ask()
778 ask(prompt); in ask()
795 ask(prompt); in ask()
/dragonfly/usr.bin/login/
H A Dlogin.c154 int ask, ch, cnt, quietlog, rootlogin, rval; in main() local
220 ask = 0; in main()
222 ask = 1; in main()
261 for (cnt = 0;; ask = 1) { in main()
262 if (ask) { in main()
/dragonfly/sbin/swapon/
H A Dswapon.c54 static int swap_on_off(char *name, int doingall, int trim, int ask);
353 swap_on_off(char *name, int doingall, int trim, int ask) in swap_on_off() argument
356 if (ask && which_prog == SWAPON) { in swap_on_off()
/dragonfly/games/hack/
H A Dhelp65 ^ ask for the type of a trap you found earlier.
66 ) ask for current wielded weapon.
67 [ ask for current armor.
68 = ask for current rings.
/dragonfly/usr.bin/mail/misc/
H A Dmail.rc1 set append dot save ask crt
/dragonfly/usr.bin/patch/
H A Dutil.h42 void ask(const char *, ...)
H A Dpatch.c335 ask("%seversed (or previously applied) patch detected! %s -R? [y] ", in main()
339 ask("Apply anyway? [n] "); in main()
1189 ask("Patch creates file that already exists! %s -R? [y] ", in handle_creation()
1193 ask("Apply anyway? [n]"); in handle_creation()
H A Dinp.c268 ask("This file doesn't appear to be the " in plan_a()
332 ask("This file doesn't appear to be the %s " in plan_b()
/dragonfly/share/skel/
H A Ddot.mailrc9 set append ask autoprint
/dragonfly/usr.bin/dsynth/
H A Drepo.c63 DoRebuildRepo(int ask) in DoRebuildRepo() argument
71 if (ask) { in DoRebuildRepo()
270 DoUpgradePkgs(pkg_t *pkgs __unused, int ask __unused) in DoUpgradePkgs()
H A Ddsynth.h641 void DoRebuildRepo(int ask);
642 void DoUpgradePkgs(pkg_t *pkgs, int ask);
/dragonfly/contrib/pam_passwdqc/
H A DREADME14 are inconsistent with pam_passwdqc's, you may tell pam_passwdqc to ask
154 The number of times the module will ask for a new password if the user
162 option will cause pam_passwdqc to ask for the old password during the
173 also specified, in which case no other module gets a chance to ask
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1167 int ask, doit, star = 0, silent = 0, opintr_disabled; in rmstar() local
1189 ask = (*args->word != '-'); in rmstar()
1195 ask = (ask || (!ask && !silent)); in rmstar()
1196 if (ask) { in rmstar()
1201 if (ask && star) { in rmstar()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dservice.texi17 changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found
/dragonfly/crypto/openssh/
H A Dssh_config31 # StrictHostKeyChecking ask

1234