Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd-src/sbin/fsck_msdos/
H A Dfat.c63 if (ask(0, "Truncate")) { in checkclnum()
136 if (ask(1, "Correct")) in readfat()
214 if (ask(1, "fix")) { in clustdiffer()
222 if (ask(0, "use FAT 0's entry")) { in clustdiffer()
226 if (ask(0, "use FAT %d's entry", fatnum)) { in clustdiffer()
234 if (ask(0, "Use continuation from FAT %d", fatnum)) { in clustdiffer()
238 if (ask(0, "Use mark from FAT 0")) { in clustdiffer()
247 if (ask(0, "Use continuation from FAT 0")) { in clustdiffer()
251 if (ask(0, "Use mark from FAT %d", fatnum)) { in clustdiffer()
259 if (ask(0, "Use continuation from FAT 0")) { in clustdiffer()
[all …]
H A Ddir.c335 if (ask(0, "Remove")) { in removede()
374 if (ask(1, "Truncate")) { in checksize()
386 if (ask(1, "Drop superfluous clusters")) { in checksize()
473 if (ask(1, "Extend")) { in readDosDirSection()
485 } else if (ask(0, "Truncate")) in readDosDirSection()
664 if (ask(1, "Drop allocated clusters")) { in readDosDirSection()
706 if (ask(0, "Remove")) { in readDosDirSection()
713 if (ask(1, "Truncate")) { in readDosDirSection()
737 if (ask(1, "Correct")) { in readDosDirSection()
751 if (ask(1, "Correct")) { in readDosDirSection()
[all …]
H A Dext.h52 int ask(int, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
H A Dmain.c99 ask(int def, const char *fmt, ...) in ask() function
/openbsd-src/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 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!)
/openbsd-src/usr.sbin/unbound/ipsecmod/
H A Dipsecmod.c147 struct query_info ask; in generate_request() local
148 ask.qname = name; in generate_request()
149 ask.qname_len = namelen; in generate_request()
150 ask.qtype = qtype; in generate_request()
151 ask.qclass = qclass; in generate_request()
152 ask.local_alias = NULL; in generate_request()
153 log_query_info(VERB_ALGO, "ipsecmod: generate request", &ask); in generate_request()
159 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
166 if(!(*qstate->env->attach_sub)(qstate, &ask, in generate_request()
/openbsd-src/games/gomoku/
H A Dmain.c140 ask("black or white? "); in main()
227 ask("Enter move (hjklyubn/S/Q)"); in main()
232 ask("save file name? "); in main()
263 ask("Thinking..."); in main()
300 ask("replay? "); in main()
307 ask("save file name? "); in main()
354 ask("cmd? "); in whatsup()
/openbsd-src/bin/mv/
H A Dmv.c179 int ask = 1; in do_move() local
191 ask = 0; in do_move()
192 if (ask) { in do_move()
/openbsd-src/distrib/miniroot/
H A Dinstall.sub450 ask "URL to autopartitioning template for disklabel?" none
468 ask "$_qst" a
703 ask "Response file location?" \
711 ask "(I)nstall or (U)pgrade?"
796 ask() {
811 ask "$_q" "$_a"
874 ask "$1" "$2"
1041 ask "Which interface:tag should $_if be on?" "$_vd:$_vi"
2194 ask "DNS domain name? (e.g. 'example.com')" "$resp"
2210 ask "DNS nameservers? (IP address list or 'none')" "$resp"
[all …]
/openbsd-src/usr.bin/login/
H A Dlogin.c146 int ask, ch, cnt, fflag, pflag, quietlog, rootlogin, lastchance; in main() local
266 ask = 0; in main()
268 ask = 1; in main()
285 if (!ask) in main()
380 for (cnt = 0;; ask = 1) { in main()
392 if (ask) { in main()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Ddevtools.pl116 sub ask($) subroutine
137 quit_now unless &ask;
/openbsd-src/etc/skel/
H A Ddot.mailrc2 set ask
/openbsd-src/usr.bin/patch/
H A Dutil.h39 void ask(const char *, ...)
H A Dinp.c261 ask("This file doesn't appear to be the " in plan_a()
325 ask("This file doesn't appear to be the %s " in plan_b()
/openbsd-src/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.
/openbsd-src/regress/usr.bin/mail/
H A Dsend.sh42 set ask
/openbsd-src/gnu/usr.bin/perl/hints/
H A Ddcosx.sh43 be able to use set-uid scripts you must ask your system administrator
77 GNU utilities or you must ask your system administrator to disable the
/openbsd-src/usr.sbin/map-mbone/
H A Dmapper.c49 #define DEFAULT_RETRIES 1 /* How many times to ask each router */
94 void ask(u_int32_t dst);
200 void ask(u_int32_t dst) in ask() function
282 /* if node is running a recent mrouted, ask for additional info */ in accept_neighbors()
419 ask(neighbor); in accept_neighbors()
563 ask(neighbor); in accept_neighbors2()
589 ask(node->addr); in retry_requests()
886 ask(target_addr ? target_addr : allhosts_group); in main()
/openbsd-src/distrib/macppc/ramdisk/
H A Dinstall.md72 ask "Use (W)hole disk$_q or (E)dit the MBR?" "$_d"
120 ask "$_q(M)odify a partition or (A)bort?" "$_d"
139 disk_has $_disk hfs && ask "Use (H)FS or (M)BR partition table?" MBR
/openbsd-src/usr.sbin/mrinfo/
H A Dmrinfo.c88 #define DEFAULT_RETRIES 3 /* How many times to ask each router */
100 void ask(u_int32_t dst);
163 ask(u_int32_t dst) in ask() function
390 * to 'ask', since it's not very likely that we are going to in main()
391 * find someone who only responds to 'ask' these days in main()
439 ask(target_addr); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/config/powerpc/
H A Dppc64-linux.mh12 # -mfull-toc (the default), so we need to ask GCC to use as few TOC
/openbsd-src/sys/arch/alpha/stand/boot/
H A Dversion17 calls, kill 'ask' loop (i.e. if boot fails, halt), separate
/openbsd-src/usr.sbin/pkg_add/
H A DTODO6 - in interactive mode, make it ask questions whenever the user could get
/openbsd-src/gnu/llvm/llvm/docs/
H A DContributing.rst103 A reviewer may request changes or ask questions during the review. If you are
104 uncertain on how to provide test cases, documentation, etc., feel free to ask
152 Please ask for help if you're having trouble with your particular git workflow.
160 you are about to push and ask confirmation if you push multiple commits at once.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dservice.texi17 changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found

12345678910>>...12