Home
last modified time | relevance | path

Searched refs:hostlist (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Ddistribute-cache.c276 **hostlist; in GetHostname() local
297 hostlist=StringToArgv(hosts,&argc); in GetHostname()
299 if (hostlist == (char **) NULL) in GetHostname()
304 hosts=AcquireString(hostlist[(id++ % (argc-1))+1]); in GetHostname()
306 hostlist[i]=DestroyString(hostlist[i]); in GetHostname()
307 hostlist=(char **) RelinquishMagickMemory(hostlist); in GetHostname()
309 hostlist=StringToArgv(hosts,&argc); in GetHostname()
310 if (hostlist == (char **) NULL) in GetHostname()
315 host=AcquireString(hostlist[1]); in GetHostname()
316 if (hostlist[2] == (char *) NULL) in GetHostname()
[all …]
/external/autotest/site_utils/deployment/
Dinstall.py312 hostlist = afe.get_hosts([hostname])
314 if hostlist:
315 afe_host = hostlist[0]
/external/netperf/doc/examples/
Darr_script53 USAGE: scale_script {test_options} {hostlist}
67 hostlist : A space separated list of hosts to test against.