/titanic_44/usr/src/grub/grub-0.97/grub/ |
H A D | main.c | 143 if (config_file) in main() 144 default_config_file = config_file; in main() 175 strncpy (config_file, optarg, 127); /* FIXME: arbitrary */ in main() 176 config_file[127] = '\0'; in main()
|
H A D | asmstub.c | 74 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 76 static int parse_ldap_config_file(const char *config_file, 123 const char *config_file) in parse_ldap_migration() argument 163 if (config_file == NULL) { in parse_ldap_migration() 166 config_file = YP_DEFAULT_MAPPING_FILE; in parse_ldap_migration() 169 config_file = DEFAULT_MAPPING_FILE; in parse_ldap_migration() 173 if (rc == 0 && config_file != NULL) { in parse_ldap_migration() 175 warn_file = config_file; in parse_ldap_migration() 178 rc = yp_parse_ldap_config_file(config_file, &proxyInfo, in parse_ldap_migration() 182 rc = parse_ldap_config_file(config_file, &proxyInfo, in parse_ldap_migration() 563 const char *config_file, in parse_ldap_config_file() argument [all …]
|
H A D | nis_parse_ldap_conf.h | 561 const char *config_file);
|
/titanic_44/usr/src/cmd/svc/milestone/ |
H A D | net-nwam | 292 IKE_CONFIG_FILE=`get_smf_prop $IPSEC_IKE_FMRI config/config_file` 299 config/config_file` 400 set_smf_prop $IPSEC_IKE_FMRI config/config_file $ike_file 404 set_smf_prop $IPSEC_IKE_FMRI config/config_file \ 410 set_smf_prop $IPSEC_POLICY_FMRI config/config_file $pol_file 414 set_smf_prop $IPSEC_POLICY_FMRI config/config_file \
|
H A D | net-loc | 444 set_smf_prop $IPSEC_IKE_FMRI config/config_file $ike_file 453 set_smf_prop $IPSEC_POLICY_FMRI config/config_file $pol_file
|
/titanic_44/usr/src/cmd/avs/dscfg/ |
H A D | dscfg.c | 86 char config_file[MAX_FILENAME]; /* specified configuration file */ variable 514 strcpy(config_file, optarg); 625 spcs_log("dscfg", NULL, gettext("dscfg -s %s"), config_file); 626 locname = cfg_location(config_file, CFG_LOC_SET_CLUSTER, 637 loc = config_file;
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 606 char *new_file = config_file; in run_menu() 925 grub_strcpy (default_file, config_file); in cmain() 964 is_opened = grub_open (config_file); in cmain() 972 (findroot_func(config_file, 0) == 0)) { in cmain() 973 is_opened = grub_open (config_file); in cmain()
|
H A D | stage1_5.c | 39 if (grub_open (config_file)) in cmain()
|
H A D | builtins.c | 387 configfile_func (config_file, flags); in bootp_func() 736 char *new_config = config_file; in configfile_func() 936 configfile_func (config_file, flags); in dhcp_func() 955 grub_strcpy(config_file, menufile); in test_config_file() 976 if (test_config_file(config_file)) in solaris_config_file() 1019 char *cp = config_file; in solaris_config_file() 1023 grub_memmove (config_file, cp, strlen(cp) + 1); in solaris_config_file()
|
H A D | shared.h | 602 extern char config_file[];
|
H A D | asm.S | 99 VARIABLE(config_file)
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 74 char config_file[32]; variable 83 dfile = fopen(config_file, "r"); in read_parts() 85 (void) printf("cannot open file: %s\n", config_file); in read_parts() 102 config_file, partitions); in read_parts() 159 (void) strcpy(config_file, optarg); in parse_opts() 1018 (void) strcpy(config_file, DISKLIST); in sd_diag_lintmain() 1034 "#10.\n", config_file); in sd_diag_lintmain()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | inherit_001_pos.ksh | 269 typeset config_file=$1 276 grep "^[^#]" $config_file | {
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | svc-ndp | 47 "$options" "f" config_file
|
H A D | defs.h | 138 extern int parse_config(char *config_file, boolean_t file_required);
|
H A D | config.c | 226 parse_config(char *config_file, boolean_t file_required) in parse_config() argument 242 fp = open_conffile(config_file); in parse_config() 246 logperror(config_file); in parse_config()
|
H A D | main.c | 1982 char *config_file = PATH_NDPD_CONF; in main() local 2020 config_file = (char *)optarg; in main() 2029 if (parse_config(config_file, file_required) == -1) in main()
|
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 72 static char config_file[CFG_MAX_BUF]; variable 2329 bzero(config_file, sizeof (config_file)); in cfg_location() 2334 bzero(config_file, sizeof (config_file)); in cfg_location() 2335 rc = read(fd, config_file, sizeof (config_file)); in cfg_location() 2345 strcat(loc, config_file); in cfg_location() 2346 bzero(config_file, sizeof (config_file)); in cfg_location() 2347 strcpy(config_file, loc); in cfg_location() 2353 sscanf(config_file, "%s", loc); in cfg_location() 2354 strcpy(config_file, loc); in cfg_location() 2356 return (config_file); in cfg_location()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | grub.h | 122 extern char config_file[128];
|
H A D | nic.c | 1101 memcpy (config_file, p + 2, l); in decode_rfc1533() 1102 config_file[l] = 0; in decode_rfc1533() 1250 etherboot_printf ("GRUB menu file: %s", config_file); in print_network_configuration()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 2123 answer_auth(char *config_file, char *ccache_file) in answer_auth() argument 2130 if (config_file) { in answer_auth() 2134 filenames[0] = config_file; in answer_auth()
|
/titanic_44/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 1708 char config_file[FILENAME_MAX]; local 1953 (void) strcpy(config_file, optarg); 2696 pairs = read_config(flag, config_file, group_arg, ctag_arg); 2699 "matching Remote Mirror sets"), config_file); 4855 read_config(int flag, char *config_file, char *group_arg, char *ctag_arg) argument 4877 if (!(fp = fopen(config_file, "r"))) { 4878 rdc_err(NULL, gettext("error opening %s"), config_file); 4979 gettext("invalid format in %s"), config_file);
|
/titanic_44/usr/src/cmd/ypcmd/yp2lscripts/ |
H A D | inityp2l.sh | 42 $PROG: [ -m mapping_file ] [ -c config_file ] 45 c <config_file> Name of the generated ypserv configuration file
|
/titanic_44/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 7615 char config_file[MAXPATHLEN]; in zonecfg_update_userauths() local 7634 if (!config_file_path(zonename, config_file)) { in zonecfg_update_userauths() 7639 if ((err = stat(config_file, &config_st)) != 0) { in zonecfg_update_userauths() 7641 config_file, strerror(errno)); in zonecfg_update_userauths()
|