HomeSort by: relevance | last modified time | path
    Searched refs:question (Results 1 - 19 of 19) sorted by relevancy

  /src/sbin/fsck_lfs/
utilities.c 85 reply(const char *question)
94 persevere = !strcmp(question, "CONTINUE");
97 printf("%s? no\n\n", question);
101 printf("%s? yes\n\n", question);
105 printf("%s? [yn] ", question);
  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 254 cond ? (question) : (5);
300 cond ? (question) : (5);
edge_cases.c 55 Whether to break or not to break, that is the question;
  /src/games/quiz/
quiz.c 230 char *answer, *t, question[LINE_SZ]; local in function:quiz
265 (void)strcpy(question, t);
277 (void)printf("%s?\n", question);
  /src/sbin/fsck_ext2fs/
utilities.c 110 reply(const char *question)
117 persevere = !strcmp(question, "CONTINUE");
120 printf("%s? no\n\n", question);
124 printf("%s? yes\n\n", question);
128 printf("%s? [yn] ", question);
  /src/sbin/dump/
optr.c 87 query(const char *question)
98 attnmessage = question;
116 " DUMP: %s: (\"yes\" or \"no\") ", question);
  /src/usr.bin/make/unit-tests/
varmod-subst.exp 32 1 two 3 question mark
directive-for-empty.mk 57 # is out of the question.
varmod-subst.mk 225 @echo ${:U1 2 3:S?2?two?:Q} question mark
  /src/sbin/restore/
utilities.c 371 reply(const char *question)
376 fprintf(stderr, "%s? [yn] ", question);
  /src/sbin/fsck_ffs/
utilities.c 91 reply(const char *question)
98 persevere = !strcmp(question, "CONTINUE");
101 printf("%s? no\n\n", question);
106 printf("%s? yes\n\n", question);
110 printf("%s? [yn] ", question);
  /src/sys/arch/hp300/stand/inst/
inst.c 503 opendisk(char *question, char *diskname, int len, char partition, int *fdp)
509 printf("%s ", question);
  /src/sys/kern/
kern_timeout.c 905 static char question[] = "?"; local in function:db_show_callout_bucket
916 name = name ? name : question;
  /src/usr.bin/m4/TEST/
test.m4 231 A final question you might ask is what happens when the number of tourists
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 430 # To be used (-> true) ONLY if the pkg in question is known to be installed
  /src/sys/arch/mips/mips/
locore_mips1.S 1275 tlbp # probe the entry in question
mipsX_subr.S 2292 tlbp # probe the entry in question
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 7916 # the question now is whether the exponents sign bit is allowed to be non-zero
fpsp.s 21014 # the question now is whether the exponents sign bit is allowed to be non-zero

Completed in 52 milliseconds