Home
last modified time | relevance | path

Searched refs:ga_result (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ga/ga-5.8/m4/
H A Dga_f77_integer_size.m458 ga_result=
73 [ga_result=$flag])])
74 AS_IF([test "x$ga_result" = x],
91 [ga_result=$flag; break])
98 AS_TR_SH([$1])="$ga_result"
112 ga_result=
127 [ga_result=$flag])])
128 AS_IF([test "x$ga_result" = x],
145 [ga_result=$flag; break])
152 AS_TR_SH([$1])="$ga_result"
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_ntp_time.c305 int i=0, j=0, ga_result=0, num_hosts=0, *socklist=NULL, respnum=0; in offset_request() local
322 ga_result = getaddrinfo(host, port, &hints, &ai); in offset_request()
323 if(ga_result!=0){ in offset_request()
325 host, gai_strerror(ga_result)); in offset_request()
H A Dcheck_ntp.c358 int i=0, j=0, ga_result=0, num_hosts=0, *socklist=NULL, respnum=0; in offset_request() local
375 ga_result = getaddrinfo(host, "123", &hints, &ai); in offset_request()
376 if(ga_result!=0){ in offset_request()
378 host, gai_strerror(ga_result)); in offset_request()
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/plugins/
H A Dcheck_ntp_time.c314 int i=0, j=0, ga_result=0, *socklist=NULL, respnum=0; in offset_request() local
332 ga_result = getaddrinfo(host, port, &hints, &ai); in offset_request()
333 if(ga_result!=0){ in offset_request()
335 host, gai_strerror(ga_result)); in offset_request()
H A Dcheck_ntp.c362 int i=0, j=0, ga_result=0, num_hosts=0, *socklist=NULL, respnum=0; in offset_request() local
379 ga_result = getaddrinfo(host, "123", &hints, &ai); in offset_request()
380 if(ga_result!=0){ in offset_request()
382 host, gai_strerror(ga_result)); in offset_request()