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

/freebsd-12-stable/usr.sbin/adduser/
H A Dadduser.sh617 # input_from_file
621 input_from_file() { function
1021 input_from_file
1024 input_from_file < $infile
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_config.c335 static void config_ntpd(config_tree *, int/*BOOL*/ input_from_file);
348 static void config_nic_rules(config_tree *, int/*BOOL*/ input_from_file);
3235 int/*BOOL*/ input_from_file
3253 (input_from_file) ? ", exiting" : "");
3254 if (input_from_file)
5032 save_and_apply_config_tree(int/*BOOL*/ input_from_file) argument
5086 config_ntpd(ptree, input_from_file);

Completed in 64 milliseconds