Lines Matching refs:u2
54 print -u2 "${progname}: $*"
60 print -u2 "$*"
663 …[[ "$h" != ~(Eil)HTTP/.* ]] && { print -u2 -f $"%s: HTTP/ header missing\n" "$0" ; return …
664 …[[ "$statuscode" != ~(Elr)[0-9]* ]] && { print -u2 -f $"%s: invalid status code\n" "$0" ; return …
741 [[ "${protocol}" != "" ]] || { print -u2 -f "%s: protocol not set.\n" "$0" ; return 1 ; }
742 [[ "${port}" != "" ]] || { print -u2 -f "%s: port not set.\n" "$0" ; return 1 ; }
743 [[ "${host}" != "" ]] || { print -u2 -f "%s: host not set.\n" "$0" ; return 1 ; }
744 [[ "${path}" != "" ]] || { print -u2 -f "%s: path not set.\n" "$0" ; return 1 ; }
776 wait || { print -u2 -f "%s: openssl failed.\n" ; exit 1 ; }
781 (( $? != 0 )) && { print -u2 -f "%s: Could not open %s\n" "$0" "${1}" ; return 1 ; }
1080 print -u2 "# Loading URL..."
1082 print -u2 "# Loading URL done."
1096 print -u2 "# Uncompressing data (bzip2) ..."
1098 print -u2 "# Uncompression done."
1104 print -u2 "# Uncompressing data (gzip) ..."
1106 print -u2 "# Uncompression done."
1112 print -u2 "# reading records..."
1114 print -u2 -f "# reading %d records done.\n" "${#scan.records[@]}"
1117 print -u2 "# processing data..."
1125 print -u2 "# processing data done."