Searched refs:configfile (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
| H A D | inetconv.c | 982 char *arg1, *configfile, *configstr; local 1013 configfile = MAIN_CONFIG; 1014 if ((fd = open(configfile, O_RDONLY)) >= 0) 1017 configfile = ALT_CONFIG; 1025 configfile = arg1; 1029 if (*configfile != '/') { 1034 if (realpath(configfile, cpath) == NULL) 1035 (void) strlcpy(cpath, configfile, sizeof (cpath));
|
| /illumos-gate/usr/src/lib/libipsecutil/common/ |
| H A D | ipsec_util.c | 695 do_interactive(FILE *infile, char *configfile, char *promptstring, argument 858 if ((lines_added < lines_parsed) && (configfile != NULL)) { 868 lines_parsed - lines_added, configfile);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ipseckey.c | 3581 char *configfile = NULL; local 3674 configfile = strdup(optarg); 3732 do_interactive(infile, configfile, "ipseckey> ", my_fmri,
|
Completed in 95 milliseconds