Searched refs:configfile (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 982 char *arg1, *configfile, *configstr; in inetd_config_path() local 1013 configfile = MAIN_CONFIG; in inetd_config_path() 1014 if ((fd = open(configfile, O_RDONLY)) >= 0) in inetd_config_path() 1017 configfile = ALT_CONFIG; in inetd_config_path() 1025 configfile = arg1; in inetd_config_path() 1029 if (*configfile != '/') { in inetd_config_path() 1034 if (realpath(configfile, cpath) == NULL) in inetd_config_path() 1035 (void) strlcpy(cpath, configfile, sizeof (cpath)); in inetd_config_path()
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-4 | 180 * configfile: configfile.
|
H A D | grub.info-2 | 733 - Command: bootp [`--with-configfile'] 738 If you specify `--with-configfile' to this command, GRUB will 830 - Command: dhcp [--with-configfile] 836 If you specify `--with-configfile' to this command, GRUB will 1178 * configfile:: Load a configuration file 1261 File: grub.info, Node: cmp, Next: configfile, Prev: chainloader, Up: Command-line and menu entr… 1280 File: grub.info, Node: configfile, Next: debug, Prev: cmp, Up: Command-line and menu entry comm… 1282 configfile 1285 - Command: configfile file 1289 File: grub.info, Node: debug, Next: displayapm, Prev: configfile, Up: Command-line and menu ent…
|
H A D | grub.info | 2037 -- Command: bootp [`--with-configfile'] 2042 If you specify `--with-configfile' to this command, GRUB will 2134 -- Command: dhcp [-with-configfile] 2140 If you specify `--with-configfile' to this command, GRUB will 2482 * configfile:: Load a configuration file 2565 File: grub.info, Node: cmp, Next: configfile, Prev: chainloader, Up: Command-line and menu entr… 2584 File: grub.info, Node: configfile, Next: debug, Prev: cmp, Up: Command-line and menu entry comm… 2586 13.3.6 configfile 2589 -- Command: configfile file 2593 File: grub.info, Node: debug, Next: displayapm, Prev: configfile, Up: Command-line and menu ent… [all …]
|
H A D | grub.texi | 2215 @deffn Command bootp [@option{--with-configfile}] 2220 If you specify @option{--with-configfile} to this command, GRUB will 2335 @deffn Command dhcp [--with-configfile] 2341 If you specify @option{--with-configfile} to this command, GRUB will 2669 * configfile:: Load a configuration file 2772 @node configfile 2773 @subsection configfile 2775 @deffn Command configfile file
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 695 do_interactive(FILE *infile, char *configfile, char *promptstring, in do_interactive() argument 858 if ((lines_added < lines_parsed) && (configfile != NULL)) { in do_interactive() 868 lines_parsed - lines_added, configfile); in do_interactive()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 3581 char *configfile = NULL; in main() local 3674 configfile = strdup(optarg); in main() 3732 do_interactive(infile, configfile, "ipseckey> ", my_fmri, in main()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | NEWS | 156 `--with-configfile', so that you can load a remotely specified 307 * The command "configfile" loads a configuration file interactively.
|
H A D | ChangeLog | 2452 (bootp_func): If `--with-configfile' is given, set 4825 "configfile" on the definition. 6946 If the `configfile' option is present and FILE is a Stage 2,
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 2445 - [servconf.c] print _all_ bad options found in configfile
|