Home
last modified time | relevance | path

Searched refs:DATASERVER (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/providers/windows/
H A Ddevice_windows_test.go47 …{`\Device\share\DATASERVER\PROGRAMS\elastic\packetbeat\PACKETBEAT.EXE`, `W:\elastic\packetbeat\PAC…
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_types.h455 char *DATASERVER; /* URL where to get remote @files */ member
H A Dgmt_remote.c507 if ((c = strrchr (API->GMT->session.DATASERVER, '/'))) /* Found last slash in http:// */ in gmtremote_display_attribution()
513 …emote data courtesy of GMT data server %s [%s]\n\n", API->GMT->session.DATASERVER, gmt_dataserver_… in gmtremote_display_attribution()
1734 …if (strncmp (API->GMT->session.DATASERVER, "http", 4U)) { /* Not an URL so must assume it is the c… in gmt_dataserver_url()
1737 strncpy (name, API->GMT->session.DATASERVER, GMT_LEN64-1); in gmt_dataserver_url()
1742 snprintf (URL, GMT_LEN256-1, "%s", API->GMT->session.DATASERVER); in gmt_dataserver_url()
H A Dgmtget.c85 …lected GMT server [%s]. Append one of the directories to download:", API->GMT->session.DATASERVER); in usage()
H A Dgmt_init.c3367 GMT->session.DATASERVER = strdup (this_c); in gmtinit_set_env()
3369 GMT->session.DATASERVER = strdup (this_c); in gmtinit_set_env()
3372 if (GMT->session.DATASERVER) in gmtinit_set_env()
6895 gmt_M_str_free (GMT->session.DATASERVER); in gmtinit_free_dirnames()
11580 if (GMT->session.DATASERVER) { in gmtlib_setparameter()
11581 if ((strcmp (GMT->session.DATASERVER, value) == 0)) in gmtlib_setparameter()
11583 gmt_M_str_free (GMT->session.DATASERVER); in gmtlib_setparameter()
11586 GMT->session.DATASERVER = strdup (value); in gmtlib_setparameter()
12951 strncpy (value, (GMT->session.DATASERVER) ? GMT->session.DATASERVER : "", GMT_BUFSIZ-1); in gmtlib_getparameter()
13729 Csave->session.DATASERVER = (GMT->session.DATASERVER) ? strdup (GMT->session.DATASERVER) : NULL; in gmtinit_begin_module_sub()
[all …]
/dports/net-mgmt/pandorafms_server/pandorafms_server-6.0SP2/lib/PandoraFMS/
H A DDataServer.pm72 …my $self = $class->SUPER::new($config, DATASERVER, \&PandoraFMS::DataServer::data_producer, \&Pand…
H A DTools.pm101 use constant DATASERVER => 0; constant
H A DCore.pm4111 if ($server->{"server_type"} != DATASERVER){
4380 …erver FROM tserver WHERE server_type = ? AND name = '".$pa_config->{"servername"}."'", DATASERVER);