| /src/usr.bin/patch/ |
| util.h | 41 void ask(const char *, ...) __printflike(1, 2);
|
| /src/usr.bin/mail/ |
| mime_detach.c | 63 int ask; member in struct:__anon8280 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 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 67 if (ask) { 83 ask = 1;
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sigmastar/ |
| Makefile | 4 mstar-infinity2m-ssd202d-100ask-dongshanpione.dtb \
|
| /src/external/gpl3/gcc/dist/contrib/ |
| gcc-git-customization.sh | 6 ask () { function 66 ask "Your name" "${new_user}" new_user 80 ask "Your email address (for git commits)" "${new_email}" new_email 102 ask "Local name for upstream repository" "origin" upstream 130 ask "Account name on gcc.gnu.org (for your personal branches area)" "$remote_id" remote_id 141 ask "personal area on the gcc server)" $old_pfx new_pfx 145 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| gcc-git-customization.sh | 6 ask () { function 57 ask "Your name" "${new_user}" new_user 71 ask "Your email address (for git commits)" "${new_email}" new_email 93 ask "Local name for upstream repository" "origin" upstream 121 ask "Account name on gcc.gnu.org (for your personal branches area)" "$remote_id" remote_id 132 ask "personal area on the gcc server)" $old_pfx new_pfx 136 ask "Install prepare-commit-msg git hook for 'git commit-mklog' alias" yes dohook
|
| /src/sys/arch/mvmeppc/stand/boot/ |
| boot.c | 92 int ask = 0, howto, part; local 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
|
| /src/external/bsd/unbound/dist/ipsecmod/ |
| ipsecmod.c | 147 struct query_info ask; local 148 ask.qname = name; 149 ask.qname_len = namelen; 150 ask.qtype = qtype; 151 ask.qclass = qclass; 152 ask.local_alias = NULL; 153 log_query_info(VERB_ALGO, "ipsecmod: generate request", &ask); 159 if((*qstate->env->detect_cycle)(qstate, &ask, 166 if(!(*qstate->env->attach_sub)(qstate, &ask,
|
| /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 *);
|
| /src/usr.bin/lock/ |
| lock.c | 311 const char *ask; local 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 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 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 771 ask (prompt); 803 ask(prompt); 820 ask(prompt);
|
| /src/bin/mv/ |
| mv.c | 186 int ask = 1; local 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/external/ibm-public/postfix/dist/src/util/ |
| ctable.c | 258 * Proof-of-concept test program. Read keys from stdin, ask for values not 269 static void *ask(const char *key, void *context) function 273 vstream_printf("ask: %s = ", key); 299 cache = ctable_create(1, ask, drop, (void *) data_buf);
|
| /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 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);
|