Symbol: ask
bin/mv/mv.c
186
int ask = 1;
bin/mv/mv.c
206
ask = 0;
bin/mv/mv.c
207
if (ask) {
games/gomoku/gomoku.h
278
void ask(const char *);
games/gomoku/main.c
112
ask("Save file name? ");
games/gomoku/main.c
189
ask("(B)lack or (W)hite? ");
games/gomoku/main.c
204
ask("Please choose (B)lack or (W)hite: ");
games/gomoku/main.c
230
ask("Select move, (S)ave or (Q)uit.");
games/gomoku/main.c
306
ask("Thinking...");
games/gomoku/main.c
387
ask("Play again? ");
games/gomoku/main.c
490
ask("debug command: ");
games/gomoku/main.c
504
ask("");
sbin/fsck_msdos/boot.c
151
if (ask(0, "fix")) {
sbin/fsck_msdos/check.c
140
if (ask(1, "Update FATs")) {
sbin/fsck_msdos/check.c
160
if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
sbin/fsck_msdos/dir.c
266
if (ask(1, "Fix")) {
sbin/fsck_msdos/dir.c
369
if (ask(0, "Remove")) {
sbin/fsck_msdos/dir.c
409
if (ask(1, "Truncate")) {
sbin/fsck_msdos/dir.c
421
if (ask(1, "Drop superfluous clusters")) {
sbin/fsck_msdos/dir.c
526
if (ask(1, "Extend")) {
sbin/fsck_msdos/dir.c
539
} else if (ask(0, "Truncate"))
sbin/fsck_msdos/dir.c
693
if (ask(1, "Drop allocated clusters")) {
sbin/fsck_msdos/dir.c
735
if (ask(0, "Remove")) {
sbin/fsck_msdos/dir.c
742
if (ask(1, "Truncate")) {
sbin/fsck_msdos/dir.c
766
if (ask(1, "Correct")) {
sbin/fsck_msdos/dir.c
780
if (ask(1, "Correct")) {
sbin/fsck_msdos/dir.c
800
if (ask(1, "Correct")) {
sbin/fsck_msdos/dir.c
812
if (ask(1, "Correct")) {
sbin/fsck_msdos/dir.c
935
if (!ask(1, "Reconnect"))
sbin/fsck_msdos/ext.h
52
int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
sbin/fsck_msdos/fat.c
185
if (ask(1, "Correct"))
sbin/fsck_msdos/fat.c
264
if (ask(1, "fix")) {
sbin/fsck_msdos/fat.c
272
if (ask(0, "use FAT 0's entry")) {
sbin/fsck_msdos/fat.c
276
if (ask(0, "use FAT %u's entry", fatnum)) {
sbin/fsck_msdos/fat.c
284
if (ask(0, "Use continuation from FAT %u", fatnum)) {
sbin/fsck_msdos/fat.c
288
if (ask(0, "Use mark from FAT 0")) {
sbin/fsck_msdos/fat.c
297
if (ask(0, "Use continuation from FAT 0")) {
sbin/fsck_msdos/fat.c
301
if (ask(0, "Use mark from FAT %u", fatnum)) {
sbin/fsck_msdos/fat.c
309
if (ask(0, "Use continuation from FAT 0")) {
sbin/fsck_msdos/fat.c
313
if (ask(0, "Use continuation from FAT %u", fatnum)) {
sbin/fsck_msdos/fat.c
354
if (ask(0, "Clear chain starting at %u", head)) {
sbin/fsck_msdos/fat.c
357
} else if (ask(0, "Truncate")) {
sbin/fsck_msdos/fat.c
446
if (ask(0, "Clear chain starting at %u", h = fat[n].head)) {
sbin/fsck_msdos/fat.c
607
if (ret == FSERROR && ask(0, "Clear")) {
sbin/fsck_msdos/fat.c
620
if (ask(1, "fix")) {
sbin/fsck_msdos/fat.c
631
if (ask(1, "fix"))
sbin/fsck_msdos/fat.c
70
if (ask(0, "Truncate")) {
sbin/fsck_udf/main.c
1193
} else if (ask(0, "fix ISO 9660 volume recognition sequence")) {
sbin/fsck_udf/main.c
1340
} else if (ask(1, "Fixup missing anchors")) {
sbin/fsck_udf/main.c
1548
if (!ask(1, "Write out modifications"))
sbin/fsck_udf/main.c
1929
if (ask(0, "Repair")) {
sbin/fsck_udf/main.c
213
static int ask(int def, const char *fmt, ...);
sbin/fsck_udf/main.c
2329
if (ask(1, "Fix up bad primary metadata file descriptor")) {
sbin/fsck_udf/main.c
2338
if (ask(1, "Fix up bad mirror metadata file descriptor")) {
sbin/fsck_udf/main.c
2825
} else if (ask(1, "Fixup backup volume descriptor")) {
sbin/fsck_udf/main.c
2836
} else if (ask(1, "Fix up primary volume descriptor")) {
sbin/fsck_udf/main.c
2964
if (!ask(1, "Write out modifications"))
sbin/fsck_udf/main.c
3271
if (ask(0, "Directory could be fixed or cleared. "
sbin/fsck_udf/main.c
3932
if (ask(0, "Clear directory")) {
sbin/fsck_udf/main.c
4301
if ((!rdonly) && ask(0, "Write out modifications made until now"))
sbin/fsck_udf/main.c
4417
ask(int def, const char *fmt, ...)
sys/arch/mvme68k/stand/netboot/boot.c
53
int ask = 0, howto, part, sboot = 0;
sys/arch/mvme68k/stand/netboot/boot.c
67
if (ask) {
sys/arch/mvme68k/stand/netboot/boot.c
83
ask = 1;
sys/arch/mvmeppc/stand/boot/boot.c
117
if (ask) {
sys/arch/mvmeppc/stand/boot/boot.c
151
ask = 1;
sys/arch/mvmeppc/stand/boot/boot.c
92
int ask = 0, howto, part;
sys/fs/puffs/puffs_vfsops.c
77
.gop_alloc, should ask userspace
tests/lib/libpthread/h_resolv.c
114
ask[i]++;
tests/lib/libpthread/h_resolv.c
176
if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL)
tests/lib/libpthread/h_resolv.c
201
if (ask[i] != got[i] && got[i] != 0) {
tests/lib/libpthread/h_resolv.c
203
hosts->sl_str[i], ask[i], got[i]);
tests/lib/libpthread/h_resolv.c
211
free(ask);
tests/lib/libpthread/h_resolv.c
52
static int *ask = NULL;
usr.bin/lock/lock.c
311
const char *ask;
usr.bin/lock/lock.c
314
if (!skey_haskey(user) && (ask = skey_keyinfo(user))) {
usr.bin/lock/lock.c
315
(void)printf("\n[%s]\nResponse: ", ask);
usr.bin/login/login.c
140
int ask, ch, cnt, fflag, hflag, pflag, sflag, quietlog, rootlogin, rval;
usr.bin/login/login.c
255
ask = 0;
usr.bin/login/login.c
257
ask = 1;
usr.bin/login/login.c
319
for (cnt = 0;; ask = 1) {
usr.bin/login/login.c
324
if (ask) {
usr.bin/login/login_pam.c
105
int ask, ch, cnt, fflag, pflag, quietlog, rootlogin;
usr.bin/login/login_pam.c
195
ask = 0;
usr.bin/login/login_pam.c
197
ask = 1;
usr.bin/login/login_pam.c
237
for (cnt = 0;; ask = 1) {
usr.bin/login/login_pam.c
238
if (ask) {
usr.bin/mail/mime_detach.c
109
else if (detach_ctl.ask)
usr.bin/mail/mime_detach.c
132
if (detach_ctl.ask && fd == -1 && errno == EEXIST) {
usr.bin/mail/mime_detach.c
147
detach_ctl.ask = 0;
usr.bin/mail/mime_detach.c
156
detach_ctl.ask = 0;
usr.bin/mail/mime_detach.c
227
if (!detach_ctl.ask)
usr.bin/mail/mime_detach.c
63
int ask;
usr.bin/mail/mime_detach.c
72
detach_ctl.ask = detach_ctl.batch ? 0 : 1;
usr.bin/mail/mime_detach.c
84
detach_ctl.ask = 1;
usr.bin/msgs/msgs.c
142
void ask(const char *);
usr.bin/msgs/msgs.c
543
ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
usr.bin/msgs/msgs.c
619
ask(NOMORE);
usr.bin/msgs/msgs.c
771
ask (prompt);
usr.bin/msgs/msgs.c
803
ask(prompt);
usr.bin/msgs/msgs.c
820
ask(prompt);
usr.bin/patch/inp.c
371
ask("This file doesn't appear to be the "
usr.bin/patch/inp.c
422
ask("This file doesn't appear to be the %s "
usr.bin/patch/patch.c
293
ask("%seversed (or %spreviously applied) patch detected! %s -R? [y] ",
usr.bin/patch/patch.c
298
ask("Apply anyway? [n] ");
usr.bin/patch/pch.c
228
ask("File to patch: ");
usr.bin/patch/pch.c
235
ask("No file found--skip this patch? [n] ");
usr.bin/patch/util.h
41
void ask(const char *, ...) __printflike(1, 2);
usr.sbin/map-mbone/mapper.c
422
ask(neighbor);
usr.sbin/map-mbone/mapper.c
566
ask(neighbor);
usr.sbin/map-mbone/mapper.c
592
ask(node->addr);
usr.sbin/map-mbone/mapper.c
897
ask(target_addr ? target_addr : allhosts_group);
usr.sbin/map-mbone/mapper.c
92
void ask(u_int32_t dst);
usr.sbin/mrinfo/mrinfo.c
109
void ask(u_int32_t dst);
usr.sbin/mrinfo/mrinfo.c
468
ask(target_addr);