Searched refs:HKF_WANT_MATCH (Results 1 – 4 of 4) sorted by relevance
55 const int matching = (ctx->flags & HKF_WANT_MATCH) != 0; in check()831 ctx.flags = HKF_WANT_MATCH; in test_iterate()843 ctx.flags = HKF_WANT_MATCH; in test_iterate()866 ctx.flags = HKF_WANT_MATCH; in test_iterate()902 ctx.flags = HKF_WANT_MATCH; in test_iterate()914 ctx.flags = HKF_WANT_MATCH; in test_iterate()939 ctx.flags = HKF_WANT_MATCH; in test_iterate()963 ctx.flags = HKF_WANT_MATCH; in test_iterate()990 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()
277 NULL, HKF_WANT_MATCH|HKF_WANT_PARSE_KEY, note)) != 0) { in load_hostkeys_file()803 if (host == NULL && (options & HKF_WANT_MATCH) != 0) in hostkeys_foreach_file()825 if ((options & HKF_WANT_MATCH) == 0) { in hostkeys_foreach_file()835 if ((options & HKF_WANT_MATCH) == 0) in hostkeys_foreach_file()845 if ((options & HKF_WANT_MATCH) == 0) in hostkeys_foreach_file()884 if ((options & HKF_WANT_MATCH) != 0 && in hostkeys_foreach_file()
72 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */ macro
1303 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()