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

12

/freebsd-current/usr.bin/patch/
H A Dutil.h39 void ask(const char *, ...)
H A Dinp.c267 ask("This file doesn't appear to be the "
328 ask("This file doesn't appear to be the %s "
H A Dutil.c269 ask(const char *fmt, ...) function
H A Dpatch.c334 ask("%seversed (or previously applied) patch detected! %s -R? [y] ",
338 ask("Apply anyway? [n] ");
1194 ask("Patch creates file that already exists! %s -R? [y] ",
1198 ask("Apply anyway? [n]");
H A Dpch.c216 ask("File to patch: ");
229 ask("No file found--skip this patch? [%c] ",
/freebsd-current/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-current/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock24 systemd-ask-password "Encrypted ZFS password for ${zfs_fs_name}:" | \
/freebsd-current/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in22 if command -v systemd-ask-password > /dev/null; then
23 copy_exec "$(command -v systemd-ask-password)"
/freebsd-current/lib/libc/tests/resolv/
H A Dresolv_test.c60 static _Atomic(int) *ask = NULL;
199 atomic_fetch_add_explicit(&ask[i], 1, memory_order_relaxed);
268 ask = calloc(hosts->sl_cur, sizeof(int));
269 ATF_REQUIRE(ask != NULL);
292 ATF_CHECK_EQ_MSG(ask[i], got[i],
293 "Error: host %s ask %d got %d", hosts->sl_str[i],
294 ask[i], got[i]);
295 c += ask[i] != got[i];
299 free(ask);
/freebsd-current/sbin/fsck_msdosfs/
H A Dcheck.c124 if (ask(1, "Update FATs")) {
163 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0)
H A Dext.h53 int ask(int, const char *, ...) __printflike(2, 3);
H A Dmain.c129 ask(int def, const char *fmt, ...) function
H A Ddir.c364 if (ask(0, "Remove")) {
404 if (ask(1, "Truncate")) {
438 if (ask(1, "Truncate")) {
450 if (ask(1, "Drop superfluous clusters")) {
637 if (ask(1, "Extend")) {
650 } else if (ask(0, "Truncate"))
861 if (ask(0, "Remove")) {
868 if (ask(1, "Truncate")) {
890 if (ask(1, "Correct")) {
904 if (ask(
[all...]
H A Dfat.c149 * can not ask the kernel to manage the access, use a simple LRU
909 if (ask(1, "Correct")) {
987 if (ask(0, "Truncate")) {
997 if (ask(0, "Truncate")) {
1109 if (ask(0, "%s", op)) {
1285 if (ret == FSERROR && ask(0, "Clear")) {
1302 if (ask(1, "Fix")) {
1313 if (ask(1, "Fix"))
H A Dboot.c217 if (ask(0, "Fix")) {
/freebsd-current/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-load-key.sh.in37 systemd-ask-password --timeout=0 --no-tty "Encrypted ZFS password for ${dataset}" | zfs load-key "${ENCRYPTIONROOT}" && break
H A Dmount-zfs.sh.in25 # Wraps around plymouth ask-for-password and adds fallback to tty password ask
37 plymouth ask-for-password \
/freebsd-current/bin/mv/
H A Dmv.c165 int ask, ch, first; local
169 * Check access. If interactive and file exists, ask user if it
182 ask = 0;
189 ask = 1;
196 ask = 1;
198 if (ask) {
/freebsd-current/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);
159 if((*qstate->env->detect_cycle)(qstate, &ask,
166 if(!(*qstate->env->attach_sub)(qstate, &ask,
/freebsd-current/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-current/usr.bin/msgs/
H A Dmsgs.c134 static void ask(const char *);
518 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
600 ask(NOMORE);
724 ask(const char *prompt) function
757 ask (prompt);
788 ask(prompt);
806 ask(prompt);
/freebsd-current/usr.bin/login/
H A Dlogin.c160 int ask, ch, cnt, quietlog, rootlogin, rval; local
232 ask = 0;
234 ask = 1;
272 for (cnt = 0;; ask = 1) {
273 if (ask) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc280 // We ask for less threads than there are hardware threads per CPU socket, no
/freebsd-current/contrib/unbound/validator/
H A Dvalidator.c431 struct query_info ask; local
433 ask.qname = name;
434 ask.qname_len = namelen;
435 ask.qtype = qtype;
436 ask.qclass = qclass;
437 ask.local_alias = NULL;
438 log_query_info(VERB_ALGO, "generate request", &ask);
444 if((*qstate->env->detect_cycle)(qstate, &ask,
454 if(!(*qstate->env->add_sub)(qstate, &ask,
463 if(!(*qstate->env->attach_sub)(qstate, &ask,
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read.c185 int64_t get, ask = request; local
186 if (ask > skip_limit)
187 ask = skip_limit;
189 (&self->archive->archive, self->data, ask);
1289 * * "I want to output a large block of data." As above, ask for 1 byte,
1310 * Note: If you just want "some data", ask for 1 byte and pay attention
1312 * know exactly how many bytes you need, just ask for that and treat

Completed in 275 milliseconds

12