Symbol: question
crypto/krb5/src/include/krb5/clpreauth_plugin.h
134
const char *question,
crypto/krb5/src/include/krb5/clpreauth_plugin.h
141
const char *question);
crypto/krb5/src/lib/krb5/krb/int-proto.h
262
k5_response_items_ask_question(k5_response_items *ri, const char *question,
crypto/krb5/src/lib/krb5/krb/int-proto.h
267
const char *question);
crypto/krb5/src/lib/krb5/krb/int-proto.h
270
k5_response_items_set_answer(k5_response_items *ri, const char *question,
crypto/krb5/src/lib/krb5/krb/int-proto.h
275
const char *question);
crypto/krb5/src/lib/krb5/krb/preauth2.c
480
const char *question, const char *challenge)
crypto/krb5/src/lib/krb5/krb/preauth2.c
485
if (strcmp(KRB5_RESPONDER_QUESTION_PASSWORD, question) == 0)
crypto/krb5/src/lib/krb5/krb/preauth2.c
487
return k5_response_items_ask_question(ctx->rctx.items, question,
crypto/krb5/src/lib/krb5/krb/preauth2.c
493
const char *question)
crypto/krb5/src/lib/krb5/krb/preauth2.c
498
if (strcmp(KRB5_RESPONDER_QUESTION_PASSWORD, question) == 0)
crypto/krb5/src/lib/krb5/krb/preauth2.c
500
return k5_response_items_get_answer(ctx->rctx.items, question);
crypto/krb5/src/lib/krb5/krb/preauth2.c
606
const char *question)
crypto/krb5/src/lib/krb5/krb/preauth2.c
611
return k5_response_items_get_challenge(rctx->items, question);
crypto/krb5/src/lib/krb5/krb/preauth2.c
616
const char *question, const char *answer)
crypto/krb5/src/lib/krb5/krb/preauth2.c
621
return k5_response_items_set_answer(rctx->items, question, answer);
crypto/krb5/src/lib/krb5/krb/response_items.c
100
if (strcmp(ri->questions[i], question) == 0)
crypto/krb5/src/lib/krb5/krb/response_items.c
108
push_question(k5_response_items *ri, const char *question,
crypto/krb5/src/lib/krb5/krb/response_items.c
139
ri->questions[ri->count] = strdup(question);
crypto/krb5/src/lib/krb5/krb/response_items.c
157
k5_response_items_ask_question(k5_response_items *ri, const char *question,
crypto/krb5/src/lib/krb5/krb/response_items.c
163
i = find_question(ri, question);
crypto/krb5/src/lib/krb5/krb/response_items.c
165
return push_question(ri, question, challenge);
crypto/krb5/src/lib/krb5/krb/response_items.c
180
const char *question)
crypto/krb5/src/lib/krb5/krb/response_items.c
184
i = find_question(ri, question);
crypto/krb5/src/lib/krb5/krb/response_items.c
192
k5_response_items_set_answer(k5_response_items *ri, const char *question,
crypto/krb5/src/lib/krb5/krb/response_items.c
198
i = find_question(ri, question);
crypto/krb5/src/lib/krb5/krb/response_items.c
215
const char *question)
crypto/krb5/src/lib/krb5/krb/response_items.c
219
i = find_question(ri, question);
crypto/krb5/src/lib/krb5/krb/response_items.c
92
find_question(const k5_response_items *ri, const char *question)
sbin/dump/dump.h
95
int query(const char *question);
sbin/dump/optr.c
71
query(const char *question)
sbin/dump/optr.c
79
attnmessage = question;
sbin/dump/optr.c
97
" DUMP: %s: (\"yes\" or \"no\") ", question);
sbin/fsck_ffs/fsck.h
537
int reply(const char *question);
sbin/fsck_ffs/fsutil.c
117
reply(const char *question)
sbin/fsck_ffs/fsutil.c
124
persevere = strcmp(question, "CONTINUE") == 0 ||
sbin/fsck_ffs/fsutil.c
125
strcmp(question, "LOOK FOR ALTERNATE SUPERBLOCKS") == 0;
sbin/fsck_ffs/fsutil.c
128
printf("%s? no\n\n", question);
sbin/fsck_ffs/fsutil.c
133
printf("%s? yes\n\n", question);
sbin/fsck_ffs/fsutil.c
137
printf("%s? [yn] ", question);
sbin/fsdb/fsdb.h
35
extern int reply(const char *question);
sbin/restore/utilities.c
380
reply(char *question)
sbin/restore/utilities.c
385
fprintf(stderr, "%s? [yn] ", question);
usr.bin/indent/indent.c
698
case question: /* got a ? */
usr.bin/indent/lexi.c
420
code = question;