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

/freebsd-12-stable/usr.bin/patch/
H A Dutil.h40 void ask(const char *, ...)
H A Dinp.c268 ask("This file doesn't appear to be the "
332 ask("This file doesn't appear to be the %s "
H A Dpatch.c335 ask("%seversed (or previously applied) patch detected! %s -R? [y] ",
339 ask("Apply anyway? [n] ");
1189 ask("Patch creates file that already exists! %s -R? [y] ",
1193 ask("Apply anyway? [n]");
H A Dutil.c270 ask(const char *fmt, ...) function
H A Dpch.c217 ask("File to patch: ");
230 ask("No file found--skip this patch? [%c] ",
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c52 static int *ask = NULL; variable
114 ask[i]++;
174 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL)
197 if (ask[i] != got[i] && got[i] != 0) {
198 warnx("Error: host %s ask %d got %d\n",
199 hosts->sl_str[i], ask[i], got[i]);
204 free(ask);
/freebsd-12-stable/lib/libc/tests/resolv/
H A Dresolv_test.c60 static int *ask = NULL; variable
206 ask[i]++;
269 ask = calloc(hosts->sl_cur, sizeof(int));
270 ATF_REQUIRE(ask != NULL);
292 if (ask[i] != got[i] && got[i] != 0) {
293 printf("Error: host %s ask %d got %d\n",
294 hosts->sl_str[i], ask[i], got[i]);
299 free(ask);
/freebsd-12-stable/contrib/unbound/ipsecmod/
H A Dipsecmod.c147 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);
155 if(!(*qstate->env->attach_sub)(qstate, &ask,
/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dcheck.c126 if (ask(1, "Update FATs")) {
165 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
H A Dext.h54 int ask(int, const char *, ...) __printflike(2, 3);
H A Dmain.c131 ask(int def, const char *fmt, ...) function
H A Ddir.c366 if (ask(0, "Remove")) {
427 if (ask(1, "Truncate")) {
439 if (ask(1, "Drop superfluous clusters")) {
626 if (ask(1, "Extend")) {
639 } else if (ask(0, "Truncate"))
850 if (ask(0, "Remove")) {
857 if (ask(1, "Truncate")) {
879 if (ask(1, "Correct")) {
893 if (ask(1, "Correct")) {
912 if (ask(
[all...]
H A Dfat.c151 * can not ask the kernel to manage the access, use a simple LRU
911 if (ask(1, "Correct")) {
989 if (ask(0, "Truncate")) {
999 if (ask(0, "Truncate")) {
1111 if (ask(0, "%s", op)) {
1287 if (ret == FSERROR && ask(0, "Clear")) {
1304 if (ask(1, "Fix")) {
1315 if (ask(1, "Fix"))
H A Dboot.c219 if (ask(0, "Fix")) {
/freebsd-12-stable/bin/mv/
H A Dmv.c179 int ask, ch, first; local
183 * Check access. If interactive and file exists, ask user if it
196 ask = 0;
203 ask = 1;
210 ask = 1;
212 if (ask) {
/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dlogin.c573 int ask = 1; local
622 ask = 0;
650 if(ask){
683 ask = 1;
693 ask = 1;
699 ask = 1;
/freebsd-12-stable/usr.bin/msgs/
H A Dmsgs.c152 static void ask(const char *);
536 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
618 ask(NOMORE);
742 ask(const char *prompt) function
775 ask (prompt);
806 ask(prompt);
824 ask(prompt);
/freebsd-12-stable/usr.bin/login/
H A Dlogin.c166 int ask, ch, cnt, quietlog, rootlogin, rval; local
238 ask = 0;
240 ask = 1;
278 for (cnt = 0;; ask = 1) {
279 if (ask) {
/freebsd-12-stable/release/picobsd/tinyware/login/
H A Dpico-login.c157 int ask, ch, cnt, fflag, hflag, pflag, quietlog, rootlogin, rval; local
262 ask = 0;
264 ask = 1;
294 for (cnt = 0;; ask = 1) {
295 if (ask) {
/freebsd-12-stable/contrib/unbound/validator/
H A Dvalidator.c384 struct query_info ask; local
386 ask.qname = name;
387 ask.qname_len = namelen;
388 ask.qtype = qtype;
389 ask.qclass = qclass;
390 ask.local_alias = NULL;
391 log_query_info(VERB_ALGO, "generate request", &ask);
397 if((*qstate->env->detect_cycle)(qstate, &ask,
407 if(!(*qstate->env->add_sub)(qstate, &ask,
416 if(!(*qstate->env->attach_sub)(qstate, &ask,
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read.c195 int64_t get, ask = request; local
196 if (ask > skip_limit)
197 ask = skip_limit;
199 (&self->archive->archive, self->data, ask);
1286 * * "I want to output a large block of data." As above, ask for 1 byte,
1307 * Note: If you just want "some data", ask for 1 byte and pay attention
1309 * know exactly how many bytes you need, just ask for that and treat
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c151 int ask = sizeof(buf) - 1 - (s - buf); local
152 int got = read(0, s, ask);

Completed in 364 milliseconds