Searched refs:from_file (Results 1 – 5 of 5) sorted by relevance
18 bool from_file; member27 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()
21 if defined %arg% (goto builtin) else (goto from_file)144 :from_file label
258 char const *from_file = 0; in main() local521 specify_value (&from_file, optarg, "--from-file"); in main()735 if (from_file) in main()743 from_file, argv[optind]); in main()
37 from_file(const char *fn, const char *target_domain, in from_file() function89 if (from_file(fn, target_name->domain, username, key) == 0) in get_user_file()
277 static void save_and_apply_config_tree(int/*BOOL*/ from_file);