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

/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh529 typeset fqdnlist eachfqdn tmpvar fullhost
535 eachfqdn=$(echo "$list" | cut -d"," -f$count)
536 if [[ -z $eachfqdn ]]; then
540 while [[ ! -z $eachfqdn ]]; do
541 tmpvar=$(echo "$eachfqdn" | cut -d"." -f1)
543 fullhost="$hostname$eachfqdn"
545 fullhost="$hostname.$eachfqdn"
557 eachfqdn=$(echo "$list" | cut -d"," -f$count)

Completed in 46 milliseconds