Searched refs:cfgpath (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.h42 extern const char *cfgpath;
H A Dhastd.c64 const char *cfgpath = HAST_CONFIG; variable
496 newcfg = yy_config_parse(cfgpath, false);
1201 cfgpath = optarg;
1230 if (cfgpath[0] != '/') {
1233 newcfgpath = realpath(cfgpath, NULL);
1236 "Unable to obtain full path of %s", cfgpath);
1238 cfgpath = newcfgpath;
1241 cfg = yy_config_parse(cfgpath, true);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c93 static u_char *cfgpath; variable
126 cfgpath = malloc(sizeof(HAST_CONFIG));
127 if (cfgpath == NULL) {
128 pjdlog_error("Unable to allocate %zu bytes for cfgpath",
132 strcpy(cfgpath, HAST_CONFIG);
149 free(cfgpath);
209 cfg = yy_config_parse(cfgpath, true);
381 return (string_get(value, cfgpath, -1));
389 (u_char **)&cfgpath));
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.h7 extern void loadservers (char *cfgpath);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c85 const char *cfgpath = ADIST_CONFIG; variable
662 cfgpath = optarg;
699 if (cfgpath[0] != '/') {
702 newcfgpath = realpath(cfgpath, NULL);
705 "Unable to obtain full path of %s", cfgpath);
707 cfgpath = newcfgpath;
710 adcfg = yy_config_parse(cfgpath, true);
H A Dauditdistd.h260 extern const char *cfgpath;
/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c52 static const char *cfgpath = HAST_CONFIG; variable
449 cfgpath = optarg;
485 cfg = yy_config_parse(cfgpath, true);

Completed in 107 milliseconds