Symbol: ask
bin/mv/mv.c
164
int ask, ch, first;
bin/mv/mv.c
179
ask = 0;
bin/mv/mv.c
186
ask = 1;
bin/mv/mv.c
193
ask = 1;
bin/mv/mv.c
195
if (ask) {
crypto/heimdal/appl/login/login.c
573
int ask = 1;
crypto/heimdal/appl/login/login.c
622
ask = 0;
crypto/heimdal/appl/login/login.c
650
if(ask){
crypto/heimdal/appl/login/login.c
683
ask = 1;
crypto/heimdal/appl/login/login.c
693
ask = 1;
crypto/heimdal/appl/login/login.c
699
ask = 1;
lib/libc/tests/resolv/resolv_test.c
199
atomic_fetch_add_explicit(&ask[i], 1, memory_order_relaxed);
lib/libc/tests/resolv/resolv_test.c
268
ask = calloc(hosts->sl_cur, sizeof(int));
lib/libc/tests/resolv/resolv_test.c
269
ATF_REQUIRE(ask != NULL);
lib/libc/tests/resolv/resolv_test.c
292
ATF_CHECK_EQ_MSG(ask[i], got[i],
lib/libc/tests/resolv/resolv_test.c
294
ask[i], got[i]);
lib/libc/tests/resolv/resolv_test.c
295
c += ask[i] != got[i];
lib/libc/tests/resolv/resolv_test.c
299
free(ask);
lib/libc/tests/resolv/resolv_test.c
60
static _Atomic(int) *ask = NULL;
sbin/fsck_msdosfs/boot.c
217
if (ask(0, "Fix")) {
sbin/fsck_msdosfs/check.c
124
if (ask(1, "Update FATs")) {
sbin/fsck_msdosfs/check.c
163
if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
sbin/fsck_msdosfs/dir.c
1095
if (!ask(1, "Reconnect"))
sbin/fsck_msdosfs/dir.c
364
if (ask(0, "Remove")) {
sbin/fsck_msdosfs/dir.c
404
if (ask(1, "Truncate")) {
sbin/fsck_msdosfs/dir.c
438
if (ask(1, "Truncate")) {
sbin/fsck_msdosfs/dir.c
450
if (ask(1, "Drop superfluous clusters")) {
sbin/fsck_msdosfs/dir.c
637
if (ask(1, "Extend")) {
sbin/fsck_msdosfs/dir.c
650
} else if (ask(0, "Truncate"))
sbin/fsck_msdosfs/dir.c
861
if (ask(0, "Remove")) {
sbin/fsck_msdosfs/dir.c
868
if (ask(1, "Truncate")) {
sbin/fsck_msdosfs/dir.c
890
if (ask(1, "Correct")) {
sbin/fsck_msdosfs/dir.c
904
if (ask(1, "Correct")) {
sbin/fsck_msdosfs/dir.c
923
if (ask(1, "Correct")) {
sbin/fsck_msdosfs/dir.c
935
if (ask(1, "Correct")) {
sbin/fsck_msdosfs/dir.c
957
if (ask(1, "Remove")) {
sbin/fsck_msdosfs/dir.c
972
if (ask(1, "Remove")) {
sbin/fsck_msdosfs/ext.h
53
int ask(int, const char *, ...) __printflike(2, 3);
sbin/fsck_msdosfs/fat.c
1109
if (ask(0, "%s", op)) {
sbin/fsck_msdosfs/fat.c
1285
if (ret == FSERROR && ask(0, "Clear")) {
sbin/fsck_msdosfs/fat.c
1302
if (ask(1, "Fix")) {
sbin/fsck_msdosfs/fat.c
1313
if (ask(1, "Fix"))
sbin/fsck_msdosfs/fat.c
909
if (ask(1, "Correct")) {
sbin/fsck_msdosfs/fat.c
987
if (ask(0, "Truncate")) {
sbin/fsck_msdosfs/fat.c
997
if (ask(0, "Truncate")) {
usr.bin/login/login.c
160
int ask, ch, cnt, quietlog, rootlogin, rval;
usr.bin/login/login.c
232
ask = 0;
usr.bin/login/login.c
234
ask = 1;
usr.bin/login/login.c
272
for (cnt = 0;; ask = 1) {
usr.bin/login/login.c
273
if (ask) {
usr.bin/msgs/msgs.c
134
static void ask(const char *);
usr.bin/msgs/msgs.c
518
ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
usr.bin/msgs/msgs.c
600
ask(NOMORE);
usr.bin/msgs/msgs.c
757
ask (prompt);
usr.bin/msgs/msgs.c
788
ask(prompt);
usr.bin/msgs/msgs.c
806
ask(prompt);
usr.bin/patch/inp.c
267
ask("This file doesn't appear to be the "
usr.bin/patch/inp.c
328
ask("This file doesn't appear to be the %s "
usr.bin/patch/patch.c
1194
ask("Patch creates file that already exists! %s -R? [y] ",
usr.bin/patch/patch.c
1198
ask("Apply anyway? [n]");
usr.bin/patch/patch.c
334
ask("%seversed (or previously applied) patch detected! %s -R? [y] ",
usr.bin/patch/patch.c
338
ask("Apply anyway? [n] ");
usr.bin/patch/pch.c
216
ask("File to patch: ");
usr.bin/patch/pch.c
229
ask("No file found--skip this patch? [%c] ",
usr.bin/patch/util.h
39
void ask(const char *, ...)