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

/freebsd-current/usr.sbin/adduser/
H A Dadduser.sh708 # input_from_file
712 input_from_file() { function
1128 input_from_file
1131 input_from_file < $infile
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c338 static void config_ntpd(config_tree *, int/*BOOL*/ input_from_file);
353 static void config_nic_rules(config_tree *, int/*BOOL*/ input_from_file);
3310 int/*BOOL*/ input_from_file
3328 (input_from_file) ? ", exiting" : "");
3329 if (input_from_file)
5194 save_and_apply_config_tree(int/*BOOL*/ input_from_file) argument
5248 config_ntpd(ptree, input_from_file);

Completed in 106 milliseconds