Home
last modified time | relevance | path

Searched refs:from_file (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dsetconf.c18 bool from_file; member
27 return a->from_file - b->from_file; in pubkey_cmp()
67 pubkeys[i].from_file = true; in sync_conf()
72 pubkeys[i].from_file = false; in sync_conf()
78 if (pubkeys[i].from_file) in sync_conf()
80 …if (i == peer_count - 1 || !pubkeys[i + 1].from_file || memcmp(pubkeys[i].pubkey, pubkeys[i + 1].p… in sync_conf()
/freebsd/contrib/unbound/contrib/
H A Dwarmup.cmd21 if defined %arg% (goto builtin) else (goto from_file)
144 :from_file label
/freebsd/contrib/diff/src/
H A Ddiff.c258 char const *from_file = 0; in main() local
521 specify_value (&from_file, optarg, "--from-file"); in main()
735 if (from_file) in main()
743 from_file, argv[optind]); in main()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c37 from_file(const char *fn, const char *target_domain, in from_file() function
89 if (from_file(fn, target_name->domain, username, key) == 0) in get_user_file()
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c277 static void save_and_apply_config_tree(int/*BOOL*/ from_file);