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

  /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/sbin/fsck_msdos/
main.c 147 ask(int def, const char *fmt, ...) function in typeref:typename:int
  /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/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/bin/mv/
mv.c 186 int ask = 1; local in function:do_move
206 ask = 0;
207 if (ask) {
  /src/games/gomoku/
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/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/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.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) {
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) {
  /src/usr.bin/patch/
util.c 259 ask(const char *fmt, ...) function in typeref:typename:void
  /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.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/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...]

Completed in 110 milliseconds