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

1 2

  /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;
boot.c 53 int ask = 0, howto, part, sboot = 0; local in function:main
67 if (ask) {
83 ask = 1;
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
main.c 147 ask(int def, const char *fmt, ...) function in typeref:typename:int
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;
boot.c 92 int ask = 0, howto, part; local in function:main
117 if (ask) {
151 ask = 1;
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)
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)
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) {
mv.c 186 int ask = 1; local in function:do_move
206 ask = 0;
207 if (ask) {
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.
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.
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);
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);
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);
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);
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) {

Completed in 462 milliseconds

1 2