Home
last modified time | relevance | path

Searched refs:ask (Results 1 – 25 of 142) sorted by relevance

123456

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c52 static int *ask = NULL; variable
114 ask[i]++; in resolvone()
174 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL) in main()
197 if (ask[i] != got[i] && got[i] != 0) { in main()
199 hosts->sl_str[i], ask[i], got[i]); in main()
204 free(ask); in main()
/freebsd/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); in resolvone()
268 ask = calloc(hosts->sl_cur, sizeof(int)); in run_tests()
269 ATF_REQUIRE(ask != NULL); in run_tests()
292 ATF_CHECK_EQ_MSG(ask[i], got[i], in run_tests()
294 ask[i], got[i]); in run_tests()
295 c += ask[i] != got[i]; in run_tests()
299 free(ask); in run_tests()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c147 struct query_info ask; in generate_request() local
148 ask.qname = name; in generate_request()
149 ask.qname_len = namelen; in generate_request()
150 ask.qtype = qtype; in generate_request()
151 ask.qclass = qclass; in generate_request()
152 ask.local_alias = NULL; in generate_request()
153 log_query_info(VERB_ALGO, "ipsecmod: generate request", &ask); in generate_request()
159 if((*qstate->env->detect_cycle)(qstate, &ask, in generate_request()
166 if(!(*qstate->env->attach_sub)(qstate, &ask, in generate_request()
/freebsd/sbin/fsck_msdosfs/
H A Ddir.c364 if (ask(0, "Remove")) { in removede()
404 if (ask(1, "Truncate")) { in checksize()
438 if (ask(1, "Truncate")) { in checksize()
450 if (ask(1, "Drop superfluous clusters")) { in checksize()
637 if (ask(1, "Extend")) { in readDosDirSection()
650 } else if (ask(0, "Truncate")) in readDosDirSection()
861 if (ask(0, "Remove")) { in readDosDirSection()
868 if (ask(1, "Truncate")) { in readDosDirSection()
890 if (ask(1, "Correct")) { in readDosDirSection()
904 if (ask(1, "Correct")) { in readDosDirSection()
[all …]
H A Dcheck.c124 if (ask(1, "Update FATs")) { in checkfilesys()
163 if (ask(1, "MARK FILE SYSTEM CLEAN") == 0) in checkfilesys()
H A Dfat.c909 if (ask(1, "Correct")) { in readfat()
987 if (ask(0, "Truncate")) { in readfat()
997 if (ask(0, "Truncate")) { in readfat()
1109 if (ask(0, "%s", op)) { in checkchain()
1285 if (ret == FSERROR && ask(0, "Clear")) { in checklost()
1302 if (ask(1, "Fix")) { in checklost()
1313 if (ask(1, "Fix")) in checklost()
H A Dext.h53 int ask(int, const char *, ...) __printflike(2, 3);
H A Dmain.c130 ask(int def, const char *fmt, ...) in ask() function
/freebsd/bin/mv/
H A Dmv.c164 int ask, ch, first; in do_move() local
179 ask = 0; in do_move()
186 ask = 1; in do_move()
193 ask = 1; in do_move()
195 if (ask) { in do_move()
/freebsd/usr.bin/msgs/
H A Dmsgs.c134 static void ask(const char *);
518 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
600 ask(NOMORE); in main()
724 ask(const char *prompt) in ask() function
757 ask (prompt); in ask()
788 ask(prompt); in ask()
806 ask(prompt); in ask()
/freebsd/crypto/heimdal/appl/login/
H A Dlogin.c573 int ask = 1; in main() local
622 ask = 0; in main()
650 if(ask){ in main()
683 ask = 1; in main()
693 ask = 1; in main()
699 ask = 1; in main()
/freebsd/usr.bin/login/
H A Dlogin.c160 int ask, ch, cnt, quietlog, rootlogin, rval; in main() local
232 ask = 0; in main()
234 ask = 1; in main()
272 for (cnt = 0;; ask = 1) { in main()
273 if (ask) { in main()
/freebsd/usr.bin/mail/misc/
H A Dmail.rc1 set append dot save ask crt
/freebsd/usr.sbin/bsdconfig/include/
H A Doptions.hlp46 decide NOT to ask the user about any "boundary" conditions that
55 may be attempted. The default setting is to interactively ask
64 interactively ask the user.
/freebsd/usr.bin/patch/
H A Dutil.h39 void ask(const char *, ...)
H A Dinp.c267 ask("This file doesn't appear to be the " in plan_a()
328 ask("This file doesn't appear to be the %s " in plan_b()
/freebsd/share/skel/
H A Ddot.mailrc7 set append ask autoprint
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/
H A Dmstar-infinity2m-ssd202d-100ask-dongshanpione.dts12 compatible = "100ask,dongshanpione", "mstar,infinity2m";
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock24 systemd-ask-password "Encrypted ZFS password for ${zfs_fs_name}:" | \
/freebsd/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in22 if command -v systemd-ask-password > /dev/null; then
/freebsd/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 "…
H A Dmount-zfs.sh.in37 plymouth ask-for-password \
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DREADME14 are inconsistent with pam_passwdqc's, you may tell pam_passwdqc to ask
111 The number of times the module will ask for a new password if the user
119 cause pam_passwdqc to ask for the old password during the preliminary
/freebsd/tools/kerneldoc/subsys/
H A Dnotreviewed.dox11 * outside this subsystem you should ask on the mailinglists about it, else
/freebsd/contrib/libarchive/
H A DSECURITY.md18 This project is maintained by volunteers on a reasonable-effort basis. As such, we ask

123456