Searched refs:ask (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A Dradio3.c45 ask(dialogMenuItem *self, int is_selected) function
51 str = "You'd better ask both your parents first! ";
53 str = "You'd better at least ask your Dad! ";
69 { "1000", "Spend $1,000", check, spend, ask, (void *)1000 },
70 { "500", "Spend $500", check, spend, ask, (void *)500 },
71 { "100", "Spend $100", check, spend, ask, (void *)100 },
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.h17 #define ask1 ask
18 #define ask2 ask
19 #define ask3 ask
20 #define ask4 ask
38 #define ask1(a) ask(a, 0, 0, 0)
39 #define ask2(a,b) ask(a, (b)==(b), 0, 0)
40 #define ask3(a,b,c) ask(a, (b)==(b), (c)==(c), 0)
41 #define ask4(a,b,c,d) ask(a, (b)==(b), (c)==(c), (d)==(d))
57 #define ask1(a) ask(a, Nullch, Nullch, Nullch)
58 #define ask2(a,b) ask(
[all...]
H A Dutil.c198 ask(pat) char *pat; { ; } function
247 ask(pat,arg1,arg2,arg3) function
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dext.h51 int ask(int, const char *, ...) __printflike(2, 3);
H A Dfat.c150 if (ask(0, "Truncate")) {
264 if (ask(1, "Correct"))
343 if (ask(1, "Fix")) {
351 if (ask(0, "Use FAT 0's entry")) {
355 if (ask(0, "Use FAT %u's entry", fatnum)) {
363 if (ask(0, "Use continuation from FAT %u", fatnum)) {
367 if (ask(0, "Use mark from FAT 0")) {
376 if (ask(0, "Use continuation from FAT 0")) {
380 if (ask(0, "Use mark from FAT %d", fatnum)) {
388 if (ask(
[all...]
H A Dmain.c124 ask(int def, const char *fmt, ...) function
H A Ddir.c264 if (ask(1, "Fix")) {
367 if (ask(0, "Remove")) {
407 if (ask(1, "Truncate")) {
419 if (ask(1, "Drop superfluous clusters")) {
504 if (ask(1, "Extend")) {
516 } else if (ask(0, "Truncate"))
687 if (ask(1, "Drop allocated clusters")) {
729 if (ask(0, "Remove")) {
736 if (ask(1, "Truncate")) {
760 if (ask(
[all...]
H A Dcheck.c146 if (ask(1, "Update FATs")) {
166 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
H A Dboot.c120 if (ask(0, "Fix")) {
/freebsd-9.3-release/tools/regression/lib/libc/resolv/
H A Dresolv.c60 static int *ask = NULL; variable
219 ask[i]++;
289 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL)
312 if (ask[i] != got[i] && got[i] != 0) {
313 warnx("Error: host %s ask %d got %d\n",
314 hosts->sl_str[i], ask[i], got[i]);
319 free(ask);
/freebsd-9.3-release/bin/mv/
H A Dmv.c177 int ask, ch, first; local
181 * Check access. If interactive and file exists, ask user if it
194 ask = 0;
201 ask = 1;
208 ask = 1;
210 if (ask) {
/freebsd-9.3-release/usr.bin/msgs/
H A Dmsgs.c150 static void ask(const char *);
534 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
616 ask(NOMORE);
740 ask(const char *prompt) function
773 ask (prompt);
804 ask(prompt);
821 ask(prompt);
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c727 int ask = 1; local
776 ask = 0;
804 if(ask){
837 ask = 1;
847 ask = 1;
853 ask = 1;
/freebsd-9.3-release/contrib/dialog/samples/copifuncs/
H A Dcommon.funcs145 ask = OFF
177 # Should elm always ask the user to confirm before it appends
183 # Should elm always ask the user to confirm before it creates
189 # Should elm ask for confirmation before it appends a message
196 # Should elm ask for confirmation before it creates a new folder
/freebsd-9.3-release/usr.bin/login/
H A Dlogin.c165 int ask, ch, cnt, quietlog, rootlogin, rval; local
237 ask = 0;
239 ask = 1;
277 for (cnt = 0;; ask = 1) {
278 if (ask) {
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read.c255 int64_t ask, get, total; local
264 ask = request;
265 if (ask > skip_limit)
266 ask = skip_limit;
268 self->data, ask);
903 * * "I want to output a large block of data." As above, ask for 1 byte,
930 * Note: If you just want "some data", ask for 1 byte and pay attention
932 * know exactly how many bytes you need, just ask for that and treat
/freebsd-9.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c156 int ask, ch, cnt, fflag, hflag, pflag, quietlog, rootlogin, rval; local
261 ask = 0;
263 ask = 1;
293 for (cnt = 0;; ask = 1) {
294 if (ask) {
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks116 o FORCE_SHORT_INQUIRY - Don't ask for full inquiry data (256
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c138 int ask = sizeof(buf) - 1 - (s - buf); local
139 int got = read(0, s, ask);

Completed in 222 milliseconds