HomeSort by: relevance | last modified time | path
    Searched defs:ask (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/mvme68k/stand/netboot/
boot.c 53 int ask = 0, howto, part, sboot = 0; local
67 if (ask) {
83 ask = 1;
boot.c 53 int ask = 0, howto, part, sboot = 0; local
67 if (ask) {
83 ask = 1;
  /src/sbin/fsck_msdos/
main.c 147 ask(int def, const char *fmt, ...) function
main.c 147 ask(int def, const char *fmt, ...) function
  /src/sys/arch/mvmeppc/stand/boot/
boot.c 92 int ask = 0, howto, part; local
117 if (ask) {
151 ask = 1;
boot.c 92 int ask = 0, howto, part; local
117 if (ask) {
151 ask = 1;
  /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)
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/bin/mv/
mv.c 186 int ask = 1; local
206 ask = 0;
207 if (ask) {
mv.c 186 int ask = 1; local
206 ask = 0;
207 if (ask) {
  /src/games/gomoku/
bdisp.c 258 ask(const char *str) function
349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
bdisp.c 258 ask(const char *str) function
349 * Ask the user for the coordinate of a move, or return RESIGN or SAVE.
  /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);
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/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);
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.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) {
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) {
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) {
  /src/usr.bin/patch/
util.c 259 ask(const char *fmt, ...) function
util.c 259 ask(const char *fmt, ...) function
  /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);
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);
  /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);

Completed in 48 milliseconds

1 2