/src/usr.bin/patch/ |
util.h | 41 void ask(const char *, ...) __printflike(1, 2);
|
inp.c | 371 ask("This file doesn't appear to be the " 422 ask("This file doesn't appear to be the %s "
|
/src/usr.bin/mail/ |
mime_detach.c | 63 int ask; member in struct:__anond51030100108 72 detach_ctl.ask = detach_ctl.batch ? 0 : 1; 82 else if (strcasecmp(cp, "ask") == 0) { 84 detach_ctl.ask = 1; 109 else if (detach_ctl.ask) 132 if (detach_ctl.ask && fd == -1 && errno == EEXIST) { 147 detach_ctl.ask = 0; 156 detach_ctl.ask = 0; 227 if (!detach_ctl.ask)
|
/src/tests/lib/libpthread/ |
h_resolv.c | 52 static int *ask = NULL; variable in typeref:typename:int * 114 ask[i]++; 176 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL) 201 if (ask[i] != got[i] && got[i] != 0) { 202 warnx("Error: host %s ask %d got %d\n", 203 hosts->sl_str[i], ask[i], got[i]); 211 free(ask);
|
/src/sys/arch/mvme68k/stand/netboot/ |
boot.c | 53 int ask = 0, howto, part, sboot = 0; local in function:main 67 if (ask) { 83 ask = 1;
|
/src/sys/arch/mvmeppc/stand/boot/ |
boot.c | 92 int ask = 0, howto, part; local in function:main 117 if (ask) { 151 ask = 1;
|
/src/sbin/fsck_msdos/ |
fat.c | 70 if (ask(0, "Truncate")) { 185 if (ask(1, "Correct")) 264 if (ask(1, "fix")) { 272 if (ask(0, "use FAT 0's entry")) { 276 if (ask(0, "use FAT %u's entry", fatnum)) { 284 if (ask(0, "Use continuation from FAT %u", fatnum)) { 288 if (ask(0, "Use mark from FAT 0")) { 297 if (ask(0, "Use continuation from FAT 0")) { 301 if (ask(0, "Use mark from FAT %u", fatnum)) { 309 if (ask(0, "Use continuation from FAT 0")) [all...] |
ext.h | 52 int ask(int, const char *, ...) __attribute__((__format__(__printf__,2,3)));
|
dir.c | 266 if (ask(1, "Fix")) { 369 if (ask(0, "Remove")) { 409 if (ask(1, "Truncate")) { 421 if (ask(1, "Drop superfluous clusters")) { 526 if (ask(1, "Extend")) { 539 } else if (ask(0, "Truncate")) 693 if (ask(1, "Drop allocated clusters")) { 735 if (ask(0, "Remove")) { 742 if (ask(1, "Truncate")) { 766 if (ask(1, "Correct")) [all...] |
check.c | 140 if (ask(1, "Update FATs")) { 160 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
|
main.c | 147 ask(int def, const char *fmt, ...) function in typeref:typename:int
|
/src/games/gomoku/ |
main.c | 112 ask("Save file name? "); 189 ask("(B)lack or (W)hite? "); 204 ask("Please choose (B)lack or (W)hite: "); 230 ask("Select move, (S)ave or (Q)uit."); 306 ask("Thinking..."); 387 ask("Play again? "); 490 ask("debug command: "); 504 ask("");
|
gomoku.h | 278 void ask(const char *);
|
bdisp.c | 258 ask(const char *str) function in typeref:typename:void 349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
|
/src/usr.bin/lock/ |
lock.c | 311 const char *ask; local in function:skey_auth 314 if (!skey_haskey(user) && (ask = skey_keyinfo(user))) { 315 (void)printf("\n[%s]\nResponse: ", ask);
|
/src/usr.bin/login/ |
login_pam.c | 105 int ask, ch, cnt, fflag, pflag, quietlog, rootlogin; local in function:main 195 ask = 0; 197 ask = 1; 237 for (cnt = 0;; ask = 1) { 238 if (ask) {
|
login.c | 140 int ask, ch, cnt, fflag, hflag, pflag, sflag, quietlog, rootlogin, rval; local in function:main 255 ask = 0; 257 ask = 1; 319 for (cnt = 0;; ask = 1) { 324 if (ask) {
|
/src/usr.bin/msgs/ |
msgs.c | 142 void ask(const char *); 540 * Ask user for command 543 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); 619 ask(NOMORE); 738 ask(const char *prompt) function in typeref:typename:void 771 ask (prompt); 803 ask(prompt); 820 ask(prompt);
|
/src/bin/mv/ |
mv.c | 186 int ask = 1; local in function:do_move 206 ask = 0; 207 if (ask) {
|
/src/sys/arch/vax/boot/common/ |
srt0.S | 77 movl $3,%r11 # ask boot (COMPAT)
|
/src/sys/arch/i386/stand/lib/ |
bios_disk.S | 158 movb $0x08, %ah # ask for disk info 211 movb $0x41, %ah # ask for disk info
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ |
sun20i-d1-dongshan-nezha-stu.dts | 14 compatible = "100ask,dongshan-nezha-stu", "allwinner,sun20i-d1";
|
/src/usr.sbin/mrinfo/ |
mrinfo.c | 97 #define DEFAULT_RETRIES 3 /* How many times to ask each router */ 109 void ask(u_int32_t dst); 179 ask(u_int32_t dst) function in typeref:typename:void 419 * to 'ask', since it's not very likely that we are going to 420 * find someone who only responds to 'ask' these days 468 ask(target_addr);
|
/src/usr.sbin/map-mbone/ |
mapper.c | 48 #define DEFAULT_RETRIES 1 /* How many times to ask each router */ 92 void ask(u_int32_t dst); 204 void ask(u_int32_t dst) function in typeref:typename:void 285 /* if node is running a recent mrouted, ask for additional info */ 422 ask(neighbor); 566 ask(neighbor); 592 ask(node->addr); 897 ask(target_addr ? target_addr : allhosts_group);
|
/src/sbin/fsck_udf/ |
main.c | 213 static int ask(int def, const char *fmt, ...); 1193 } else if (ask(0, "fix ISO 9660 volume recognition sequence")) { 1340 } else if (ask(1, "Fixup missing anchors")) { 1548 if (!ask(1, "Write out modifications")) 1929 if (ask(0, "Repair")) { 2329 if (ask(1, "Fix up bad primary metadata file descriptor")) { 2338 if (ask(1, "Fix up bad mirror metadata file descriptor")) { 2826 } else if (ask(1, "Fixup backup volume descriptor")) { 2837 } else if (ask(1, "Fix up primary volume descriptor")) { 2965 if (!ask(1, "Write out modifications") 4418 ask(int def, const char *fmt, ...) function in typeref:typename:int __printflike (2,3) [all...] |