Home
last modified time | relevance | path

Searched refs:input_from_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/adduser/
H A Dadduser.sh712 input_from_file() { function
1128 input_from_file
1131 input_from_file < $infile
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c334 static void config_ntpd(config_tree *, int/*BOOL*/ input_from_file);
349 static void config_nic_rules(config_tree *, int/*BOOL*/ input_from_file);
3332 int/*BOOL*/ input_from_file in config_nic_rules()
3350 (input_from_file) ? ", exiting" : ""); in config_nic_rules()
3351 if (input_from_file) in config_nic_rules()
5222 save_and_apply_config_tree(int/*BOOL*/ input_from_file) in save_and_apply_config_tree()
5276 config_ntpd(ptree, input_from_file);
3308 config_nic_rules(config_tree * ptree,int input_from_file) config_nic_rules() argument
5194 save_and_apply_config_tree(int input_from_file) save_and_apply_config_tree() argument