Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dctable.ref2 ask: a = 1
6 ask: b = 2
10 ask: c = 3
14 ask: d = 4
18 ask: e = 5
23 ask: f = 6
31 ask: a = 1
36 ask: b = 2
41 ask: c = 3
46 ask: d = 4
[all …]
H A Dctable.c269 static void *ask(const char *key, void *context) in ask() function
299 cache = ctable_create(1, ask, drop, (void *) data_buf); in main()
/netbsd-src/usr.bin/mail/
H A Dmime_detach.c63 int ask; member
72 detach_ctl.ask = detach_ctl.batch ? 0 : 1; in mime_detach_control()
84 detach_ctl.ask = 1; in mime_detach_control()
109 else if (detach_ctl.ask) in detach_get_fname()
132 if (detach_ctl.ask && fd == -1 && errno == EEXIST) { in detach_open_core()
147 detach_ctl.ask = 0; in detach_open_core()
156 detach_ctl.ask = 0; in detach_open_core()
227 if (!detach_ctl.ask) in detach_open_target()
/netbsd-src/sbin/fsck_msdos/
H A Dfat.c70 if (ask(0, "Truncate")) { in checkclnum()
185 if (ask(1, "Correct")) in readfat()
264 if (ask(1, "fix")) { in clustdiffer()
272 if (ask(0, "use FAT 0's entry")) { in clustdiffer()
276 if (ask(0, "use FAT %u's entry", fatnum)) { in clustdiffer()
284 if (ask(0, "Use continuation from FAT %u", fatnum)) { in clustdiffer()
288 if (ask(0, "Use mark from FAT 0")) { in clustdiffer()
297 if (ask(0, "Use continuation from FAT 0")) { in clustdiffer()
301 if (ask(0, "Use mark from FAT %u", fatnum)) { in clustdiffer()
309 if (ask(0, "Use continuation from FAT 0")) { in clustdiffer()
[all …]
H A Ddir.c266 if (ask(1, "Fix")) { in resetDosDirSection()
369 if (ask(0, "Remove")) { in removede()
409 if (ask(1, "Truncate")) { in checksize()
421 if (ask(1, "Drop superfluous clusters")) { in checksize()
526 if (ask(1, "Extend")) { in readDosDirSection()
539 } else if (ask(0, "Truncate")) in readDosDirSection()
693 if (ask(1, "Drop allocated clusters")) { in readDosDirSection()
735 if (ask(0, "Remove")) { in readDosDirSection()
742 if (ask(1, "Truncate")) { in readDosDirSection()
766 if (ask(1, "Correct")) { in readDosDirSection()
[all …]
H A Dcheck.c140 if (ask(1, "Update FATs")) { in checkfilesys()
160 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
H A Dext.h52 int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgcc-git-customization.sh6 ask () { function
57 ask "Your name" "${new_user}" new_user
71 ask "Your email address (for git commits)" "${new_email}" new_email
93 ask "Local name for upstream repository" "origin" upstream
121 ask "Account name on gcc.gnu.org (for your personal branches area)" "$remote_id" remote_id
132 ask "personal area on the gcc server)" $old_pfx new_pfx
136 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgcc-git-customization.sh6 ask () { function
57 ask "Your name" "${new_user}" new_user
71 ask "Your email address (for git commits)" "${new_email}" new_email
93 ask "Local name for upstream repository" "origin" upstream
121 ask "Account name on gcc.gnu.org (for your personal branches area)" $remote_id remote_id
132 ask "personal area on the gcc server)" $old_pfx new_pfx
136 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
/netbsd-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 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!)
/netbsd-src/tests/lib/libpthread/
H A Dh_resolv.c52 static int *ask = NULL; variable
114 ask[i]++; in resolvone()
176 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL) in main()
201 if (ask[i] != got[i] && got[i] != 0) { in main()
203 hosts->sl_str[i], ask[i], got[i]); in main()
211 free(ask); in main()
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/sys/arch/mvme68k/stand/netboot/
H A Dboot.c53 int ask = 0, howto, part, sboot = 0; in main() local
67 if (ask) { in main()
83 ask = 1; in main()
/netbsd-src/games/gomoku/
H A Dmain.c112 ask("Save file name? "); in save_game()
189 ask("(B)lack or (W)hite? "); in ask_user_color()
204 ask("Please choose (B)lack or (W)hite: "); in ask_user_color()
230 ask("Select move, (S)ave or (Q)uit."); in read_move()
306 ask("Thinking..."); in main_game_loop()
387 ask("Play again? "); in main()
490 ask("debug command: "); in whatsup()
504 ask(""); in whatsup()
/netbsd-src/sys/arch/mvmeppc/stand/boot/
H A Dboot.c92 int ask = 0, howto, part; in main() local
117 if (ask) { in main()
151 ask = 1; in main()
/netbsd-src/usr.bin/msgs/
H A Dmsgs.c142 void ask(const char *);
543 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
619 ask(NOMORE); in main()
738 ask(const char *prompt) in ask() function
771 ask (prompt); in ask()
803 ask(prompt); in ask()
820 ask(prompt); in ask()
/netbsd-src/usr.bin/login/
H A Dlogin_pam.c105 int ask, ch, cnt, fflag, pflag, quietlog, rootlogin; in main() local
195 ask = 0; in main()
197 ask = 1; in main()
237 for (cnt = 0;; ask = 1) { in main()
238 if (ask) { in main()
H A Dlogin.c140 int ask, ch, cnt, fflag, hflag, pflag, sflag, quietlog, rootlogin, rval; in main() local
255 ask = 0; in main()
257 ask = 1; in main()
319 for (cnt = 0;; ask = 1) { in main()
324 if (ask) { in main()
/netbsd-src/usr.bin/lock/
H A Dlock.c311 const char *ask; in skey_auth() local
314 if (!skey_haskey(user) && (ask = skey_keyinfo(user))) { in skey_auth()
315 (void)printf("\n[%s]\nResponse: ", ask); in skey_auth()
/netbsd-src/bin/mv/
H A Dmv.c186 int ask = 1; in do_move() local
206 ask = 0; in do_move()
207 if (ask) { in do_move()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh_config23 VerifyHostKeyDNS ask
36 # StrictHostKeyChecking ask
/netbsd-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.
/netbsd-src/usr.sbin/map-mbone/
H A Dmapper.c92 void ask(u_int32_t dst);
204 void ask(u_int32_t dst) in ask() function
422 ask(neighbor); in accept_neighbors()
566 ask(neighbor); in accept_neighbors2()
592 ask(node->addr); in retry_requests()
897 ask(target_addr ? target_addr : allhosts_group); in main()
/netbsd-src/usr.bin/patch/
H A Dutil.h41 void ask(const char *, ...) __printflike(1, 2);
/netbsd-src/usr.sbin/mrinfo/
H A Dmrinfo.c109 void ask(u_int32_t dst);
179 ask(u_int32_t dst) in ask() function
468 ask(target_addr); in main()

12345678910>>...21